Re: Windows build

2019-06-07 Thread Jean-Marc Lasgouttes
Le 07/06/2019 à 22:54, José Abílio Matos a écrit : How hard would it be to see this for VS users? I am asking for curiosity, I would not object to change the "and" to "&&" if necessary. :-) I would prefer that we avoid "and". JMarc

Re: Windows build

2019-06-07 Thread José Abílio Matos
On Friday, 7 June 2019 18.20.28 WEST Enrico Forestieri wrote: > I think that José was simply exploring the boundaries between C++ and python So Jean-Marc is happy to jump to a full c++11 compiler and here I am having problems with a c++98 feature. :-) FWIW I read about them in Bjarne Stroutrup 3

Re: Missing shortcut

2019-06-07 Thread Jean-Pierre
Le 7 juin 2019 19:01:51 Enrico Forestieri a écrit : On Fri, Jun 07, 2019 at 05:58:58PM +0200, Jean-Pierre Chrétien wrote: Dear Developers While updating fr.po for master, I see this : Rows & Columns| This string is in stdcontext.inc. The shortcut is missing, there is another occurrenc

Re: Towards 2.4.0: required gcc version

2019-06-07 Thread Jean-Marc Lasgouttes
Le 07/06/2019 à 16:56, Pavel Sanda a écrit : On Thu, Jun 06, 2019 at 11:51:52PM +0200, Jean-Marc Lasgouttes wrote: Le 06/06/2019 ?? 22:42, Pavel Sanda a écrit : On Thu, Jun 06, 2019 at 04:12:22PM +0200, Jean-Marc Lasgouttes wrote: I guess that nobody will mourn the removal of gcc 4.6 suppor

Re: Windows build

2019-06-07 Thread Enrico Forestieri
On Fri, Jun 07, 2019 at 07:09:31PM +0200, Jürgen Womser-Schütz wrote: > I have no idea wether this is a general problem or not, but commit > "adb779a692f29f391cf5" did'nt translate for my Windows 10 VS2017. > The C alternative tokens "and" and "or",  should be a standard part of > C++  but VS2017 

Windows build

2019-06-07 Thread Jürgen Womser-Schütz
I have no idea wether this is a general problem or not, but commit "adb779a692f29f391cf5" did'nt translate for my Windows 10 VS2017. The C alternative tokens "and" and "or",  should be a standard part of C++  but VS2017  require to include "" or "iso646.h". Including this header is also fine for th

Re: Missing shortcut

2019-06-07 Thread Enrico Forestieri
On Fri, Jun 07, 2019 at 05:58:58PM +0200, Jean-Pierre Chrétien wrote: > Dear Developers > > While updating fr.po for master, I see this : > > Rows & Columns| > > This string is in stdcontext.inc. > > The shortcut is missing, there is another occurrence where the shortcut is > 'C'. Actually,

Missing shortcut

2019-06-07 Thread Jean-Pierre Chrétien
Dear Developers While updating fr.po for master, I see this : Rows & Columns| This string is in stdcontext.inc. The shortcut is missing, there is another occurrence where the shortcut is 'C'. -- Jean-Pierre

Re: Towards 2.4.0: required gcc version

2019-06-07 Thread Jean-Marc Lasgouttes
Le 07/06/2019 à 16:56, Pavel Sanda a écrit : On Thu, Jun 06, 2019 at 11:51:52PM +0200, Jean-Marc Lasgouttes wrote: Le 06/06/2019 ?? 22:42, Pavel Sanda a écrit : On Thu, Jun 06, 2019 at 04:12:22PM +0200, Jean-Marc Lasgouttes wrote: I guess that nobody will mourn the removal of gcc 4.6 support,

Re: Towards 2.4.0: required gcc version

2019-06-07 Thread Pavel Sanda
On Thu, Jun 06, 2019 at 11:51:52PM +0200, Jean-Marc Lasgouttes wrote: > Le 06/06/2019 ?? 22:42, Pavel Sanda a écrit : >> On Thu, Jun 06, 2019 at 04:12:22PM +0200, Jean-Marc Lasgouttes wrote: >>> I guess that nobody will mourn the removal of gcc 4.6 support, since >>> ubuntu >>> 12.04 has been unsu

Re: Python error with master on windows

2019-06-07 Thread José Abílio Matos
On Friday, 7 June 2019 15.17.53 WEST Jean-Marc Lasgouttes wrote: > Go ahead. > > JMarc Done. -- José Abílio

Re: Python error with master on windows

2019-06-07 Thread Jean-Marc Lasgouttes
Le 07/06/2019 à 14:17, José Abílio Matos a écrit : On Wednesday, 5 June 2019 23.24.29 WEST José Abílio Matos wrote: Thank you. This is only the first step (it controls the build time). Attached is a patch that does the same for run time. I will commit this. Tell me if you have problems with t

Re: Towards 2.4.0: required gcc version

2019-06-07 Thread Pavel Sanda
On Fri, Jun 07, 2019 at 12:08:57PM +0200, Jean-Marc Lasgouttes wrote: > So, shall we consider to move to gcc >= 4/9 with std::regex? Or is it not > worth doing right now? If you don't hurry for the release so we have enough testing time I'd say drop it now... Pavel

Re: Towards 2.4.0: required gcc version

2019-06-07 Thread Jürgen Womser-Schütz
... and for example test the regx-functionality. Jürgen (JWS) Am 07.06.2019 um 15:10 schrieb Jürgen Womser-Schütz: > Maybe I can help a little bit. On my Windows 10 system I can build LyX > with Visual Studio 2017. > > Jürgen (JWS) >

Re: Towards 2.4.0: required gcc version

2019-06-07 Thread Jürgen Womser-Schütz
Maybe I can help a little bit. On my Windows 10 system I can build LyX with Visual Studio 2017. Jürgen (JWS)

Re: Python error with master on windows

2019-06-07 Thread José Abílio Matos
On Wednesday, 5 June 2019 23.24.29 WEST José Abílio Matos wrote: > Thank you. This is only the first step (it controls the build time). > > Attached is a patch that does the same for run time. I will commit this. Tell me if you have problems with this code. -- José Abílio

Re: Towards 2.4.0: required gcc version

2019-06-07 Thread Jean-Marc Lasgouttes
Le 07/06/2019 à 12:37, José Abílio Matos a écrit : On Friday, 7 June 2019 11.08.57 WEST Jean-Marc Lasgouttes wrote: So, shall we consider to move to gcc >= 4/9 with std::regex? Or is it not worth doing right now? JMarc No objection from me to moving to gcc >= 4.9 in 2.4. We still have to ch

Re: Towards 2.4.0: required gcc version

2019-06-07 Thread José Abílio Matos
On Friday, 7 June 2019 11.08.57 WEST Jean-Marc Lasgouttes wrote: > So, shall we consider to move to gcc >= 4/9 with std::regex? Or is it > not worth doing right now? > > JMarc No objection from me to moving to gcc >= 4.9 in 2.4. -- José Abílio

Re: Towards 2.4.0: required gcc version

2019-06-07 Thread Jean-Marc Lasgouttes
Le 07/06/2019 à 11:56, José Abílio Matos a écrit : On Thursday, 6 June 2019 17.25.57 WEST Stephan Witt wrote: CentOS 7 provides gcc 4.8.5 Apple provides clang which is LLVM version 10.0.1 Stephan That is true but it also has available a tool set with gcc 8, currently it is gcc-8.2.1.

Re: Towards 2.4.0: required gcc version

2019-06-07 Thread José Abílio Matos
On Thursday, 6 June 2019 17.25.57 WEST Stephan Witt wrote: > CentOS 7 provides gcc 4.8.5 > Apple provides clang which is LLVM version 10.0.1 > > Stephan That is true but it also has available a tool set with gcc 8, currently it is gcc-8.2.1.

Re: TeXFiles.py compatibility with Nix on macOS

2019-06-07 Thread Jean-Marc Lasgouttes
Le 06/06/2019 à 10:12, Guenter Milde a écrit : It seems that the thing to do is to keep track of visited directories, like here for example: https://stackoverflow.com/questions/36977259/avoiding-infinite-recursion-with-os-walk Could you have a go at it? Unless José beats you to it... I remem