http://bugs.winehq.org/show_bug.cgi?id=19817
Summary: Visual C++ 2005 Express gets stuck trying to build chromium's base_unittests Product: Wine Version: 1.1.27 Platform: PC URL: http://dev.chromium.org OS/Version: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
To reproduce: 1) get a chromium source tree on linux as normal 2) generate visual studio solution files with cd ~/chromium/src tools/gyp/gyp -f vsvs build/all.gyp 3) winetricks msxml6 dotnet20 vc2005express 4) start visual studio 2005 express 5) load project ~/chromium/src/base/base.sln Click OK five or six times 6) right click on base_unittests, click Build
Expected: Visual Studio should happily start compiling lots of files. Observed: Visual Studio chews CPU and does nothing... and if you try to cancel the build, it ignores you and stays stuck.