syncqt is NOT built out - Qt 6.3.0
-
Hi, all:
I managed to build Qt6.3.0 from source under Ubuntu 22.04, using gcc/g++ 11.2.
However, syncqt is not built out.
For, when I tried to build qt-creator-opensource-src-4.14.2 afterwards, I got the following ERROR message:
/bin/sh: 1: /usr/local/bin/syncqt: not found Project ERROR: Failed to execute syncqt for the bundled QtScript module. make[2]: *** [Makefile:204: sub-qbs-src-lib-scriptengine-scriptengine-pro-make_first] Error 3 make[2]: Leaving directory '....../qt-creator-opensource-src-4.14.2/src/shared' make[1]: *** [Makefile:53: sub-shared-make_first-ordered] Error 2 make[1]: Leaving directory '....../qt-creator-opensource-src-4.14.2/src' make: *** [Makefile:48: sub-src-make_first-ordered] Error 2
There are 2 potential possbilities:
- when I successfully built and installed Qt 6.3.0, command syncqt is NOT built out.
- If syncqt is supposed to NOT built out, that is to say: qtcreator is buggy.
Any suggestions please?
Thank you...
-
@jiapei100 said in syncqt is NOT built out - Qt 6.3.0:
QtScript
https://doc.qt.io/qt-5/qtscript-index.html
This module QtScript is not actively developed. It should be removed from your installation.
./configure --help
to check how not to install it -
@jiapei100 said in syncqt is NOT built out - Qt 6.3.0:
Hi, all:
I managed to build Qt6.3.0 from source under Ubuntu 22.04, using gcc/g++ 11.2.
However, syncqt is not built out.
For, when I tried to build qt-creator-opensource-src-4.14.2I doubt that this old QtCreator will be compilable with Qt6. Use a newer QtCreator source tarball or use Qt5 or don't build QtCreator by yourself and use a precompiled one.
-
@Christian-Ehrlicher Fantastic... Thank you...
I'm now building https://github.com/qt-creator/qt-creator, instead of the downloaded from https://download.qt.io/archive/qtcreator/4.14/4.14.2/ .Thank you so much....