Today I removed my MSVC2005 installation. Tehn I installed MSVC2008 following exactly the guideline given in INSTALL.Win32. But when I want to compile LyX I get for every file that is compiled this message:
Unknown compiler version - please run the configure tests and report the results

But what should I test and how?

I'm using SCons to compile. Here's the output of SCons:

cl /ID:\LyXSVN\lyx-devel/boost /nologo /EHsc /wd4819 /wd4996 /nologo /MD /O2 /TP
 -DQT_GUI_LIB /ID:\LyXSVN\lyx-devel\lyx-windows-deps-msvc2008\include /Irelease\
src /ID:\LyXSVN\lyx-devel\src /ID:\LyXSVN\lyx-devel\src /ID:\LyXSVN\lyx-devel\ly
x-windows-deps-msvc2008\qt-4\include /ID:\LyXSVN\lyx-devel\lyx-windows-deps-msvc
2008\qt-4\include\QtCore /ID:\LyXSVN\lyx-devel\lyx-windows-deps-msvc2008\qt-4\in
clude\QtGui /c D:\LyXSVN\lyx-devel\src\main.cpp /Forelease\src\main.obj
main.cpp
Unknown compiler version - please run the configure tests and report the results

rc /ID:\LyXSVN\lyx-devel\lyx-windows-deps-msvc2008\include /Irelease\src /ID:\Ly
XSVN\lyx-devel\src /ID:\LyXSVN\lyx-devel\src /ID:\LyXSVN\lyx-devel\lyx-windows-d
eps-msvc2008\qt-4\include /ID:\LyXSVN\lyx-devel\lyx-windows-deps-msvc2008\qt-4\i
nclude\QtCore /ID:\LyXSVN\lyx-devel\lyx-windows-deps-msvc2008\qt-4\include\QtGui
 /forelease\libs\lyx.res release\libs\lyx.rc
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation.  All rights reserved.


So the compiler version is "6.0.5724.0". What is the problem? I couldn't find which file outputs the error message. I checked the SCons script without success. Any ideas? The compilation itself is successful, but the error message doesn't disappear after the first successful compilation.

thanks and regards
Uwe

Reply via email to