Re: How to build LyX using CMake?

2010-03-25 Thread Peter Kümmel
Am Mittwoch, den 24.03.2010, 05:18 +0100 schrieb Uwe Stöhr: :: clean devenv lyx.sln /clean Release I'm not sure if denenv is part of the Express version of VC. Peter So the folder D:/LyXSVN/lyx-devel/lyx-windows-deps-msvc2008/bin that contains the iconv.dll is already

Re: How to build LyX using CMake?

2010-03-25 Thread Joost Verburg
On 3/25/2010 5:13 PM, Peter Kümmel wrote: Am Mittwoch, den 24.03.2010, 05:18 +0100 schrieb Uwe Stöhr: :: clean devenv lyx.sln /clean Release I'm not sure if denenv is part of the Express version of VC. It's not. You can probably replace devenv with VCExpress. Joost

Re: How to build LyX using CMake?

2010-03-25 Thread Uwe Stöhr
Am 25.03.2010 22:13, schrieb Peter Kümmel: devenv lyx.sln /clean Release I'm not sure if denenv is part of the Express version of VC. It is not part, I'm now using this command with success: start lyx.sln /clean Release However, the Release option has no effect. MSVC is always started in

Re: How to build LyX using CMake?

2010-03-25 Thread Peter Kümmel
Am Freitag, den 26.03.2010, 03:52 +0100 schrieb Uwe Stöhr: Am 25.03.2010 22:13, schrieb Peter Kümmel: devenv lyx.sln /clean Release I'm not sure if denenv is part of the Express version of VC. It is not part, I'm now using this command with success: start lyx.sln /clean Release

Re: How to build LyX using CMake?

2010-03-25 Thread Peter Kümmel
Am Mittwoch, den 24.03.2010, 05:18 +0100 schrieb Uwe Stöhr: > > :: clean > devenv lyx.sln /clean Release I'm not sure if denenv is part of the Express version of VC. Peter > > > So the folder D:/LyXSVN/lyx-devel/lyx-windows-deps-msvc2008/bin that contains > the iconv.dll is >

Re: How to build LyX using CMake?

2010-03-25 Thread Joost Verburg
On 3/25/2010 5:13 PM, Peter Kümmel wrote: Am Mittwoch, den 24.03.2010, 05:18 +0100 schrieb Uwe Stöhr: :: clean devenv lyx.sln /clean Release I'm not sure if denenv is part of the Express version of VC. It's not. You can probably replace devenv with VCExpress. Joost

Re: How to build LyX using CMake?

2010-03-25 Thread Uwe Stöhr
Am 25.03.2010 22:13, schrieb Peter Kümmel: devenv lyx.sln /clean Release I'm not sure if denenv is part of the Express version of VC. It is not part, I'm now using this command with success: start lyx.sln /clean Release However, the "Release" option has no effect. MSVC is always started

Re: How to build LyX using CMake?

2010-03-25 Thread Peter Kümmel
Am Freitag, den 26.03.2010, 03:52 +0100 schrieb Uwe Stöhr: > Am 25.03.2010 22:13, schrieb Peter Kümmel: > > >> devenv lyx.sln /clean Release > > > > I'm not sure if denenv is part of the Express version of VC. > > It is not part, I'm now using this command with success: > > start lyx.sln /clean

Re: How to build LyX using CMake?

2010-03-24 Thread Abdelrazak Younes
On 03/24/2010 05:18 AM, Uwe Stöhr wrote: Am 23.03.2010 07:04, schrieb Peter Kümmel: Reading the file INSTALL.cmake I see that this file is outdated (it tells me that I should install MSVC 2005). Do we have a more recent description how to use CMake? Sorry about it state of the file, you

Re: How to build LyX using CMake?

2010-03-24 Thread Abdelrazak Younes
On 03/24/2010 05:18 AM, Uwe Stöhr wrote: Am 23.03.2010 07:04, schrieb Peter Kümmel: Reading the file "INSTALL.cmake" I see that this file is outdated (it tells me that I should install MSVC 2005). Do we have a more recent description how to use CMake? Sorry about it state of the file, you

Re: How to build LyX using CMake?

2010-03-23 Thread Peter Kümmel
Am Dienstag, den 23.03.2010, 04:34 +0100 schrieb Uwe Stöhr: I want to switch from SCons to CMake. Reading the file INSTALL.cmake I see that this file is outdated (it tells me that I should install MSVC 2005). Do we have a more recent description how to use CMake? Sorry about it state of

Re: How to build LyX using CMake?

2010-03-23 Thread Uwe Stöhr
Am 23.03.2010 07:04, schrieb Peter Kümmel: Reading the file INSTALL.cmake I see that this file is outdated (it tells me that I should install MSVC 2005). Do we have a more recent description how to use CMake? Sorry about it state of the file, you could use also msvc 2009. Could you please

Re: How to build LyX using CMake?

2010-03-23 Thread Peter Kümmel
Am Dienstag, den 23.03.2010, 04:34 +0100 schrieb Uwe Stöhr: > I want to switch from SCons to CMake. > > Reading the file "INSTALL.cmake" I see that this file is outdated (it tells > me that I should install > MSVC 2005). Do we have a more recent description how to use CMake? Sorry about it

Re: How to build LyX using CMake?

2010-03-23 Thread Uwe Stöhr
Am 23.03.2010 07:04, schrieb Peter Kümmel: Reading the file "INSTALL.cmake" I see that this file is outdated (it tells me that I should install MSVC 2005). Do we have a more recent description how to use CMake? Sorry about it state of the file, you could use also msvc 2009. Could you

How to build LyX using CMake?

2010-03-22 Thread Uwe Stöhr
I want to switch from SCons to CMake. Reading the file INSTALL.cmake I see that this file is outdated (it tells me that I should install MSVC 2005). Do we have a more recent description how to use CMake? Besides this, in the INSTALL.cmake I read that i need win32libs with the 'KDE on Windows'

Re: How to build LyX using CMake?

2010-03-22 Thread Joost Verburg
On 3/22/2010 11:34 PM, Uwe Stöhr wrote: I want to switch from SCons to CMake. Reading the file INSTALL.cmake I see that this file is outdated (it tells me that I should install MSVC 2005). Do we have a more recent description how to use CMake? Besides this, in the INSTALL.cmake I read that i

How to build LyX using CMake?

2010-03-22 Thread Uwe Stöhr
I want to switch from SCons to CMake. Reading the file "INSTALL.cmake" I see that this file is outdated (it tells me that I should install MSVC 2005). Do we have a more recent description how to use CMake? Besides this, in the "INSTALL.cmake" I read that i need "win32libs with the 'KDE on

Re: How to build LyX using CMake?

2010-03-22 Thread Joost Verburg
On 3/22/2010 11:34 PM, Uwe Stöhr wrote: I want to switch from SCons to CMake. Reading the file "INSTALL.cmake" I see that this file is outdated (it tells me that I should install MSVC 2005). Do we have a more recent description how to use CMake? Besides this, in the "INSTALL.cmake" I read that