http://bugs.winehq.org/show_bug.cgi?id=20241
Summary: fatal error C1902: Program database manager mismatch; please check your installation Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: mathieu.malaterre@gmail.com
After installing vs2005express (winetricks vs2005express), I am getting some annoying error messages:
Building C object CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.obj
C:\PROG~FBU\MICR~GDN\VC\bin\cl.exe @C:\windows\temp\nm152f.tmp
testCCompiler.c
C:\gdcm\debug-wine\CMakeFiles\CMakeTmp\testCCompiler.c : fatal error C1902: Program database manager mismatch; please check your installation
NMAKE : fatal error U1077: 'C:\PROG~FBU\MICR~GDN\VC\bin\cl.exe' : return code '0x2'
According to M$, one need to apply the following patch: VS80-KB920770-X86-ENU.exe
However I cannot get it to work on wine 1.1.30
Ref: http://code.msdn.microsoft.com/KB920770/Release/ProjectReleases.aspx?Release...
Thanks !