http://bugs.winehq.org/show_bug.cgi?id=24792
Summary: nmake output text no longer visible (dogfood) Product: Wine Version: 1.3.5 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
This makes it kind of hard to build stuff with visual c++.
To reproduce:
rm -rf .wine sh winetricks vc2005express cd ".wine/drive_c/Program Files/Microsoft Visual Studio 8/Common7/Tools" wine cmd vsvars32 nmake
nmake should output
Microsoft (R) Program Maintenance Utility Version 8.00.50727.42 Copyright (C) Microsoft Corporation. All rights reserved.
NMAKE : fatal error U1064: MAKEFILE not found and no target specified Stop.
bisect finds There are only 'skip'ped commits left to test. The first bad commit could be any of: 45ade6c2f57adaa9bde009063d3d5b9294dc5d35 e4d090277b3f4f76b39e55480e5d1387798dbabe We cannot bisect more!
commit 45ade6c2f57adaa9bde009063d3d5b9294dc5d35 Author: Eric Pouech eric.pouech@orange.fr Date: Mon Aug 30 22:19:18 2010 +0200
ntdll: Allocate a console (without renderer) when starting a program from unix console.
commit e4d090277b3f4f76b39e55480e5d1387798dbabe Author: Eric Pouech eric.pouech@orange.fr Date: Mon Aug 30 22:19:24 2010 +0200
kernel32: Properly handle bare console on input.