Re: GuiHyperlink.cpp - compilation warning

2010-03-29 Thread Uwe Stöhr
There are nevertheless 2 issues left: - the files in LyX's lib folder are not copied to a Resources folder in the folder where I have build LyX. LyX therefore won't start when double-clicking on the lyx.exe. (SCons automatically creates the Resources folder and update its contents also

Re: GuiHyperlink.cpp - compilation warning

2010-03-29 Thread Uwe Stöhr
> There are nevertheless 2 issues left: > >> - the files in LyX's lib folder are not copied to a "Resources" folder in the >> folder where I have >> build LyX. LyX therefore won't start when double-clicking on the lyx.exe. >> (SCons automatically creates the Resources folder and update its

Re: GuiHyperlink.cpp - compilation warning

2010-03-25 Thread Pavel Sanda
Uwe Stöhr wrote: Compilation via CMake and MSVC2008 shows this warning: d:\lyxsvn\lyx-devel\src\frontends\qt4\guihyperlink.cpp(28) : warning C4717: 'lyx::operator==' : recursive on all control paths, function will cause runtime stack overflow this comes from here

Re: GuiHyperlink.cpp - compilation warning

2010-03-25 Thread Abdelrazak Younes
On 03/25/2010 03:42 AM, Uwe Stöhr wrote: Compilation via CMake and MSVC2008 shows this warning: d:\lyxsvn\lyx-devel\src\frontends\qt4\guihyperlink.cpp(28) : warning C4717: 'lyx::operator==' : recursive on all control paths, function will cause runtime stack overflow I suggest that you don't

Re: GuiHyperlink.cpp - compilation warning

2010-03-25 Thread Uwe Stöhr
Abdelrazak Younes schrieb: On 03/25/2010 03:42 AM, Uwe Stöhr wrote: Compilation via CMake and MSVC2008 shows this warning: d:\lyxsvn\lyx-devel\src\frontends\qt4\guihyperlink.cpp(28) : warning C4717: 'lyx::operator==' : recursive on all control paths, function will cause runtime stack

Re: GuiHyperlink.cpp - compilation warning

2010-03-25 Thread Abdelrazak Younes
On 03/25/2010 03:18 PM, Uwe Stöhr wrote: Abdelrazak Younes schrieb: On 03/25/2010 03:42 AM, Uwe Stöhr wrote: Compilation via CMake and MSVC2008 shows this warning: d:\lyxsvn\lyx-devel\src\frontends\qt4\guihyperlink.cpp(28) : warning C4717: 'lyx::operator==' : recursive on all control paths,

RE: GuiHyperlink.cpp - compilation warning

2010-03-25 Thread Vincent van Ravesteijn - TNW
I compiled with -Dmerge=1 as suggested in the Install.CMake file and also the build.bat file in the cmake folder in trunk. This is not really practical to use when developing. Every change will then trigger a full rebuild. Moreover, clicking a compile error won't bring you to the original source

Re: GuiHyperlink.cpp - compilation warning

2010-03-25 Thread Uwe Stöhr
Btw. After I run CMake, I opened the lyx.sln file. I then used the MSVC menu named build. This successfully compiled LyX, but a debug version. What do have to change to compile a release version? There is a combo box at the top to select Release or Debug Hmm, the combo box has here only one

Re: GuiHyperlink.cpp - compilation warning

2010-03-25 Thread Abdelrazak Younes
On 03/25/2010 03:38 PM, Uwe Stöhr wrote: Btw. After I run CMake, I opened the lyx.sln file. I then used the MSVC menu named build. This successfully compiled LyX, but a debug version. What do have to change to compile a release version? There is a combo box at the top to select Release or

Re: GuiHyperlink.cpp - compilation warning

2010-03-25 Thread Peter Kümmel
Am Donnerstag, den 25.03.2010, 17:00 +0100 schrieb Abdelrazak Younes: On 03/25/2010 03:38 PM, Uwe Stöhr wrote: Btw. After I run CMake, I opened the lyx.sln file. I then used the MSVC menu named build. This successfully compiled LyX, but a debug version. What do have to change to compile

Re: GuiHyperlink.cpp - compilation warning

2010-03-25 Thread Uwe Stöhr
Am 25.03.2010 22:17, schrieb Peter Kümmel: -G Visual Studio 9.0 -Dnls=1 -DGNUWIN32_DIR=... -Dmerge=0 This doesn't work, but this one: -GVisual Studio 9 2008 -Dnls=1 -DGNUWIN32_DIR=... -Dmerge=0 And then open lyx.sln. I found now out how to decide if a debug or release build is

Re: GuiHyperlink.cpp - compilation warning

2010-03-25 Thread Peter Kümmel
Am Freitag, den 26.03.2010, 03:50 +0100 schrieb Uwe Stöhr: Am 25.03.2010 22:17, schrieb Peter Kümmel: -G Visual Studio 9.0 -Dnls=1 -DGNUWIN32_DIR=... -Dmerge=0 This doesn't work, but this one: -GVisual Studio 9 2008 -Dnls=1 -DGNUWIN32_DIR=... -Dmerge=0 Calling cmake without

Re: GuiHyperlink.cpp - compilation warning

2010-03-25 Thread Pavel Sanda
Uwe Stöhr wrote: > Compilation via CMake and MSVC2008 shows this warning: > > d:\lyxsvn\lyx-devel\src\frontends\qt4\guihyperlink.cpp(28) : warning C4717: > 'lyx::operator==' : recursive on all control paths, function will cause > runtime stack overflow this comes from here

Re: GuiHyperlink.cpp - compilation warning

2010-03-25 Thread Abdelrazak Younes
On 03/25/2010 03:42 AM, Uwe Stöhr wrote: Compilation via CMake and MSVC2008 shows this warning: d:\lyxsvn\lyx-devel\src\frontends\qt4\guihyperlink.cpp(28) : warning C4717: 'lyx::operator==' : recursive on all control paths, function will cause runtime stack overflow I suggest that you don't

Re: GuiHyperlink.cpp - compilation warning

2010-03-25 Thread Uwe Stöhr
Abdelrazak Younes schrieb: On 03/25/2010 03:42 AM, Uwe Stöhr wrote: Compilation via CMake and MSVC2008 shows this warning: d:\lyxsvn\lyx-devel\src\frontends\qt4\guihyperlink.cpp(28) : warning C4717: 'lyx::operator==' : recursive on all control paths, function will cause runtime stack

Re: GuiHyperlink.cpp - compilation warning

2010-03-25 Thread Abdelrazak Younes
On 03/25/2010 03:18 PM, Uwe Stöhr wrote: Abdelrazak Younes schrieb: On 03/25/2010 03:42 AM, Uwe Stöhr wrote: Compilation via CMake and MSVC2008 shows this warning: d:\lyxsvn\lyx-devel\src\frontends\qt4\guihyperlink.cpp(28) : warning C4717: 'lyx::operator==' : recursive on all control paths,

RE: GuiHyperlink.cpp - compilation warning

2010-03-25 Thread Vincent van Ravesteijn - TNW
>I compiled with "-Dmerge=1" as suggested in the >"Install.CMake" file and also the "build.bat" >file in the "cmake" folder in trunk. > This is not really practical to use when developing. Every change will then trigger a full rebuild. Moreover, clicking a compile error won't bring you to the

Re: GuiHyperlink.cpp - compilation warning

2010-03-25 Thread Uwe Stöhr
Btw. After I run CMake, I opened the lyx.sln file. I then used the MSVC menu named "build". This successfully compiled LyX, but a debug version. What do have to change to compile a release version? There is a combo box at the top to select "Release" or "Debug" Hmm, the combo box has here

Re: GuiHyperlink.cpp - compilation warning

2010-03-25 Thread Abdelrazak Younes
On 03/25/2010 03:38 PM, Uwe Stöhr wrote: Btw. After I run CMake, I opened the lyx.sln file. I then used the MSVC menu named "build". This successfully compiled LyX, but a debug version. What do have to change to compile a release version? There is a combo box at the top to select "Release"

Re: GuiHyperlink.cpp - compilation warning

2010-03-25 Thread Peter Kümmel
Am Donnerstag, den 25.03.2010, 17:00 +0100 schrieb Abdelrazak Younes: > On 03/25/2010 03:38 PM, Uwe Stöhr wrote: > >>> Btw. After I run CMake, I opened the lyx.sln file. I then used the > >>> MSVC menu named "build". This successfully compiled LyX, but a debug > >>> version. What do have to

Re: GuiHyperlink.cpp - compilation warning

2010-03-25 Thread Uwe Stöhr
Am 25.03.2010 22:17, schrieb Peter Kümmel: -G "Visual Studio 9.0" -Dnls=1 -DGNUWIN32_DIR="..." -Dmerge=0 This doesn't work, but this one: -G"Visual Studio 9 2008" -Dnls=1 -DGNUWIN32_DIR="..." -Dmerge=0 And then open lyx.sln. I found now out how to decide if a debug or release build is

Re: GuiHyperlink.cpp - compilation warning

2010-03-25 Thread Peter Kümmel
Am Freitag, den 26.03.2010, 03:50 +0100 schrieb Uwe Stöhr: > Am 25.03.2010 22:17, schrieb Peter Kümmel: > > >> -G "Visual Studio 9.0" -Dnls=1 -DGNUWIN32_DIR="..." -Dmerge=0 > > This doesn't work, but this one: > > -G"Visual Studio 9 2008" -Dnls=1 -DGNUWIN32_DIR="..." -Dmerge=0 Calling

GuiHyperlink.cpp - compilation warning

2010-03-24 Thread Uwe Stöhr
Compilation via CMake and MSVC2008 shows this warning: d:\lyxsvn\lyx-devel\src\frontends\qt4\guihyperlink.cpp(28) : warning C4717: 'lyx::operator==' : recursive on all control paths, function will cause runtime stack overflow regards Uwe

GuiHyperlink.cpp - compilation warning

2010-03-24 Thread Uwe Stöhr
Compilation via CMake and MSVC2008 shows this warning: d:\lyxsvn\lyx-devel\src\frontends\qt4\guihyperlink.cpp(28) : warning C4717: 'lyx::operator==' : recursive on all control paths, function will cause runtime stack overflow regards Uwe