meson did not generate the build.ninja file #2196
Replies: 2 comments 5 replies
-
What exactly does not work for you? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your response. Here you are The output of ./meson.py build[user@server su2-8.0.0]$ ./meson.py build
Build targets in project: 15 Found ninja-1.10.0.git at /home/user/support/su2-8.0.0/ninja A full log can be found at /home/user/support/su2-8.0.0/build/meson-logs/meson-log.txt The output of ./ninja -C build install[user@server su2-8.0.0]$ ./ninja -C build install This error happens because there is no file named build.ninja in the build directory. However, the meson command generates a file named build.ninja~ and it contains the following: '# This is the build file for project "SU2" ninja_required_version = 1.8.2 |
Beta Was this translation helpful? Give feedback.
-
Compiling SU2-8.0.0 on CentOS 7.9
When trying to generate the build.ninja file using the below command, it generates a file named build.ninja~ and this file does not include the commands that compile the source code
./meson.py build
HPC
Beta Was this translation helpful? Give feedback.
All reactions