http://bugs.winehq.org/show_bug.cgi?id=31057 Dmitry Utkin <loentar(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |loentar(a)gmail.com --- Comment #6 from Dmitry Utkin <loentar(a)gmail.com> 2013-05-01 13:17:46 CDT --- I have same thing with Windows SDK provided NMAKE when nmake is started _under the same architecture_ as WINEARCH. When I start 32-bit nmake.exe under 32-bit wineprefix (and win32 winearch) it cause that error. When I start 64-bit nmake.exe under 64-bit wineprefix (and x64 winearch) it cause that error. But, when I start 32-bit nmake.exe under 64-bit wineprefix (and x64 winearch) it works well. This bug is reproduced even on that simple makefile as such: ---- all: echo ok ---- I have that makefile in the same dir as nmake.exe for clear experiment (without calling any vcvars32.bat). My commands are: ---- cd "~/.wine~x86/drive_c/Program Files/Microsoft Visual Studio 10.0/VC/bin" WINEPREFIX=~/.wine~x86 WINEARCH=win32 wine cmd nmake ---- I can attach any logs or any additional info to help you fix that bug. -- 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.