Re: commit ca4426e broke macos-build

2018-02-25 Thread Richard Heck
On 02/25/2018 03:37 PM, Patrick De Visschere wrote: > Commit ca4426e (bugfix #10888) broke (at least my) macos-build (qt5.10 and > macos 10.12); > A change from menu to menuptr in Menus.cpp escaped attention. Thanks. QtCreator has this great ability to rename variables, but it skips code that's #

commit ca4426e broke macos-build

2018-02-25 Thread Patrick De Visschere
Commit ca4426e (bugfix #10888) broke (at least my) macos-build (qt5.10 and macos 10.12); A change from menu to menuptr in Menus.cpp escaped attention. patch included. pdv menutomenuptr.diff Description: Binary data

Re: [LyX/master] We don't want external change to automatically marked the buffer dirty.

2018-02-25 Thread Richard Heck
On 02/25/2018 09:00 AM, Pavel Sanda wrote: > Pavel Sanda wrote: >> commit 2df82c4a44b7f95d27070f575e69206a790edb27 Author: > Pavel Sanda >> Date: Sun Feb 25 14:49:21 2018 +0100 >> >> We don't want external change to automatically marked the buffer >> dirty. >> >> https://www.mail-archive.com/lyx-

Re: Build question regarding --enable-cxx11 configure option

2018-02-25 Thread Stephan Witt
Am 25.02.2018 um 19:57 schrieb José Abílio Matos : > > On Sunday, 25 February 2018 16.58.36 WET Stephan Witt wrote: > > Today I saw a warning with lyx-2.3.0 as follows: > > configure: WARNING: unrecognized options: --enable-cxx11 > > Hi Stephan, > isn't C++ 11 our basic requirement? > >

Re: Build question regarding --enable-cxx11 configure option

2018-02-25 Thread José Abílio Matos
On Sunday, 25 February 2018 16.58.36 WET Stephan Witt wrote: > Today I saw a warning with lyx-2.3.0 as follows: > configure: WARNING: unrecognized options: --enable-cxx11 Hi Stephan, isn't C++ 11 our basic requirement? Or said the other way around there is code that does not work

Re: Build question regarding --enable-cxx11 configure option

2018-02-25 Thread Stephan Witt
Am 25.02.2018 um 19:35 schrieb Kornel Benko : > > Am Sonntag, 25. Februar 2018 17:58:36 CET schrieb Stephan Witt > : >> Hi, >> >> usually I’m using the --enable-cxx11 configure option to build LyX binaries >> on Mac with autotools. >> >> Today I saw a warning with lyx-2.3.0 as follows: >> confi

Re: Build question regarding --enable-cxx11 configure option

2018-02-25 Thread Kornel Benko
Am Sonntag, 25. Februar 2018 17:58:36 CET schrieb Stephan Witt : > Hi, > > usually I’m using the --enable-cxx11 configure option to build LyX binaries > on Mac with autotools. > > Today I saw a warning with lyx-2.3.0 as follows: > configure: WARNING: unrecognized options: --enable-cxx11 If I un

Build question regarding --enable-cxx11 configure option

2018-02-25 Thread Stephan Witt
Hi, usually I’m using the --enable-cxx11 configure option to build LyX binaries on Mac with autotools. Today I saw a warning with lyx-2.3.0 as follows: configure: WARNING: unrecognized options: --enable-cxx11 So I tried to build w/o this option. But this leads to a configure error: configure:1

Re: [LyX/master] We don't want external change to automatically marked the buffer dirty.

2018-02-25 Thread Pavel Sanda
Pavel Sanda wrote: > commit 2df82c4a44b7f95d27070f575e69206a790edb27 > Author: Pavel Sanda > Date: Sun Feb 25 14:49:21 2018 +0100 > > We don't want external change to automatically marked the buffer dirty. > > https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg203995.html Ric