ninja: build stopped: subcommand failed #1871
zhang-qiang-github
started this conversation in
General
Replies: 1 comment 1 reply
-
Seems to be a problem in an external library, you either need CXXFLAGS="-fpermissive" (env variable before running meson.py), or to disable that library with -Denable-tecio=false |
Beta Was this translation helpful? Give feedback.
1 reply
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 am building
su2
in my compute (win10
), and I failed:Then, I restart
.\ninja.exe -C build install
, and the compiling is continued.Until
[0/318] Compiling C++ object externals/tecio/teciosrc/libtechio.a.p/NodeToElemMap_s.cpp.obj
, I can not continue the compiling.How can I finish this compiling?
Beta Was this translation helpful? Give feedback.
All reactions