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/master] Fix bug #10119

2016-06-10 Thread Guillaume Munch
Le 11/06/2016 05:44, Guillaume Munch a écrit : commit ab41c1d1ac3a54b39b7b5ba630d172ee4bd65049 Author: Guillaume Munch Date: Wed Jun 1 18:27:36 2016 +0100 Fix bug #10119 This makes Qt 5.4 as usable as Qt 5.5.1 in my experience. Otherwise, fix again INSTALL.

Re: CMake + clang failure

2016-06-10 Thread Guillaume Munch
Le 11/06/2016 03:00, Scott Kostyshak a écrit : -- Using GCC version 4.2.1 CMake Error at CMakeLists.txt:267 (message): gcc >= 4.3 is required. From INSTALL: First of all, you will need a recent C++ compiler, where recent means that the compilers are close to C++11 standard conforming

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: What Qt Version for 2.2.x?

2016-06-10 Thread Guillaume Munch
Le 11/06/2016 05:13, Richard Heck a écrit : The INSTALL file says that one can use Qt as far back as 4.5.0. But we use QFont::Monospace in GuiApplication.cpp, and this appears not to have existed in Qt 4.6. See http://doc.qt.io/archives/4.6/qfont.html in particular, the QFont::StyleHint

Re: CMake + clang failure

2016-06-10 Thread Stephan Witt
Am 11.06.2016 um 04:00 schrieb Scott Kostyshak : > > $ export CC=/usr/bin/clang > $ export CXX=/usr/bin/clang++ > $ cmake ../repo > -- TOP_SRC_DIR = /home/scott/lyxbuilds/master/repo > -- > -- Building out-of-source > -- The C compiler identification is Clang 3.6.0 > -- The CXX

What Qt Version for 2.2.x?

2016-06-10 Thread Richard Heck
The INSTALL file says that one can use Qt as far back as 4.5.0. But we use QFont::Monospace in GuiApplication.cpp, and this appears not to have existed in Qt 4.6. See http://doc.qt.io/archives/4.6/qfont.html in particular, the QFont::StyleHint enum. Richard

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/master] Autotools: restore deprecation warning

2016-06-10 Thread Stephan Witt
Am 09.06.2016 um 22:32 schrieb Georg Baum : > > Jean-Marc Lasgouttes wrote: > >> Le 09/06/16 à 20:47, Georg Baum a écrit : >>> >>> This causes a warning in boost: >>> >>> ../../../3rdparty/boost/libs/signals/src/signal_base.cpp:136:37: warning: >>> ‘auto_ptr’ is

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: please put new LyX 2.2.0 Win installer on ftp.lyx org

2016-06-10 Thread Andrew Parsloe
On 10/06/2016 2:57 p.m., Richard Heck wrote: On 06/09/2016 09:00 PM, Uwe Stöhr wrote: Hello Scott, I released a new installer versions in which LyX 2.2.0 is built against Qt 5.6.1 and that includes updated versions of MiKTeX and JabRef. (Also the user having problems with LyX 2.2.0 on

CMake + clang failure

2016-06-10 Thread Scott Kostyshak
$ export CC=/usr/bin/clang $ export CXX=/usr/bin/clang++ $ cmake ../repo -- TOP_SRC_DIR = /home/scott/lyxbuilds/master/repo -- -- Building out-of-source -- The C compiler identification is Clang 3.6.0 -- The CXX compiler identification is Clang 3.6.0 -- Check for working C compiler:

Re: Shorcut clashing Menu vs dialog in Qt5.6

2016-06-10 Thread Scott Kostyshak
On Fri, Jun 10, 2016 at 01:02:59PM +0200, Kornel Benko wrote: > We still have this Shorcut clashing for some combinations. > > For instance in english GUI we have menu shortcuts > > , , , , , , , > > and in 'Find and replace (advanced)' we have > Sear, S, > , >

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

Re: Win Vista announcement for lyx.org

2016-06-10 Thread Pavel Sanda
Uwe Stöhr wrote: > post is subjective and thus not fair. We should not propose an OS for the > users! People are free to use what they like. If they prefer PC-BSD, MacOS I kicked any OS related suggestions out. Pavel

Re: Tarballs for LyX 2.2.0 are on FTP

2016-06-10 Thread Guillaume Munch
Le 08/06/2016 22:36, Liviu Andronic a écrit : On Wed, Jun 8, 2016 at 10:14 PM, Guillaume Munch wrote: Le 08/06/2016 20:48, Pavel Sanda a écrit : Guillaume Munch wrote: Here's what I suggest. Let's do, on a trial basis for the duration of 2.3dev, a branch that mirrors master

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

Re: [PATCH] unique_ptr and some clean-up

2016-06-10 Thread Guillaume Munch
Le 10/06/2016 11:19, Jean-Marc Lasgouttes a écrit : Le 07/06/2016 à 19:05, Guillaume Munch a écrit : It says that it picked the wrong constructor for the pair, that requires a copyable object. Which precise version of g++ 4.6 do you have? In 4.6.3 pairs accept movable objects. Maybe it fails

Shorcut clashing Menu vs dialog in Qt5.6

2016-06-10 Thread Kornel Benko
We still have this Shorcut clashing for some combinations. For instance in english GUI we have menu shortcuts , , , , , , , and in 'Find and replace (advanced)' we have Sear, S, , Replace , Case , Find , W words, ,

Re: commit 1e8b925c07b6 is "overfix"

2016-06-10 Thread Guenter Milde
On 2016-06-09, Scott Kostyshak wrote: > On Thu, Jun 09, 2016 at 08:29:48PM +, Guenter Milde wrote: >> On 2016-06-09, Scott Kostyshak wrote: >> > On Thu, Jun 09, 2016 at 02:41:43PM +, Guenter Milde wrote: >> >> I did not test, but believe the fix in 1e8b925c07b627b181 >> >> introduces a

Re: Win Vista announcement for lyx.org

2016-06-10 Thread Uwe Stöhr
Am 09.06.2016 um 20:15 schrieb Richard Heck: That seems like a good and clear message. OK, could you please put it then on lyx.org? Or should I do this If so how is this done? I don't have access. Pavel took care of the news items related to the release. Needs SVN access to change the RSS

Re: [PATCH] unique_ptr and some clean-up

2016-06-10 Thread Jean-Marc Lasgouttes
Le 07/06/2016 à 19:05, Guillaume Munch a écrit : It says that it picked the wrong constructor for the pair, that requires a copyable object. Which precise version of g++ 4.6 do you have? In 4.6.3 pairs accept movable objects. Maybe it fails to generate the default move constructor. Can you try

Re: [LyX/master] Autotools: restore deprecation warning

2016-06-10 Thread Jean-Marc Lasgouttes
Le 09/06/2016 à 22:32, Georg Baum a écrit : Jean-Marc Lasgouttes wrote: Le 09/06/16 à 20:47, Georg Baum a écrit : This causes a warning in boost: ../../../3rdparty/boost/libs/signals/src/signal_base.cpp:136:37: warning: ‘auto_ptr’ is deprecated (declared at

Re: please put new LyX 2.2.0 Win installer on ftp.lyx org

2016-06-10 Thread Uwe Stöhr
Am 10.06.2016 um 04:57 schrieb Richard Heck: Done. Thanks. p.s. Maybe it makes sense to provide also for the other OSes new LyX binaries using Qt 5.6.1? I do not know if OSX needs such an update, but Linux does not. This is one of the many ways in which Linux is not a piece of s**t.