Thanks so much, Christian !
That was it and it's compiling now – let's cross fingers it will finis up fine.
Meantime – when scanning the log myself – I was confused about not found websockets module (which I need) so I might get back regarding this .
In any case it's a good way to get more familiar with cmake.
I will send an update regarding the compilation asap.
Best
Alex
Gesendet: Sonntag, 24. Oktober 2021 um 15:26 Uhr
Von: "Cristian Adam" <[email protected]>
An: "Alexander Carôt" <[email protected]>
Cc: "Thiago Macieira" <[email protected]>, [email protected]
Betreff: Re: Aw: Re: Re: [Interest] bulding Qt from git
Von: "Cristian Adam" <[email protected]>
An: "Alexander Carôt" <[email protected]>
Cc: "Thiago Macieira" <[email protected]>, [email protected]
Betreff: Re: Aw: Re: Re: [Interest] bulding Qt from git
On 24/10/2021 15:21, Alexander Carôt wrote:
Instead of ./configure -prefix ./qt6-build please do a:./configure -prefix ./qt6-build > configure.log 2>&1 Then upload the configure.log contents to pastebin.com.Ah – so you basically the whole console output of the configuation process – now I got it ;-) Here it is: https://pastebin.com/qf8jQGtZ Thanks, best Alex
Searching after CMake Error in the log pointed to:
-
Configuring 'qtpositioning'
-
CMake Error at qtbase/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake:429 (add_custom_target):
-
add_custom_target cannot create target "docs_qtlocation" because another
-
target with the same name already exists. The existing target is a custom
-
target created in source directory "/Users/soulalex/qt5/qtlocation". See
-
documentation for policy CMP0002 for more details.
-
Call Stack (most recent call first):
-
qtbase/lib/cmake/Qt6BuildInternals/Qt6BuildInternalsConfig.cmake:501 (qt_build_repo_begin)
-
qtpositioning/CMakeLists.txt:24 (qt_build_repo)
You can configure with -skip qtpositioning in case you don't need the qtpositioning Qt Module.
Cheers,
Cristian.
_______________________________________________ Interest mailing list [email protected] https://lists.qt-project.org/listinfo/interest
