Re: Some remaining CMake problems

2011-12-06 Thread Peter Kümmel
On 05.12.2011 22:19, Uwe Stöhr wrote: Am 05.12.2011 13:36, schrieb Vincent van Ravesteijn: 1 Warning(s) This seems not harmful. This is just a warning that tells you that static_mutex.cpp is sort of empty because BOOST_HAS_THREADS is not defined. This shouldn't also be related to CMake.

Re: Some remaining CMake problems

2011-12-06 Thread Peter Kümmel
On 05.12.2011 22:19, Uwe Stöhr wrote: Am 05.12.2011 13:36, schrieb Vincent van Ravesteijn: 1 Warning(s) This seems not harmful. This is just a warning that tells you that static_mutex.cpp is sort of empty because BOOST_HAS_THREADS is not defined. This shouldn't also be related to CMake.

Re: Some remaining CMake problems

2011-12-05 Thread Kornel Benko
Am Montag, 5. Dezember 2011 um 02:05:05, schrieb Uwe Stöhr uwesto...@web.de I have still some problems with CMake: Problem 1: When compiling LyX from scratch I get this warning: D:\LyXSVN\lyx-devel\compile-result\lyx.sln (LyX;tex2lyx target) (1) -

Re: Some remaining CMake problems

2011-12-05 Thread Vincent van Ravesteijn
Op 5-12-2011 2:11, Uwe Stöhr schreef: Am 05.12.2011 02:05, schrieb Uwe Stöhr: I have still some problems with CMake: Problem 4: I want to compile the lyx.exe in devel mode with its console (to e.g. see shortcut conflicts). I therefore compile with the compiler option -DLYX_CONSOLE=ON

Re: Some remaining CMake problems

2011-12-05 Thread Vincent van Ravesteijn
Op 5-12-2011 2:05, Uwe Stöhr schreef: I have still some problems with CMake: Problem 1: When compiling LyX from scratch I get this warning: D:\LyXSVN\lyx-devel\compile-result\lyx.sln (LyX;tex2lyx target) (1) - D:\LyXSVN\lyx-devel\compile-result\src\LyX.vcxproj.metaproj (default target) (2)

Re: Some remaining CMake problems

2011-12-05 Thread Peter Kümmel
On 05.12.2011 02:11, Uwe Stöhr wrote: Am 05.12.2011 02:05, schrieb Uwe Stöhr: I have still some problems with CMake: Problem 4: I want to compile the lyx.exe in devel mode with its console (to e.g. see shortcut conflicts). I therefore compile with the compiler option -DLYX_CONSOLE=ON But

Re: Some remaining CMake problems

2011-12-05 Thread Uwe Stöhr
Am 05.12.2011 12:41, schrieb Vincent van Ravesteijn: Not so long ago, you were asking how to hide the console ? Now you're asking how to get the console ? Correct. For the release build used for the installer the console should be hidden. For developing LyX the console is helpful. regards

Re: Some remaining CMake problems

2011-12-05 Thread Uwe Stöhr
Am 05.12.2011 21:10, schrieb Peter Kümmel: LYX_INSTALL overwrites LYX_CONSOLE: But I don't use INSTALL, I use this: -DLYX_MERGE_FILES=0 -DLYX_NLS=1 -DLYX_RELEASE=0 -DLYX_CONSOLE=ON But I've added added a way to overwrite this: -DLYX_CONSOLE=FORCE This works, many thanks. regards Uwe

Re: Some remaining CMake problems

2011-12-05 Thread Uwe Stöhr
Am 05.12.2011 13:36, schrieb Vincent van Ravesteijn: 1 Warning(s) This seems not harmful. This is just a warning that tells you that static_mutex.cpp is sort of empty because BOOST_HAS_THREADS is not defined. This shouldn't also be related to CMake. Is it a real problem for you ? No, I

Re: Some remaining CMake problems

2011-12-05 Thread Kornel Benko
Am Montag, 5. Dezember 2011 um 02:05:05, schrieb Uwe Stöhr > I have still some problems with CMake: > > Problem 1: > > When compiling LyX from scratch I get this warning: > > "D:\LyXSVN\lyx-devel\compile-result\lyx.sln" (LyX;tex2lyx target) (1) -> >

Re: Some remaining CMake problems

2011-12-05 Thread Vincent van Ravesteijn
Op 5-12-2011 2:11, Uwe Stöhr schreef: Am 05.12.2011 02:05, schrieb Uwe Stöhr: I have still some problems with CMake: Problem 4: I want to compile the lyx.exe in devel mode with its console (to e.g. see shortcut conflicts). I therefore compile with the compiler option -DLYX_CONSOLE=ON

Re: Some remaining CMake problems

2011-12-05 Thread Vincent van Ravesteijn
Op 5-12-2011 2:05, Uwe Stöhr schreef: I have still some problems with CMake: Problem 1: When compiling LyX from scratch I get this warning: "D:\LyXSVN\lyx-devel\compile-result\lyx.sln" (LyX;tex2lyx target) (1) -> "D:\LyXSVN\lyx-devel\compile-result\src\LyX.vcxproj.metaproj" (default target)

Re: Some remaining CMake problems

2011-12-05 Thread Peter Kümmel
On 05.12.2011 02:11, Uwe Stöhr wrote: Am 05.12.2011 02:05, schrieb Uwe Stöhr: I have still some problems with CMake: Problem 4: I want to compile the lyx.exe in devel mode with its console (to e.g. see shortcut conflicts). I therefore compile with the compiler option -DLYX_CONSOLE=ON But

Re: Some remaining CMake problems

2011-12-05 Thread Uwe Stöhr
Am 05.12.2011 12:41, schrieb Vincent van Ravesteijn: Not so long ago, you were asking how to hide the console ? Now you're asking how to get the console ? Correct. For the release build used for the installer the console should be hidden. For developing LyX the console is helpful. regards

Re: Some remaining CMake problems

2011-12-05 Thread Uwe Stöhr
Am 05.12.2011 21:10, schrieb Peter Kümmel: LYX_INSTALL overwrites LYX_CONSOLE: But I don't use INSTALL, I use this: -DLYX_MERGE_FILES=0 -DLYX_NLS=1 -DLYX_RELEASE=0 -DLYX_CONSOLE=ON But I've added added a way to overwrite this: -DLYX_CONSOLE=FORCE This works, many thanks. regards Uwe

Re: Some remaining CMake problems

2011-12-05 Thread Uwe Stöhr
Am 05.12.2011 13:36, schrieb Vincent van Ravesteijn: 1 Warning(s) This seems not harmful. This is just a warning that tells you that static_mutex.cpp is sort of empty because BOOST_HAS_THREADS is not defined. This shouldn't also be related to CMake. Is it a real problem for you ? No, I

Some remaining CMake problems

2011-12-04 Thread Uwe Stöhr
I have still some problems with CMake: Problem 1: When compiling LyX from scratch I get this warning: D:\LyXSVN\lyx-devel\compile-result\lyx.sln (LyX;tex2lyx target) (1) - D:\LyXSVN\lyx-devel\compile-result\src\LyX.vcxproj.metaproj (default target) (2) -

Re: Some remaining CMake problems

2011-12-04 Thread Uwe Stöhr
Am 05.12.2011 02:05, schrieb Uwe Stöhr: I have still some problems with CMake: Problem 4: I want to compile the lyx.exe in devel mode with its console (to e.g. see shortcut conflicts). I therefore compile with the compiler option -DLYX_CONSOLE=ON But the result is still a lyx.exe without

Some remaining CMake problems

2011-12-04 Thread Uwe Stöhr
I have still some problems with CMake: Problem 1: When compiling LyX from scratch I get this warning: "D:\LyXSVN\lyx-devel\compile-result\lyx.sln" (LyX;tex2lyx target) (1) -> "D:\LyXSVN\lyx-devel\compile-result\src\LyX.vcxproj.metaproj" (default target) (2) ->

Re: Some remaining CMake problems

2011-12-04 Thread Uwe Stöhr
Am 05.12.2011 02:05, schrieb Uwe Stöhr: I have still some problems with CMake: Problem 4: I want to compile the lyx.exe in devel mode with its console (to e.g. see shortcut conflicts). I therefore compile with the compiler option -DLYX_CONSOLE=ON But the result is still a lyx.exe without