Re: still not possible to compile LyX 2.0.x with CMake

2011-05-20 Thread Kornel
Am Donnerstag, 19. Mai 2011 schrieb Kornel: > It should replace former perl script ReplaceValues.pl, so that there is no > need for perl at least for the 'doc' handling. ping? I'd like to bakcport it to branch 2.0 too. At least Uwe should be happy. Kornel

Re: still not possible to compile LyX 2.0.x with CMake

2011-05-20 Thread Joost Verburg
"Peter Kümmel" wrote in message news:4dd58dae.5040...@gmx.net... > Yes, I see. Only when the entry is also set in the cache the gui shows the > correct value. > The problem was, when a option is implicitly set, like HUNSPELL when > INSTALL is set, > HUNSPELL would be still ON even when INSTALL

Re: still not possible to compile LyX 2.0.x with CMake

2011-05-19 Thread Peter Kümmel
On 19.05.2011 16:57, Joost Verburg wrote: "Uwe Stöhr" wrote in message news:4dd51e0b.3010...@web.de... It is the same, but doesn't work, neither in trunk nor branch. I have to set it manually. Perhaps because it is only set on Win32, but I am on Win64. IIRC it does work but it doesn't show in

Re: still not possible to compile LyX 2.0.x with CMake

2011-05-19 Thread Peter Kümmel
On 19.05.2011 15:41, Uwe Stöhr wrote: Am 18.05.2011 08:29, schrieb Peter Kümmel: OK, but why can this not be done automatically. I mean I have to specify the source folder as /development/cmake So it should be possible to automatically set the LYX_DIR_20x variable in CMake automatically accor

Re: still not possible to compile LyX 2.0.x with CMake

2011-05-19 Thread Joost Verburg
"Uwe Stöhr" wrote in message news:4dd51e0b.3010...@web.de... > It is the same, but doesn't work, neither in trunk nor branch. I have to > set it manually. > Perhaps because it is only set on Win32, but I am on Win64. IIRC it does work but it doesn't show in the CMake UI. Joost

Re: still not possible to compile LyX 2.0.x with CMake

2011-05-19 Thread Uwe Stöhr
Am 18.05.2011 08:29, schrieb Peter Kümmel: OK, but why can this not be done automatically. I mean I have to specify the source folder as /development/cmake So it should be possible to automatically set the LYX_DIR_20x variable in CMake automatically accordingly to /lib In trunk is is not nec

Re: still not possible to compile LyX 2.0.x with CMake

2011-05-19 Thread Kornel
Am Mittwoch, 18. Mai 2011 schrieb Uwe Stöhr: > Am 17.05.2011 11:39, schrieb Kornel: > >>> 3. I cannot disable the CMake component "DOC". It is annoying that the > >>> compiler always stumbles over this component. I can of course delete it > >>> from the solution file, but I fear that this will brea

Re: still not possible to compile LyX 2.0.x with CMake

2011-05-18 Thread Peter Kümmel
On 18.05.2011 12:15, Kornel wrote: Am Mittwoch, 18. Mai 2011 schrieb Richard Heck: On 05/17/2011 08:52 PM, Uwe Stöhr wrote: Am 17.05.2011 11:39, schrieb Kornel: 3. I cannot disable the CMake component "DOC". It is annoying that the compiler always stumbles over this component. I can of course

Re: still not possible to compile LyX 2.0.x with CMake

2011-05-18 Thread Kornel
Am Mittwoch, 18. Mai 2011 schrieb Richard Heck: > On 05/17/2011 08:52 PM, Uwe Stöhr wrote: > > Am 17.05.2011 11:39, schrieb Kornel: > 3. I cannot disable the CMake component "DOC". It is annoying that the > compiler always stumbles over this component. I can of course > delete it > >

RE: still not possible to compile LyX 2.0.x with CMake

2011-05-17 Thread venom00
My 2 cents without reading anything of this thread: CMake under Windows 7 32 bit with Qt Creator and VS2010 compiler works fine for me, I just noticed you have changed the location of CMakeList.txt, all the rest is fine. venom00

Re: still not possible to compile LyX 2.0.x with CMake

2011-05-17 Thread Peter Kümmel
On 18.05.2011 03:09, Uwe Stöhr wrote: Am 17.05.2011 08:09, schrieb Peter Kümmel: 1. a LyX.exe file is compiled, but at the end of the compilation process MSVC complains telling me D:\LyXSVN\LyX2.0.x\compile-result\Debug\ALL_BUILD cannot find file But thee is no such directory, there is only

Re: still not possible to compile LyX 2.0.x with CMake

2011-05-17 Thread Richard Heck
On 05/17/2011 08:52 PM, Uwe Stöhr wrote: Am 17.05.2011 11:39, schrieb Kornel: 3. I cannot disable the CMake component "DOC". It is annoying that the compiler always stumbles over this component. I can of course delete it from the solution file, but I fear that this will break something You

Re: still not possible to compile LyX 2.0.x with CMake

2011-05-17 Thread Uwe Stöhr
Am 17.05.2011 08:09, schrieb Peter Kümmel: 1. a LyX.exe file is compiled, but at the end of the compilation process MSVC complains telling me D:\LyXSVN\LyX2.0.x\compile-result\Debug\ALL_BUILD cannot find file But thee is no such directory, there is only this one: D:\LyXSVN\LyX2.0.x\compile-re

Re: still not possible to compile LyX 2.0.x with CMake

2011-05-17 Thread Uwe Stöhr
Am 17.05.2011 11:39, schrieb Kornel: 3. I cannot disable the CMake component "DOC". It is annoying that the compiler always stumbles over this component. I can of course delete it from the solution file, but I fear that this will break something You can, like it was already in lyx1.6. See atta

Re: still not possible to compile LyX 2.0.x with CMake

2011-05-17 Thread Kornel
Am Dienstag, 17. Mai 2011 schrieb Vincent van Ravesteijn: > > 3. I cannot disable the CMake component "DOC". It is annoying that the > > compiler always stumbles over this component. I can of course delete it > > from the solution file, but I fear that this will break something > > When I compile L

Re: still not possible to compile LyX 2.0.x with CMake

2011-05-17 Thread Kornel
Am Dienstag, 17. Mai 2011 schrieb Peter Kümmel: > On 17.05.2011 01:17, Uwe Stöhr wrote: ... > > 3. I cannot disable the CMake component "DOC". It is annoying that the > > compiler always stumbles over this component. I can of course delete it > > from the solution file, but I fear that this will br

Re: still not possible to compile LyX 2.0.x with CMake

2011-05-17 Thread Vincent van Ravesteijn
> > > 3. I cannot disable the CMake component "DOC". It is annoying that the > compiler always stumbles over this component. I can of course delete it from > the solution file, but I fear that this will break something > When I compile LyX's trunk, CMake doesn't have this DOC component. > Deleting

Re: still not possible to compile LyX 2.0.x with CMake

2011-05-16 Thread Peter Kümmel
On 17.05.2011 01:17, Uwe Stöhr wrote: I spent now another few hours to get LyX 2_0_x branch to compile with CMake. I started from a clean SVN tree and followed exactly the file Install.Win32. There are 3 problems: 1. a LyX.exe file is compiled, but at the end of the compilation process MSVC co

Re: still not possible to compile LyX 2.0.x with CMake

2011-05-16 Thread Stephan Witt
Am 17.05.2011 um 07:19 schrieb Stephan Witt: >> 2. I can also not debug the compiled LyX because CMake does not create a >> folder named "Resources" and copy there the content of SVN's "lib" folder. >> Therefore when I want to debug the LyX component, I get an error message >> that the Resource

Re: still not possible to compile LyX 2.0.x with CMake

2011-05-16 Thread Stephan Witt
Am 17.05.2011 um 01:17 schrieb Uwe Stöhr: > I spent now another few hours to get LyX 2_0_x branch to compile with CMake. > I started from a clean SVN tree and followed exactly the file Install.Win32. > > There are 3 problems: > > 1. a LyX.exe file is compiled, but at the end of the compilation

still not possible to compile LyX 2.0.x with CMake

2011-05-16 Thread Uwe Stöhr
I spent now another few hours to get LyX 2_0_x branch to compile with CMake. I started from a clean SVN tree and followed exactly the file Install.Win32. There are 3 problems: 1. a LyX.exe file is compiled, but at the end of the compilation process MSVC complains telling me D:\LyXSVN\LyX2.0.x\