http://bugs.winehq.org/show_bug.cgi?id=21362
Summary: Windows 7 Platform SDK can't set itself as the default in Visual C++ 2005? Product: Wine Version: 1.1.36 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
http://dev.chromium.org/developers/how-tos/build-instructions-windows says
-- snip -- Install Visual C++ 2005. ... Install Windows 7 SDK. ... Integrate the SDK with Visual Studio: Start > All Programs > Microsoft Windows SDK > Visual Studio Registration > Windows SDK Configuration Tool. If this program crashes, try running it from the command line with: windowssdkver -version:v7 -legacy -- snip --
So I did $ sh winetricks psdkwin7 vc2005trial being careful to only install the basic C++ stuff, then $ cd ~/.wine/drive_c/"Program Files/Microsoft SDKs/Windows/v7.0/Setup" $ wine windowssdkver -version:v7 -legacy
This failed with the message
The Windows SDK Configuration tool was unable to set this version of the SDK as the current version. Please verify the selected version. Press return key to exit....
I'll attach a +relay,+seh,+service log.