i just upgraded to visual studio 9 2008 but have troubles building lyx.
i use cmake version 2.5-20080113 and call it as follows:
cmake -G "Visual Studio 9 2008" ..\trunk\development\cmake
-DGNUWIN32_DIR=c:\Programs\GnuWin32
as i used to do.
error messages below.
does someone know what i am doing wrong here?
thanks, ed.
1>Compiling...
1>LyX"
1>c1 : fatal error C1083: Cannot open source file: 'Files/LyX"': No such
file or directory
1>localename.c
1>..\..\trunk\intl\localename.c(1360) : error C2196: case value '1'
already used
1>..\..\trunk\intl\localename.c(1368) : error C2196: case value '1'
already used
1>Generating Code...
1>Build log was saved at
"file://c:\lyx\build-msvc\intl\intl.dir\Release\BuildLog.htm"
1>intl - 3 error(s), 0 warning(s)
2>------ Build started: Project: tex2lyx, Configuration: Release Win32
------
3>------ Build started: Project: lyx, Configuration: Release Win32 ------
2>Linking...
2>LINK : fatal error LNK1181: cannot open input file 'intl.lib'
3>Linking...
2>Build log was saved at
"file://c:\lyx\build-msvc\src\tex2lyx\tex2lyx.dir\Release\BuildLog.htm"
2>tex2lyx - 1 error(s), 0 warning(s)
3>LINK : fatal error LNK1181: cannot open input file 'intl.lib'
3>Build log was saved at
"file://c:\lyx\build-msvc\src\lyx.dir\Release\BuildLog.htm"
3>lyx - 1 error(s), 0 warning(s)
4>------ Skipped Build: Project: INSTALL, Configuration: Release Win32
------
4>Project not selected to build for this solution configuration
========== Build: 0 succeeded, 3 failed, 10 up-to-date, 1 skipped ==========