From: Dan H. <db...@su...> - 2024-07-17 23:50:13
|
On 17 Jul, 2024, at 06:14, Peter Rockett via gnuplot-info <gnu...@li...> wrote: > > Assuming you have the QtCore file installed, do you also have the pkgconfig file called Qt6Core.pc? This, AFAIU, provides the include path to the compiler without which you will get an "I can't find QtCore" error. > > If it's missing for you then this is interesting because I encountered a similar problem on Mint (which uses the Ubuntu build of qt6core-dev, which, for some reason, is missing the .pc files). I thought the Debian version had the .pc files, but... > > P. > Peter, Your procedure worked fine, many thanks: >>>> $ apt install libqt5*dev qttools5-dev-tools >>>> $ ./configure --with-qt=qt5 >>>> $ make and whereis Qt6Core.pc returns no result. > > On 17/07/2024 03:03, Dan Hinckley wrote: >> Trying to install gnuplot 6.0.1 on an NUC 5 running Raspian Desktop Bullseye and it throws this error: >> >> qtterminal/qt_term.cpp:51:10: fatal error: QtCore: No such file or directory >> 51 | #include <QtCore> >> | ^~~~~~~~ >> compilation terminated. >> make[3]: *** [Makefile:1044: qtterminal/qt_term.o] Error 1 >> make[3]: Leaving directory '/home/house/Downloads/GNUplot/gnuplot-6.0.1/src' >> make[2]: *** [Makefile:1087: check-recursive] Error 1 >> make[2]: Leaving directory '/home/house/Downloads/GNUplot/gnuplot-6.0.1/src' >> make[1]: *** [Makefile:1238: check] Error 2 >> make[1]: Leaving directory '/home/house/Downloads/GNUplot/gnuplot-6.0.1/src' >> make: *** [Makefile:427: check-recursive] Error 1 >> >> Any pointers appreciated. >> _______________________________________________ >> gnuplot-info mailing list >> gnu...@li... >> Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info |