Re: make cannot handle prerequisites that contain a colon

2006-09-29 Thread Bas Holleman
Hi Sebastien, About the problem: gmake begin_process CreateProcess failed. This is my experience: The Windows PATH variable is to long. gmake runs in something like a DOS environment. It can not handle more than 256 characters. The solution: delete from the PATH variable what you don't need. Goo

[bug #17883] target-specific variables prevent builtin rules

2006-09-29 Thread anonymous
Follow-up Comment #1, bug #17883 (project make): To quote the info pages, section 6.10 "Target-specific Variable Values": As with automatic variables, these values are only available within the context of a target's command script (and in other target-specific assignments). That is,

[bug #17883] target-specific variables prevent builtin rules

2006-09-29 Thread anonymous
URL: Summary: target-specific variables prevent builtin rules Project: make Submitted by: None Submitted on: Friday 09/29/2006 at 08:30 UTC Severity: 3 - Normal Item Gro