View previous topic :: View next topic |
Author |
Message |
antonellocaroli Guru
Joined: 11 Aug 2016 Posts: 510
|
Posted: Sat Jul 02, 2022 12:02 pm Post subject: Qt6 |
|
|
c' é un modo per avere qt6 sul sistema? |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31287 Location: here
|
Posted: Sat Jul 02, 2022 1:52 pm Post subject: |
|
|
Puoi controllare nell'overlay qt ma non ho idea in che stato si trova. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
antonellocaroli Guru
Joined: 11 Aug 2016 Posts: 510
|
Posted: Mon Jul 04, 2022 5:09 am Post subject: |
|
|
stavo provando a compilarlo da sorgenti e vedere che succede...
Ma ottengo un primo errore durante la configurazione
Code: | -- Checking for module 'libsystemd'
-- Package 'libsystemd', required by 'virtual:world', not found
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
CMake Error at qtbase/src/corelib/CMakeLists.txt:1191 (message):
CMake was not built with zstd support. Rebuild CMake or set
QT_AVOID_CMAKE_ARCHIVING_API=ON. |
sembra che vuole cmake con il supporto a zstd, ma non mi sembra che cmake nelle use flag abbia zstd... |
|
Back to top |
|
|
antonellocaroli Guru
Joined: 11 Aug 2016 Posts: 510
|
Posted: Mon Jul 04, 2022 5:33 pm Post subject: |
|
|
antonellocaroli wrote: | stavo provando a compilarlo da sorgenti e vedere che succede...
Ma ottengo un primo errore durante la configurazione
Code: | -- Checking for module 'libsystemd'
-- Package 'libsystemd', required by 'virtual:world', not found
-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
-- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
CMake Error at qtbase/src/corelib/CMakeLists.txt:1191 (message):
CMake was not built with zstd support. Rebuild CMake or set
QT_AVOID_CMAKE_ARCHIVING_API=ON. |
sembra che vuole cmake con il supporto a zstd, ma non mi sembra che cmake nelle use flag abbia zstd... |
Ok bastava aggiungere -DQT_AVOID_CMAKE_ARCHIVING_API=ON |
|
Back to top |
|
|
|