Replies: 2 comments
-
|
Correction: Just realized that there is a mismatch between the release number (0.0.35) listed on the title of website: https://docs.openems.de/install/clone-build-install.html. Therefore, I guess I was talking about release 0.0.36. Still, help would be appreciated. -D |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Your are missing the pdf libraries: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New to openEMS, I am now trying to install openEMS 0.0.35 following the instruction given in
https://docs.openems.de/install/clone-build-install.html.
on a fresh installed Ubutnu 22.04. When building with
./update_openEMS.sh ~/opt/openEMS --with-hyp2mat --with-CTB --python
I got the following message, indicating issues with hp2mat:
"
configure.ac:36: warning: The macro
AC_PROG_LIBTOOL' is obsolete. configure.ac:36: You should run autoupdate. m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from... configure.ac:36: the top level configure.ac:43: warning: The macroAC_ERROR' is obsolete.configure.ac:43: You should run autoupdate.
./lib/autoconf/oldnames.m4:34: AC_ERROR is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/libs.m4:100: AC_CHECK_LIB is expanded from...
configure.ac:43: the top level
configure.ac:45: warning: The macro `AC_ERROR' is obsolete.
configure.ac:45: You should run autoupdate.
./lib/autoconf/oldnames.m4:34: AC_ERROR is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/libs.m4:100: AC_CHECK_LIB is expanded from...
configure.ac:45: the top level
configuring hyp2mat ... please wait
configure: error: hpdf.h include file not found
configure for hyp2mat failed
"
Indeed, checked the git cloned openEMS files, I found "#include <hpdf.h> " in pdf.h , but the file hpdf.h itself could not be found in directory
~/openEMS-Project/hyp2mat/lib
I went to https://github.com/koendv/hyp2mat, just to see the same: No hpdf.h in lib directory, and their website has not been updated for 5 years !
I am just wondering who could help me out here. Any advice would be appreciated !
Thanks !
-David
Beta Was this translation helpful? Give feedback.
All reactions