[Bug 19781] Visual C++ 2005 Express: -Zi option doesn't work; breaks Firefox build's configure script

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Nov 29 18:53:12 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=19781





--- Comment #32 from Dan Kegel <dank at kegel.com>  2009-11-29 18:53:11 ---
Close, but not quite there yet.  Doing
  rm -rf ~/.wine
  sh winetricks vc2005trial
  cd ~/.wine/drive_c/Program Files/Microsoft Visual Studio 8/Common7/Tools
  cp ~/hello.c .
  wine cmd
  vsvars32.bat
  cl -Zi hello.c 
yields
fixme:ole:NdrCorrelationInitialize (0x33e330, 0x33df30, 1024, 0x0): stub
fixme:ole:NdrCorrelationInitialize (0x33e330, 0x33df30, 1024, 0x0): stub
fixme:rpc:NdrStubCall2 new correlation description not implemented
fixme:rpc:calc_arg_size Unhandled type 30
err:rpc:I_RpcReceive we got fault packet with status 0x3e6
fixme:ole:NdrCorrelationInitialize (0x33e330, 0x33df30, 1024, 0x0): stub
fixme:rpc:NdrStubCall2 new correlation description not implemented
fixme:rpc:calc_arg_size Unhandled type 30
fixme:ole:NdrCorrelationFree (0x33e330): stub
hello.c : fatal error C1902: Program database manager mismatch; please check
your installation

which seems a less dire set of errors than in the original post,
but still the app didn't work.  (I'm pretty sure the same problem
affects both vc2005 trial and vc2005 express.)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list