Failed to configure Qt6.3.0 from source...
-
Hi, all:
I simply did a cmake configuration for Qt 6.30 on Ubuntu 22.04, with gcc/g++ 11.2, but obtained the following CMakeError.log
Can anybody give me a hand please?
Cheers
Pei -
@Christian-Ehrlicher said in Failed to configure Qt6.3.0 from source...:
t of the configure command and also the options you're using
It seems now it's built and installed. I actually just use ccmake to have it configured. As shown by Qt6 itself,
whenever there is a bug while configuring, remove CMakeCache.txt
Thanks...
-
Please post the output of the configure command and also the options you're using
-
@Christian-Ehrlicher said in Failed to configure Qt6.3.0 from source...:
t of the configure command and also the options you're using
It seems now it's built and installed. I actually just use ccmake to have it configured. As shown by Qt6 itself,
whenever there is a bug while configuring, remove CMakeCache.txt
Thanks...