[Bug 24792] New: nmake output text no longer visible (dogfood)

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Oct 17 15:52:18 CDT 2010


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 at winehq.org
        ReportedBy: dank at 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 at 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 at orange.fr>
Date:   Mon Aug 30 22:19:24 2010 +0200

    kernel32: Properly handle bare console on input.

-- 
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.



More information about the wine-bugs mailing list