Re: LyX 2.2.0 Linux Compilation Error

2016-07-05 Thread Joel Kulesza
Developers: By way of update: - I was able to compile against Qt 5.3 and Qt 5.5 using configure but with neither using cmake - With both configure and cmake, my PATH and LD_LIBRARY_PATHs were identical. Cmake would begin compiling, but a series of errors would occur in the

Re: LyX 2.2.0 Linux Compilation Error

2016-06-27 Thread Kornel Benko
Am Montag, 27. Juni 2016 um 12:27:02, schrieb Joel Kulesza > On Mon, Jun 27, 2016 at 11:48 AM, Kornel Benko wrote: > > > Do you also have "/opt/local/rh/qt5/usr/bin/qmake"? > > If yes, set your PATH to "/opt/local/rh/qt5/usr/bin:$PATH" > > > > Done, see

Re: LyX 2.2.0 Linux Compilation Error

2016-06-27 Thread Joel Kulesza
On Mon, Jun 27, 2016 at 11:48 AM, Kornel Benko wrote: > Do you also have "/opt/local/rh/qt5/usr/bin/qmake"? > If yes, set your PATH to "/opt/local/rh/qt5/usr/bin:$PATH" > > Done, see below. Note that I prepended another path to make sure it picks up the right qmake (because the

Re: LyX 2.2.0 Linux Compilation Error

2016-06-27 Thread Kornel Benko
Am Montag, 27. Juni 2016 um 11:33:17, schrieb Joel Kulesza > On Mon, Jun 20, 2016 at 4:21 PM, Kornel Benko wrote: > > > Am Montag, 20. Juni 2016 um 16:04:03, schrieb Joel Kulesza < > > jkule...@gmail.com> > > > On Mon, Jun 20, 2016 at 3:39 PM, Kornel Benko

Re: LyX 2.2.0 Linux Compilation Error

2016-06-27 Thread Joel Kulesza
On Mon, Jun 20, 2016 at 4:21 PM, Kornel Benko wrote: > Am Montag, 20. Juni 2016 um 16:04:03, schrieb Joel Kulesza < > jkule...@gmail.com> > > On Mon, Jun 20, 2016 at 3:39 PM, Kornel Benko wrote: > > > > I have asked the admins to install Qt5 and I'll give it

Re: LyX 2.2.0 Linux Compilation Error

2016-06-21 Thread Kornel Benko
Am Dienstag, 21. Juni 2016 um 20:35:55, schrieb Georg Baum > Joel Kulesza wrote: > > > Still the same error as before. :-( However, I appreciate your time > > considering this! > > OK, then I have no idea anymore. Hopefully the new install will fix it. > > > Georg

Re: LyX 2.2.0 Linux Compilation Error

2016-06-21 Thread Georg Baum
Joel Kulesza wrote: > Still the same error as before. :-( However, I appreciate your time > considering this! OK, then I have no idea anymore. Hopefully the new install will fix it. Georg

Re: LyX 2.2.0 Linux Compilation Error

2016-06-20 Thread Kornel Benko
Am Montag, 20. Juni 2016 um 16:04:03, schrieb Joel Kulesza > On Mon, Jun 20, 2016 at 3:39 PM, Kornel Benko wrote: > > > > > Your QT4 is installed under /opt/anaconda1anaconda2anaconda3. > > Look for include files in /opt/anaconda1anaconda2anaconda3/include

Re: LyX 2.2.0 Linux Compilation Error

2016-06-20 Thread Joel Kulesza
On Mon, Jun 20, 2016 at 3:39 PM, Kornel Benko wrote: > > Your QT4 is installed under /opt/anaconda1anaconda2anaconda3. > Look for include files in /opt/anaconda1anaconda2anaconda3/include > Something is definitely weird with respect to the install: 1127

Re: LyX 2.2.0 Linux Compilation Error

2016-06-20 Thread Kornel Benko
Am Montag, 20. Juni 2016 um 15:25:02, schrieb Joel Kulesza > On Mon, Jun 20, 2016 at 1:07 PM, Kornel Benko wrote: > > > > > Please give us the full command line used fir the cmake call. > > > > cmake ../. --- which points to the CMakeLists in the base

Re: LyX 2.2.0 Linux Compilation Error

2016-06-20 Thread Joel Kulesza
On Mon, Jun 20, 2016 at 1:07 PM, Kornel Benko wrote: > > Please give us the full command line used fir the cmake call. > cmake ../. --- which points to the CMakeLists in the base directory. Perhaps I should point it to another directory or pass additional options? > Where is

Re: LyX 2.2.0 Linux Compilation Error

2016-06-20 Thread Joel Kulesza
On Mon, Jun 20, 2016 at 12:59 PM, Georg Baum wrote: > > -std=c++11 wil likely not work with the old qt. The other flags look OK. I > would be interested to see what happens if you call configure with -- > disable-cxx11. If that does not help then I am out of

Re: LyX 2.2.0 Linux Compilation Error

2016-06-20 Thread Kornel Benko
Am Montag, 20. Juni 2016 um 09:03:35, schrieb Joel Kulesza > > On Sun, Jun 19, 2016 at 9:53 AM, Georg Baum < > > georg.b...@post.rwth-aachen.de> wrote: > > ... > > I did try compiling with CMake and see the error(s) below: Please give us the full command line used fir the

Re: LyX 2.2.0 Linux Compilation Error

2016-06-20 Thread Georg Baum
Joel Kulesza wrote: > All the gore and carnage for the failing source file from the configure > with "--disable-silent-rules" below my signature. > > I did try compiling with CMake and see the error(s) below: > > 1026 jkulesza@machine[~/SRC/lyx220/build_cmake]> cmake ../. > -- TOP_SRC_DIR =

Re: LyX 2.2.0 Linux Compilation Error

2016-06-20 Thread Joel Kulesza
On Sun, Jun 19, 2016 at 3:30 PM, Joel Kulesza wrote: > On Sun, Jun 19, 2016 at 9:53 AM, Georg Baum < > georg.b...@post.rwth-aachen.de> wrote: > > >> You get this if you call configure with --disable-silent-rules (from the >> log file I assume that you use autotools and not

Re: LyX 2.2.0 Linux Compilation Error

2016-06-19 Thread Joel Kulesza
On Sun, Jun 19, 2016 at 9:53 AM, Georg Baum wrote: > Sorry, I overlooked this (please post always to the list, then others can > help as well). Sorry for the oversight (again). Consistent with the separate discussion that Scott kicked off, my simple mind is too

Re: LyX 2.2.0 Linux Compilation Error

2016-06-19 Thread Georg Baum
Sorry, I overlooked this (please post always to the list, then others can help as well). Am 12.06.2016 um 23:47 schrieb Joel Kulesza: For the sake of complete communication: I've seen failures with 4.6.1, 4.9.2, and 5.3.0. At this point, I'm not sure of a way to proceed without a deep dive

Re: LyX 2.2.0 Linux Compilation Error

2016-06-11 Thread Richard Heck
On 06/11/2016 12:32 AM, Guillaume Munch wrote: > Le 11/06/2016 04:40, Joel Kulesza a écrit : >> On Fri, Jun 10, 2016 at 3:56 PM, Richard Heck > > wrote: >> >> You could try adding: >> >> #include >> >> to support/filetools.cpp. >> >> >> Richard,

Re: LyX 2.2.0 Linux Compilation Error

2016-06-11 Thread Jean-Marc Lasgouttes
Le 10/06/16 à 23:56, Richard Heck a écrit : You could try adding: #include to support/filetools.cpp. Why not use instead? I am not sure what the difference is, but using the C++ version sounds better. JMarc

Re: LyX 2.2.0 Linux Compilation Error

2016-06-11 Thread Georg Baum
Joel Kulesza wrote: > I have gcc 4.6.1, 4.7.0, 4.7.2, 4.8.2, 4.9.2, and 5.3.0 available. Are > any > of those known to be particularly successful with this vintage of Qt? If > not, I'm afraid I'll be without 2.2.0 on this system (I am not the admin > so simply installing a package isn't an

Re: LyX 2.2.0 Linux Compilation Error

2016-06-11 Thread Joel Kulesza
On Fri, Jun 10, 2016 at 11:40 PM, Guillaume Munch wrote: > > I don't understand, but try passing --disable-cxx11 to configure. Same error. :-( > > > Has anyone successfully built against Qt 4.6.2 with >> gcc/g++ 5.3.0 (or thereabouts)? >> >> > Maybe not. Thanks for trying :) > >

Re: LyX 2.2.0 Linux Compilation Error

2016-06-10 Thread Guillaume Munch
Le 11/06/2016 06:12, Joel Kulesza a écrit : This got me well beyond the monospace issue; however, more Qt woes (which now appear to be intrinsic to Qt). See attached to avoid a long copy-and-paste. I don't understand, but try passing --disable-cxx11 to configure. Has anyone successfully

Re: LyX 2.2.0 Linux Compilation Error

2016-06-10 Thread Joel Kulesza
On Fri, Jun 10, 2016 at 10:13 PM, Richard Heck wrote: > This code is new and affects how the typewriter font is chosen. What > version of Qt do you have? > Qt 4.6.2. > It appears that QFont::Monospace does not exist before Qt 4.7. This is > bad, since the INSTALL file says one

Re: LyX 2.2.0 Linux Compilation Error

2016-06-10 Thread Guillaume Munch
Le 11/06/2016 04:40, Joel Kulesza a écrit : On Fri, Jun 10, 2016 at 3:56 PM, Richard Heck > wrote: You could try adding: #include to support/filetools.cpp. Richard, thanks for the *quick* reply! That worked and let make proceed beyond

Re: LyX 2.2.0 Linux Compilation Error

2016-06-10 Thread Stephan Witt
Am 11.06.2016 um 06:13 schrieb Richard Heck : > > On 06/10/2016 11:40 PM, Joel Kulesza wrote: >> On Fri, Jun 10, 2016 at 3:56 PM, Richard Heck wrote: >> You could try adding: >> >> #include >> >> to support/filetools.cpp. >> >> >> Richard, thanks for the

Re: LyX 2.2.0 Linux Compilation Error

2016-06-10 Thread Stephan Witt

Re: LyX 2.2.0 Linux Compilation Error

2016-06-10 Thread Richard Heck
On 06/10/2016 11:40 PM, Joel Kulesza wrote: > On Fri, Jun 10, 2016 at 3:56 PM, Richard Heck > wrote: > > You could try adding: > > #include > > to support/filetools.cpp. > > > Richard, thanks for the *quick* reply! That worked and let make >

Re: LyX 2.2.0 Linux Compilation Error

2016-06-10 Thread Joel Kulesza
On Fri, Jun 10, 2016 at 3:56 PM, Richard Heck wrote: > You could try adding: > > #include > > to support/filetools.cpp. > > Richard, thanks for the *quick* reply! That worked and let make proceed beyond filetools. Now, it complains: CXX GuiApplication.o

Re: LyX 2.2.0 Linux Compilation Error

2016-06-10 Thread Richard Heck
On 06/10/2016 04:25 PM, Joel Kulesza wrote: > LyX Developers, > > I'm attempting to compile LyX 2.2.0 for local/single user use on RHEL6 > with GCC 5.3.0 / Python 3.4 (see below signature for configure > summary) and very quickly run into errors on make. Specifically, I see: > > CXX

LyX 2.2.0 Linux Compilation Error

2016-06-10 Thread Joel Kulesza
LyX Developers, I'm attempting to compile LyX 2.2.0 for local/single user use on RHEL6 with GCC 5.3.0 / Python 3.4 (see below signature for configure summary) and very quickly run into errors on make. Specifically, I see: CXX filetools.o ../../../src/support/filetools.cpp: In function