bugmake - Bugs: bug #31150, The make doesn't work on Windows...

 
 

bug #31150: The make doesn't work on Windows x64 platforms

Submitter:  None
Submitted:  Tue 28 Sep 2010 11:51:40 AM UTC
   
 
Severity:  3 - Normal Item Group:  Bug
Status:  Fixed Privacy:  Public
Assigned to:  None Open/Closed:  Closed
Component Version:  3.82 Operating System:  MS Windows
Fixed Release:  4.1 Triage Status:  Need Info
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 22 Oct 2013 04:07:01 PM UTC, comment #2: 

The requested information was not provided, but MSDN clearly says it's forbidden for programs to set startinfo.lpTitle, unless the program creates a new console.  So I am making the requested change, and I am closing the bug.

Eli Zaretskii <eliz>
Group Member
Sat 27 Apr 2013 05:16:17 PM UTC, comment #1: 

Hi,

Could you perhaps show a minimal Makefile that reproduces the problem?

Also, is this a 64-bit build of Make or a 32-bit build?  If this is a 64-bit build, which compiler was used to build it?

Eli Zaretskii <eliz>
Group Member
Tue 28 Sep 2010 11:51:40 AM UTC, original submission:  

The make fails when tries to launch temporary .bat file. The CreateProcess() in sub_proc.c returns error:
//
// MessageId: ERROR_NOACCESS
//
// MessageText:
//
// Invalid access to memory location.
//
#define ERROR_NOACCESS                   998L

If comments line startInfo.lpTitle = shell_name ? shell_name : exec_path; issue is not observed.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by eliz (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-10-22 eliz StatusNone Fixed
        Open/ClosedOpen Closed
        Fixed ReleaseNone 4.1
    2013-04-27 eliz Triage StatusNone Need Info

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code