Ninja error building Qt 6.5 from source
-
Hello,
Hopefully someone can help with what should be an easy problem (that has me stumped):
I have a new MacBook computer running Ventura (macOS 13.4.1).
I have installed:
-
Xcode 14.3.1
-
MacPorts
-
cmake v3.24.4 (sudo port install cmake)
-
ninja v1.11.1 (sudo port install ninja)
-
nodejs v18.17.0 (via a package)
-
I copied and decompressed/untarred the Qt 6.5 source tar.xz file
Path was updated to include /usr/local/bin where the above components are found.
Running configure there are a couple of minor warnings.
But running: cmake --build . --parallel
generates this error: "ninja: error: loading 'build.ninja': No such file or directory"I do not see a build.ninja file installed at the source location.
However, there is a build.ninja.tmp... file that is 0 bytes in length.TIA !!!
Zanth -
-
Hi and welcome to devnet,
Which configuration options did you use ?
-
I should add one thing that may be relevant: After the configure finished I was left with on a blank line and was not returned to the command line.
I tried typing the usual things:
save
exit
quit
bye
help... but got no response. I finally hit ^C to exit the utility. Perhaps this is the problem?
-