Am 31.08.2010 um 03:15 schrieb Uwe Stöhr: > Am 31.08.2010 03:04, schrieb Uwe Stöhr: >> I am not able to compile LyX 2.0 using CMAKE. I get these errors: > > I forgot to say that I'm using > - Microsoft Visual C++ 2008 Express Edition with SP1 > - Qt 4.6.3 > - Windows XP 64bit (a.k.a. Windows 2003 Server) > - CMake 2.8.2 > > and build with this batch file:
I guess it's my change r35193. Please try attached patch. Stephan
Index: development/cmake/configCompiler.h.msvc =================================================================== --- development/cmake/configCompiler.h.msvc (Revision 35236) +++ development/cmake/configCompiler.h.msvc (Arbeitskopie) @@ -45,7 +45,7 @@ #define HAVE__GETPID 1 #define HAVE_MKDIR 1 #define HAVE__MKDIR 1 -#define HAVE_SETENV 1 +/* #undef HAVE_SETENV 1 */ #define HAVE_PUTENV 1 #define HAVE_MKTEMP 1 /* #undef HAVE_MKSTEMP 1 */
