A problem after I update MOOSE (including conda and MOOSE repository) #31292
Answered
by
Wang-Yihu
Wang-Yihu
asked this question in
Q&A General
-
Check these boxes if you have followed the posting rules.
QuestionMy error is like this: I try But it does not work... |
Beta Was this translation helpful? Give feedback.
Answered by
Wang-Yihu
Aug 14, 2025
Replies: 1 comment 24 replies
-
|
Hello it looks like the git repository is broken. Can you try in a freshly cloned folder? |
Beta Was this translation helpful? Give feedback.
24 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Oh! I find
build/header_symlinksdoes not exist in my app! Now I mkdir build/header_symlinks in my app, and make. It will work...I want to now the reason. It seems that I do not manually mkdir these two folders in the previous version... In the previous MOOSE version. When I create a new app folder, the
build/header_symlinksdoes not exist in it. When I make in the app folder,build/header_symlinkswill be created automatically by makefile...