Problem about Build Instructions #3622
Unanswered
Richard-happy
asked this question in
Q&A
Replies: 1 comment
-
I believe what you are seeing is related to a new check that we put in place to ensure that users' environmental |
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.
-
I followed README.md to install libmesh. When I stepped in the stage of 6. make, there is an error which shows that
Making all in .
make[1]: Entering directory '/home/LJL/libmesh/build'
CXX src/apps/fparser_parse_dbg-fparser_parse.o
In file included from ./include/libmesh/function_base.h:24,
from ./include/libmesh/parsed_function.h:22,
from ../src/apps/fparser_parse.C:23:
./include/libmesh/libmesh_common.h:27:4: error: #error DEBUG and NDEBUG should never be defined simultaneously
27 | # error DEBUG and NDEBUG should never be defined simultaneously
| ^~~~~
make[1]: *** [Makefile:32526: src/apps/fparser_parse_dbg-fparser_parse.o] Error 1
make[1]: Leaving directory '/home/LJL/libmesh/build'
make: *** [Makefile:33169: all-recursive] Error 1
Could you please help me to complete installing?
Beta Was this translation helpful? Give feedback.
All reactions