Problem with compilation order? #1902
Answered
by
adperezm
IsaMammadli
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
adperezm
May 20, 2025
Replies: 1 comment 1 reply
-
|
Hej, Check the 'build system' section in the docs: https://neko.cfd/docs/develop/d1/d5a/contributing.html I think that, as you say, Neko just does not know that it needs to operators when compiling. This can be fixed by running 'make depend'. Give that page a read and try to do as instructed. Hopefully it should work afterwards. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
IsaMammadli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hej,
Check the 'build system' section in the docs: https://neko.cfd/docs/develop/d1/d5a/contributing.html
I think that, as you say, Neko just does not know that it needs to operators when compiling. This can be fixed by running 'make depend'. Give that page a read and try to do as instructed. Hopefully it should work afterwards.