Re: [Texmacs-dev] problem with compiling QGuiApplication not found

2024-10-14 Thread Dmitry
My laptop not so fast to compile texmacs) With QT_SELECT=qt5 CXXFLAGS=-fPIC LDFLAGS=-fPIC ./configure --with-qt-find-method=pkgconfig it fails at final linking: cd src; make -r -f makefile link=shared make[1]: Entering directory 'texmacs/src' g++ Objects/texmacs.o Objects/tm_ostream.o Objects/fast

Re: [Texmacs-dev] problem with compiling QGuiApplication not found

2024-10-14 Thread Liza Belos
The error indicate that you have a version of qt that need fPIC during the compilation (strange that it is not in the CXXFLAGS of the pkgconfig files...). Can you configure with : QT_SELECT=qt5 CXXFLAGS=-fPIC LDFLAGS=-fPIC ./configure --with-qt-find-method=pkgconfig Le 14/10/2024 à 16:34, D

Re: [Texmacs-dev] problem with compiling QGuiApplication not found

2024-10-14 Thread Liza Belos
Hello Dmitry, Could you try compiling with the following configure option: --with-qt-find-method=pkgconfig . On some Ubuntu installations, I also found that setting the environment variable QT_SELECT=qt5 can resolve certain issues. Best regards, Liza Le 13/10/2024 à 22:19, Dmitry a écrit :

[Texmacs-dev] problem with compiling QGuiApplication not found

2024-10-13 Thread Dmitry
Hello, JFYI I had a problem compiling texmacs ( tried last master c6287b64afe6aeb57613f57b5c2cf0e85d6ae8c4 and v2.1.2 ) : make[1]: Entering directory 'texmacs/src' g++ -ISystem -ISystem/Boot -ISystem/Classes -ISystem/Files -ISystem/Link -ISystem/Misc -ISystem/Language -IKernel/Abstractions -IKerne