Hello again,
Running into this despite having no problem compiling the previous version (0.9.22)
❯ ./configure
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for g++ major version... 9
checking for qtchooser... /usr/bin/qtchooser
checking for qmake... /usr/bin/qmake
checking for Qt major version... qmake: could not find a Qt installation of '6'
0
checking for Qt install path (bin)... qmake: could not find a Qt installation of '6'
checking for Qt install path (libexec)... qmake: could not find a Qt installation of '6'
checking for qmake... /usr/bin/qmake
checking for Qt install headers... qmake: could not find a Qt installation of '6'
checking for Qt install libraries... qmake: could not find a Qt installation of '6'
checking for Qt library version >= 5.1... no; Qt 5.1 or greater is required
re. Can't compile 0.9.23
try with
./configure --disable-qt6
...or
cmake -DCONFIG_QT6=0
...which is the new official way, recently ;)
hth.
cheers
Worked like a charm. Thank
Worked like a charm. Thank you.
Add new comment