Re: LyX 2.3 with QT5

2017-10-10 Thread F M Salter
attention: Jean-Marc Lasgouttes     I do have pkg-config installed. Regards Frank On 10/10/17 10:50, Jean-Marc Lasgouttes wrote: > Le 10/10/2017 à 11:50, F M Salter a écrit : > > attention:  Jean-Marc Lasgouttes >     I installed qtdeclaratives-dev, but the failure continues. > >  

Re: LyX 2.3 with QT5

2017-10-10 Thread Jean-Marc Lasgouttes
Le 10/10/2017 à 11:50, F M Salter a écrit : attention:  Jean-Marc Lasgouttes     I installed qtdeclaratives-dev, but the failure continues.     However  find qglobal.h gives /usr/include/qt4/Qt/qglobal.h /usr/include/qt4/QtCore/qglobal.h /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h   

Re: LyX 2.3 with QT5

2017-10-10 Thread Kornel Benko
Am Dienstag, 10. Oktober 2017 um 10:50:26, schrieb F M Salter > attention: Jean-Marc Lasgouttes > I installed qtdeclaratives-dev, but the failure continues. > > However find qglobal.h gives > > /usr/include/qt4/Qt/qglobal.h >

Re: LyX 2.3 with QT5

2017-10-10 Thread F M Salter
attention:  Jean-Marc Lasgouttes     I installed qtdeclaratives-dev, but the failure continues.     However  find qglobal.h gives   /usr/include/qt4/Qt/qglobal.h /usr/include/qt4/QtCore/qglobal.h /usr/include/x86_64-linux-gnu/qt5/QtCore/qglobal.h This may explain why the problem occurs.

Re: LyX 2.3 with QT5

2017-10-10 Thread Jean-Marc Lasgouttes
Le 09/10/2017 à 19:03, F M Salter a écrit : conftest.cpp:38:22: fatal error: qglobal.h: No such file or directory #include This seems weird. Did you install also the xxx-dev packages needed to build a qt program? It looks like the build-essential package installs whatever is needed to

Re: LyX 2.3 with QT5

2017-10-09 Thread F M Salter
attention: Juergen Spitzmueller     Sorry I sent the wrong log.  Correct one and the configure output are attached. On 09/10/17 16:30, F M Salter wrote: > Hi, > >     I am enclosing the

Re: LyX 2.3 with QT5

2017-10-09 Thread Jürgen Spitzmüller
2017-10-09 17:30 GMT+02:00 F M Salter : > I am enclosing the config.log file > > ... which reveals that you didn't use --enable-qt5 for configure: $ ../lyx-2.3.0beta1/configure > [...] configure:2957: checking whether Qt5 is requested > configure:2966: result:

Re: LyX 2.3 with QT5

2017-10-09 Thread F M Salter
Hi,     I am enclosing the config.log file This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by LyX configure 2.3.0beta1, which was generated by GNU Autoconf 2.69. Invocation command line was $

Re: LyX 2.3 with QT5

2017-10-09 Thread Jean-Marc Lasgouttes
Le 09/10/2017 à 14:14, F M Salter a écrit : JMarc     Thank you for your prompt response.     I believe I have installed all the development packages of which I am aware.  I did use  --enable-qt5, without success.     I have also noticed that the included boost libraries were used even

Re: LyX 2.3 with QT5

2017-10-09 Thread F M Salter
JMarc     Thank you for your prompt response.     I believe I have installed all the development packages of which I am aware.  I did use  --enable-qt5, without success.     I have also noticed that the included boost libraries were used even though system-wide boost libraries and headers are

Re: LyX 2.3 with QT5

2017-10-09 Thread Jean-Marc Lasgouttes
Le 09/10/2017 à 13:13, Jürgen Spitzmüller a écrit : Do you have all necessary qt5-devel packages installed? Do you use --enable-qt5? If you do those two things, you should not need to set any directories (at least for a first try). JMarc

Re: LyX 2.3 with QT5

2017-10-09 Thread Jürgen Spitzmüller
Do you have all necessary qt5-devel packages installed? Do you use --enable-qt5? If this is all true, please post some more information (exact error message, used options for configure) Jürgen Am Montag, den 09.10.2017, 11:59 +0100 schrieb F M Salter: > Hi, > > I am attempting and failing