[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #17277] Pathes longer than 128 Chars fail with make under windows
From: |
anonymous |
Subject: |
[bug #17277] Pathes longer than 128 Chars fail with make under windows |
Date: |
Thu, 3 Aug 2006 13:06:51 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.5) Gecko/20060719 Firefox/1.5.0.5 |
URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=17277>
Summary: Pathes longer than 128 Chars fail with make under
windows
Project: make
Submitted by: None
Submitted on: Donnerstag 03.08.2006 um 13:06 UTC
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Component Version: 3.79.1
Operating System: MS Windows
Fixed Release: None
_______________________________________________________
Details:
make calls to files with a path longer than 128 chars are not supported under
windows.
This is because of OpenFile method used in w32/subproc/sub_proc.c.
This method supports only 128 chars.
(http://msdn.microsoft.com/library/en-us/fileio/fs/openfile.asp)
MSDN suggest using CreateFile instead.
(http://msdn.microsoft.com/library/en-us/fileio/fs/createfile.asp)
The generated error message looks like:
process_begin: CreateProcess((null), <insert_unresolved_cmd_here>, ...)
failed.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=17277>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #17277] Pathes longer than 128 Chars fail with make under windows,
anonymous <=