Error with making project #20417
-
|
Dear everyone, I am new to MOOSE. When I am trying to compile the project IN100-111grn.i , I am getting: However, I can make the other project successfully before this. I do not what is the matter. What can I do to resolve this problem. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
In the future, please do not post screenshots of text. Please copy and paste the text into a code block. This makes it possible for future users to search for your error (cannot parse images). Looks like your application "ebsd" does not have the phase field module (which contains those missing headers) enabled. You should have something like: in your application Makefile. |
Beta Was this translation helpful? Give feedback.
-
|
How long ago have did you stork your application? Can you show the contents of EBSDApp.C and EBSDTestApp.C? |
Beta Was this translation helpful? Give feedback.

In the future, please do not post screenshots of text. Please copy and paste the text into a code block. This makes it possible for future users to search for your error (cannot parse images).
Looks like your application "ebsd" does not have the phase field module (which contains those missing headers) enabled. You should have something like:
in your application Makefile.