Re: LyX 2.0 compilation errors using CMAKE

2010-09-01 Thread Abdelrazak Younes
On 09/01/2010 01:38 AM, Uwe Stöhr wrote: Am 31.08.2010 08:02, schrieb Stephan Witt: I guess it's my change r35193. Please try attached patch. This fixes the setenv compilation errors - I committed it. However, this compilation error remains: 10..\..\src\LyX.cpp(288) : error C4101:

Re: LyX 2.0 compilation errors using CMAKE

2010-09-01 Thread Abdelrazak Younes
On 08/31/2010 03:15 AM, Uwe Stöhr wrote: Am 31.08.2010 03:04, schrieb Uwe Stöhr: I am not able to compile LyX 2.0 using CMAKE. I get these errors: I forgot to say that I'm using - Microsoft Visual C++ 2008 Express Edition with SP1 - Qt 4.6.3 - Windows XP 64bit (a.k.a. Windows 2003 Server) -

Re: lilybook module

2010-09-01 Thread Guenter Milde
On 2010-08-31, Julien Rioux wrote: On 31/08/2010 3:35 PM, Guenter Milde wrote: On 2010-08-30, Jean-Marc Lasgouttes wrote: Using the OutputFormat tag defined for use with sweave, one can have a module that changes the format (and thus add an extra convert step). ... Could this be used to

Re: LyX 2.0 compilation errors using CMAKE

2010-09-01 Thread Peter Kümmel
On 01.09.2010 01:38, Uwe Stöhr wrote: Am 31.08.2010 08:02, schrieb Stephan Witt: I guess it's my change r35193. Please try attached patch. This fixes the setenv compilation errors - I committed it. However, this compilation error remains: 10..\..\src\LyX.cpp(288) : error C4101:

Re: LyX 2.0 compilation errors using CMAKE

2010-09-01 Thread Peter Kümmel
First -Dmerge=0 and then -Dmerge_rebuild=1? This seems fishy... In general when you are developping for debug, disable merge build. For release mode I agree that this is faster. Abdel. these options are obsolete now. all options now start with LYX_ see cmake output or cmake-gui. I've

Re: Patch for spell checker state in Paragraph instead of Font (Re: alpha6)

2010-09-01 Thread Jean-Marc LASGOUTTES
Stephan Witt st.w...@gmx.net writes: I've made some changes again... shorten lines as Jürgen suggested and formatting of if/while. And I added code to handle the soft-hyphens and friends. So I attach it again and hope I can put it in later. JMarc, can you have a look, please? See below.

Re: Patch for spell checker state in Paragraph instead of Font (Re: alpha6)

2010-09-01 Thread Stephan Witt
Am 01.09.2010 um 17:38 schrieb Jean-Marc LASGOUTTES: Stephan Witt st.w...@gmx.net writes: I've made some changes again... shorten lines as Jürgen suggested and formatting of if/while. And I added code to handle the soft-hyphens and friends. So I attach it again and hope I can put it in

Re: Patch for spell checker state in Paragraph instead of Font (Re: alpha6)

2010-09-01 Thread Jean-Marc Lasgouttes
Le 01/09/2010 20:11, Stephan Witt a écrit : +// Paragraph::SpellRanges +// +/ + +class Paragraph::SpellCheckerState { What is the real name? Does it need to be in Paragraph, or can it be in Paragraph::Private? Or can it

Re: LyX 2.0 compilation errors using CMAKE

2010-09-01 Thread Uwe Stöhr
using msvc this warning as handled as error. but it's fixed now. Many thanks! regards Uwe

Re: Patch for spell checker state in Paragraph instead of Font (Re: alpha6)

2010-09-01 Thread Stephan Witt
Am 02.09.2010 um 00:35 schrieb Jean-Marc Lasgouttes: Le 01/09/2010 20:11, Stephan Witt a écrit : +// Paragraph::SpellRanges +// +/ + +class Paragraph::SpellCheckerState { What is the real name? Does it need to be in

Re: LyX 2.0 compilation errors using CMAKE

2010-09-01 Thread Stephan Witt
Am 01.09.2010 um 08:01 schrieb Abdelrazak Younes: On 09/01/2010 01:38 AM, Uwe Stöhr wrote: However, this compilation error remains: 10..\..\src\LyX.cpp(288) : error C4101: 'message' : unreferenced local variable The attached patch fixes also this error for me (debug and release mode).

Re: LyX 2.0 compilation errors using CMAKE

2010-09-01 Thread Abdelrazak Younes
On 09/01/2010 01:38 AM, Uwe Stöhr wrote: Am 31.08.2010 08:02, schrieb Stephan Witt: I guess it's my change r35193. Please try attached patch. This fixes the setenv compilation errors -> I committed it. However, this compilation error remains: 10>..\..\src\LyX.cpp(288) : error C4101:

Re: LyX 2.0 compilation errors using CMAKE

2010-09-01 Thread Abdelrazak Younes
On 08/31/2010 03:15 AM, Uwe Stöhr wrote: Am 31.08.2010 03:04, schrieb Uwe Stöhr: I am not able to compile LyX 2.0 using CMAKE. I get these errors: I forgot to say that I'm using - Microsoft Visual C++ 2008 Express Edition with SP1 - Qt 4.6.3 - Windows XP 64bit (a.k.a. Windows 2003 Server) -

Re: lilybook module

2010-09-01 Thread Guenter Milde
On 2010-08-31, Julien Rioux wrote: > On 31/08/2010 3:35 PM, Guenter Milde wrote: >> On 2010-08-30, Jean-Marc Lasgouttes wrote: >>> Using the OutputFormat tag defined for use with sweave, one can have a >>> module that changes the format (and thus add an extra convert step). ... >> Could this be

Re: LyX 2.0 compilation errors using CMAKE

2010-09-01 Thread Peter Kümmel
On 01.09.2010 01:38, Uwe Stöhr wrote: > Am 31.08.2010 08:02, schrieb Stephan Witt: > >> I guess it's my change r35193. >> >> Please try attached patch. > > This fixes the setenv compilation errors -> I committed it. > > However, this compilation error remains: > > 10>..\..\src\LyX.cpp(288) :

Re: LyX 2.0 compilation errors using CMAKE

2010-09-01 Thread Peter Kümmel
> First -Dmerge=0 and then -Dmerge_rebuild=1? This seems fishy... > > In general when you are developping for debug, disable merge build. For > release mode I agree that this is faster. > > Abdel. > these options are obsolete now. all options now start with LYX_ see cmake output or

Re: Patch for spell checker state in Paragraph instead of Font (Re: alpha6)

2010-09-01 Thread Jean-Marc LASGOUTTES
Stephan Witt writes: > I've made some changes again... shorten lines as Jürgen suggested and > formatting of if/while. And I added code to handle the soft-hyphens > and friends. > > So I attach it again and hope I can put it in later. JMarc, can you > have a look, please? See

Re: Patch for spell checker state in Paragraph instead of Font (Re: alpha6)

2010-09-01 Thread Stephan Witt
Am 01.09.2010 um 17:38 schrieb Jean-Marc LASGOUTTES: > Stephan Witt writes: >> I've made some changes again... shorten lines as Jürgen suggested and >> formatting of if/while. And I added code to handle the soft-hyphens >> and friends. >> >> So I attach it again and hope I can

Re: Patch for spell checker state in Paragraph instead of Font (Re: alpha6)

2010-09-01 Thread Jean-Marc Lasgouttes
Le 01/09/2010 20:11, Stephan Witt a écrit : +// Paragraph::SpellRanges +// +/ + +class Paragraph::SpellCheckerState { What is the real name? Does it need to be in Paragraph, or can it be in Paragraph::Private? Or can it

Re: LyX 2.0 compilation errors using CMAKE

2010-09-01 Thread Uwe Stöhr
> using msvc this warning as handled as error. > but it's fixed now. Many thanks! regards Uwe

Re: Patch for spell checker state in Paragraph instead of Font (Re: alpha6)

2010-09-01 Thread Stephan Witt
Am 02.09.2010 um 00:35 schrieb Jean-Marc Lasgouttes: > Le 01/09/2010 20:11, Stephan Witt a écrit : +// Paragraph::SpellRanges +// +/ > + +class Paragraph::SpellCheckerState { >>> >>> What is the real

Re: LyX 2.0 compilation errors using CMAKE

2010-09-01 Thread Stephan Witt
Am 01.09.2010 um 08:01 schrieb Abdelrazak Younes: > On 09/01/2010 01:38 AM, Uwe Stöhr wrote: >> >> However, this compilation error remains: >> >> 10>..\..\src\LyX.cpp(288) : error C4101: 'message' : unreferenced local >> variable >> >> The attached patch fixes also this error for me (debug