Re: r34721 - lyx-devel/trunk/src/support

2010-07-04 Thread Joost Verburg
On 7/4/2010 1:55 PM, Kornel Benko wrote: Hmm, we have already following options: lyxinstall noconsole disable-pch disable-pch debug_glibc debug_glibc_pedantic UseExternalBoost We could rename them to e.g. lyx-install lyx-noconsole lyx-disable-pch lyx-disable-pch debug-glibc deb

Re: r34721 - lyx-devel/trunk/src/support

2010-07-04 Thread Kornel Benko
Am Sonntag 04 Juli 2010 schrieb Joost Verburg: > On 7/4/2010 3:33 AM, Kornel Benko wrote: > > How about making it really an cmake-option? It should displays on the > > cmake-gui too. Don't know if it makes any differences on windows though. > > Sure. I think we should also rename the LyX CMake opt

Re: r34721 - lyx-devel/trunk/src/support

2010-07-04 Thread Joost Verburg
On 7/4/2010 3:33 AM, Kornel Benko wrote: How about making it really an cmake-option? It should displays on the cmake-gui too. Don't know if it makes any differences on windows though. Sure. I think we should also rename the LyX CMake options to LYX_* so they will be grouped together. Joost

Re: r34721 - lyx-devel/trunk/src/support

2010-07-04 Thread Kornel Benko
Am Samstag 03 Juli 2010 schrieb Joost Verburg: > On 7/2/2010 9:08 PM, Uwe Stöhr wrote: > > Hi Joost, > > > > Where can I specify this option? > > I cannot find any further documentation of this new compilation option. > > Where do we document them? > > > > thanks and regards > > Uwe > > Compilin

Re: r34721 - lyx-devel/trunk/src/support

2010-07-03 Thread Joost Verburg
On 7/2/2010 9:08 PM, Uwe Stöhr wrote: Hi Joost, Where can I specify this option? I cannot find any further documentation of this new compilation option. Where do we document them? thanks and regards Uwe Compiling LyX as a GUI app can be done with CMake using the noconsole option. Regards J

Re: r34721 - lyx-devel/trunk/src/support

2010-07-02 Thread Uwe Stöhr
> Launch external Windows processes for e.g. display image conversion using > CreateProcess with a CREATE_NO_WINDOW flag, allowing LyX to be compiled as a > GUI application without console windows popping up. Hi Joost, Where can I specify this option? I cannot find any further documentation of t

Re: r34721 - lyx-devel/trunk/src/support

2010-06-29 Thread Joost Verburg
On 6/29/2010 7:36 AM, Pavel Sanda wrote: +#include why this is not ifdefed? pavel I didn't realize io.h is Windows specific. I'll fix it. Joost

Re: r34721 - lyx-devel/trunk/src/support

2010-06-29 Thread Pavel Sanda
jo...@lyx.org wrote: > Author: joost > Date: Mon Jun 28 19:45:04 2010 > New Revision: 34721 > URL: http://www.lyx.org/trac/changeset/34721 > > Log: > Launch external Windows processes for e.g. display image conversion using > CreateProcess with a CREATE_NO_WINDOW flag, allowing LyX to be compiled