Re: [Interest] bulding Qt from git

2021-10-22 Thread Thiago Macieira
On Friday, 22 October 2021 13:50:46 PDT Alexander Carôt wrote:
> So - it basically says "all good" but then prints an error at the end and
> when actually doing a

Yes.

Known issue. It's not all good. Please search up for the error.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel DPG Cloud Engineering



___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest]  Re: bulding Qt from git

2021-10-22 Thread Alexander Carôt


 
 Yes, installed it to App folder and set the PATH accordingly. --Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail gesendet.Am 22.10.21, 23:00 schrieb joao morgado via Interest :

  Hi  
  
   
  
  
   Did you install ninja ? 
   
   
   
Enviado do Yahoo Mail para Android



 
 
  Em sexta, 22 out., 2021 às 21:52, Alexander Carôt
 
 
   escreveu:
  
 
 
 
  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 : alexan...@carot.de
  
 
 
  Tel.: +49 (0)177 5719797
  
 
 
  
 
 
  ___
  
 
 
  Interest mailing list
  
 
 
  Interest@qt-project.org
  
 
 
  https://lists.qt-project.org/listinfo/interest
  
  
 
   
  ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest 
 

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


Re: [Interest] bulding Qt from git

2021-10-22 Thread joao morgado via Interest
Hi  
Did you install ninja ? 

Enviado do Yahoo Mail para Android 
 
  Em sexta, 22 out., 2021 às 21:52, Alexander Carôt 
escreveu:   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 : alexan...@carot.de
Tel.: +49 (0)177 5719797

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
  
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


[Interest] bulding Qt from git

2021-10-22 Thread Alexander Carôt
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 : alexan...@carot.de
Tel.: +49 (0)177 5719797

___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest