[Interest] bulding Qt from git

Alexander CarĂ´t alexander_carot at gmx.net
Fri Oct 22 22:50:46 CEST 2021


Hi all,

my first time of building Qt (dev branch) on OSX10.15 faild and I wonder if you can help me with it.

So far it was pretty straight-forward:

git clone git://code.qt.io/qt/qt5.git
git submodule update --init --recursive
mkdir qt6-build
./configure -prefix ./qt6-build

but the config process at the end gave me this:

----------->
Qt is now configured for building. Just run 'cmake --build . --parallel'

Once everything is built, you must run 'cmake --install .'
Qt will be installed into '/Users/soulalex/qt5/qt6-build'

To configure and build other Qt modules, you can use the following convenience script:
        /Users/soulalex/qt5/qt6-build/bin/qt-configure-module

If reconfiguration fails for some reason, try to remove 'CMakeCache.txt' from the build directory

-- Configuring incomplete, errors occurred!
See also "/Users/soulalex/qt5/CMakeFiles/CMakeOutput.log".
See also "/Users/soulalex/qt5/CMakeFiles/CMakeError.log".
CMake Error at qtbase/cmake/QtProcessConfigureArgs.cmake:947 (message):
  CMake exited with code 1.
------------<

So - it basically says "all good" but then prints an error at the end and when actually doing a

cmake --build .

it tells me

ninja: error: loading 'build.ninja': No such file or directory


Any hint appreciated,
thanks,
best

Alex



--
http://www.carot.de
Email : Alexander at Carot.de
Tel.: +49 (0)177 5719797



More information about the Interest mailing list