http://bugs.winehq.org/show_bug.cgi?id=18323
Summary: Can't use VC9 compiler on Option /Zi. Product: Wine Version: unspecified Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: loaden@gmail.com
Can't use VC9 compiler on Option /Zi.
-------------- Build: Debug in 1144 ---------------
main.cpp main.cpp : fatal error C1902: Program database manager mismatch; please check your installation Process terminated with status 2 (0 minutes, 0 seconds) 0 errors, 0 warni
http://bugs.winehq.org/show_bug.cgi?id=18323
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2009-05-01 23:39:31 --- Wine version? How did you install the VC?
http://bugs.winehq.org/show_bug.cgi?id=18323
--- Comment #2 from Loaden loaden@gmail.com 2009-05-02 05:09:03 --- Created an attachment (id=20868) --> (http://bugs.winehq.org/attachment.cgi?id=20868) VC9
Wine's version is Wine 1.1.20 (shortlog) I'm use VC9 compiler only. not the IDE. have bin*.exe; include*.h and lib*.lib. like this picture:
http://bugs.winehq.org/show_bug.cgi?id=18323
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.20
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2009-05-02 05:30:08 --- Have you installed VC under Wine at all? If not, this bug is invalid.
http://bugs.winehq.org/show_bug.cgi?id=18323
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #4 from Anastasius Focht focht@gmx.net 2009-05-02 05:51:19 --- Hello,
"/Zi" (generate debug info in .pdb format) doesn't work for VC8 and later versions.
--- snip --- Program database manager mismatch; please check your installation --- snip ---
That error message is pretty generic but a result of non working mspdbsrv. Hence this is a dupe of bug 17096
--- quote --- I'm use VC9 compiler only. not the IDE. --- quote ---
So one can guess: You used either Visual C++ 2008 Express Edition (which doesn't install/work anyway due to blocker bugs) -or- some Platform SDK to extract the VC9 command line tools -or- copied it partly over from native Windows Installation?
Regards
http://bugs.winehq.org/show_bug.cgi?id=18323
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE
--- Comment #5 from Jeff Zaroyko jeffz@jeffz.name 2009-05-02 06:02:55 --- marking duplicate
*** This bug has been marked as a duplicate of bug 17096 ***
http://bugs.winehq.org/show_bug.cgi?id=18323
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Jeff Zaroyko jeffz@jeffz.name 2009-05-02 06:03:55 --- closing