[Issue 4831] Optlink failed to parse PATH env variable with -g option
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Feb 9 20:09:34 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=4831
--- Comment #5 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-02-09 20:09:31 PST ---
Walter Bright(In reply to comment #2)
> As a workaround for the time being, try enclosing the path in "".
I think we've established it doesn't quite work. However I think the lines in
this .asm file could be changed to fix this:
https://github.com/DigitalMars/optlink/blob/master/parse/parse_fn.asm#L206
It refers to "illegal HPFS filename path", a google search reveals this is an
ancient OS/2 file system:
http://en.wikipedia.org/wiki/High_Performance_File_System
We should update this so only NTFS illegal chars are rejected (if you want to
keep supporting OS/2 then we should at least branch out for D). These are the
illegal ones:
/ ? < > \ : * | ”
Btw, I still can't build Optlink so I can't make a pull request for this.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list