Re: file generation after compilation is always executed twice

2015-12-01 Thread Georg Baum
Uwe Stöhr wrote: > Am 25.11.2015 um 21:15 schrieb Georg Baum: > >> I believe it is the argument /t:ALL_BUILD to msbuild in >> development/cmake/build.bat. This builds all projects that depend on >> ALL_BUILD, and I guess that .gmo recreation is included. > > Thanks. Yes this is the reason.

Re: file generation after compilation is always executed twice

2015-12-01 Thread Kornel Benko
Am Dienstag, 1. Dezember 2015 um 21:18:59, schrieb Georg Baum > Uwe Stöhr wrote: > > > Am 25.11.2015 um 21:15 schrieb Georg Baum: > > > >> I believe it is the argument /t:ALL_BUILD to msbuild in > >> development/cmake/build.bat. This builds all projects that

Re: file generation after compilation is always executed twice

2015-11-28 Thread Georg Baum
Uwe Stöhr wrote: > Am 25.11.2015 um 21:15 schrieb Georg Baum: > >> Is it really the creation of the .gmo files? I believe it is rather the >> creation of the .pot file by po/lyx_pot.py which is slow. > > the .pot file is generated within a second. Interesting, This is the slower part on linux.

Re: file generation after compilation is always executed twice

2015-11-26 Thread Kornel Benko
Am Donnerstag, 26. November 2015 um 00:16:23, schrieb Uwe Stöhr > Am 25.11.2015 um 21:15 schrieb Georg Baum: > > > Is it really the creation of the .gmo files? I believe it is rather the > > creation of the .pot file by po/lyx_pot.py which is slow. > > the .pot file is

Re: file generation after compilation is always executed twice

2015-11-25 Thread Uwe Stöhr
Am 25.11.2015 um 21:15 schrieb Georg Baum: Is it really the creation of the .gmo files? I believe it is rather the creation of the .pot file by po/lyx_pot.py which is slow. the .pot file is generated within a second. What takes time are the gmo files: Generating bg.gmo CUSTOMBUILD :

Re: file generation after compilation is always executed twice

2015-11-25 Thread Georg Baum
Kornel Benko wrote: > Am Mittwoch, 25. November 2015 um 00:23:32, schrieb Uwe Stöhr > >> This is a long standing and annoying problem I am facing when compiling >> LyX. When I compile LyX via CMake using "build-install" then >> >> - the compilation of LyX and tex2lyx works

Re: file generation after compilation is always executed twice

2015-11-25 Thread Kornel Benko
Am Mittwoch, 25. November 2015 um 21:15:58, schrieb Georg Baum > Kornel Benko wrote: > > > Am Mittwoch, 25. November 2015 um 00:23:32, schrieb Uwe Stöhr > > > >> This is a long standing and annoying problem I am facing when compiling > >> LyX.

file generation after compilation is always executed twice

2015-11-24 Thread Uwe Stöhr
This is a long standing and annoying problem I am facing when compiling LyX. When I compile LyX via CMake using "build-install" then - the compilation of LyX and tex2lyx works fine - the files like e.g. the gmo-files are created - but after this is done, the files are immediately created again

Re: file generation after compilation is always executed twice

2015-11-24 Thread Kornel Benko
Am Mittwoch, 25. November 2015 um 00:23:32, schrieb Uwe Stöhr > This is a long standing and annoying problem I am facing when compiling > LyX. When I compile LyX via CMake using "build-install" then > > - the compilation of LyX and tex2lyx works fine > - the files like e.g.