Saturday, October 3, 2009

wine vs2005 some success

Hum looks like this was the solution:

http://social.msdn.microsoft.com/forums/en-US/vcgeneral/thread/eb49be0b-2a8c-4d55-8791-17e3cb1364c1/

2 comments:

Unknown said...

I installed PSK2003 but then when I

SET LIB=C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib;%LIB%

I get


Building C object CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.obj

C:\PROG~FBU\MICR~GDN\VC\bin\cl.exe @C:\windows\temp\nmef82.tmp

testCCompiler.c

Linking C executable cmTryCompileExec.exe

"C:\Program Files\CMake 2.6\bin\cmake.exe" -E vs_link_exe
C:\PROG~FBU\MICR~GDN\VC\bin\cl.exe /nologo
@CMakeFiles\cmTryCompileExec.dir\objects1.rsp @C:\windows\temp\nmf1e6.tmp

LINK : fatal error LNK1101: incorrect MSPDB80.DLL version; recheck
installation of this product

LINK Pass 1 failed. with 2

NMAKE : fatal error U1077: '"C:\Program Files\CMake 2.6\bin\cmake.exe"' :
return code '0xffffffff'


Without the LIB

Linking C executable cmTryCompileExec.exe

"C:\Program Files\CMake 2.6\bin\cmake.exe" -E vs_link_exe
C:\PROG~FBU\MICR~GDN\VC\bin\cl.exe /nologo
@CMakeFiles\cmTryCompileExec.dir\objects1.rsp @C:\windows\temp\nm3f7e.tmp

LINK : fatal error LNK1104: cannot open file 'user32.lib'

LINK Pass 1 failed. with 2

NMAKE : fatal error U1077: '"C:\Program Files\CMake 2.6\bin\cmake.exe"' :
return code '0xffffffff'


ref:
http://www.mail-archive.com/wix-devs@lists.sourceforge.net/msg01181.html

Unknown said...

Some more work is being done.

This one is fixed now:
http://bugs.winehq.org/show_bug.cgi?id=17096

This leaves us with:
http://bugs.winehq.org/show_bug.cgi?id=19781

Cool !