Compiling error of "fatal error: 'limits' file not found" when creating a custom kernel #29527
Answered
by
GiudGiud
snowbugxs
asked this question in
Q&A Getting Started
-
Check these boxes if you have followed the posting rules.
Issue or question about MOOSEProblem descriptionI am following the the tutorial example, [getting_started->tutorial01_app_development-> step05_kernel_object]. Bellow is the last section of the compiling message,
Output of the diagnostics.sh
|
Beta Was this translation helpful? Give feedback.
Answered by
GiudGiud
Dec 12, 2024
Replies: 1 comment 3 replies
-
You seem to be missing the C++ standard headers. Did you install the rest of the dependencies using conda and if so did you remember to activate the environment? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
oh there is your problem
it's not .c.
It should be .C
.c is for C code. .C for C++