[Issue 4831] Optlink failed to parse PATH env variable with -g option

2013-02-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4831



--- Comment #5 from Andrej Mitrovic andrej.mitrov...@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: ---


[Issue 4831] Optlink failed to parse PATH env variable with -g option

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4831


Andrej Mitrovic andrej.mitrov...@gmail.com changed:

   What|Removed |Added

 CC||s...@extrawurst.org


--- Comment #4 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-10-14 
18:01:40 PDT ---
*** Issue 5860 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4831] Optlink failed to parse PATH env variable with -g option

2012-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4831


Andrej Mitrovic andrej.mitrov...@gmail.com changed:

   What|Removed |Added

 CC||andrej.mitrov...@gmail.com


--- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-10-14 
18:01:26 PDT ---
*** Issue 8791 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4831] Optlink failed to parse PATH env variable with -g option

2011-11-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4831


Lionello Lunesu lio+bugzi...@lunesu.com changed:

   What|Removed |Added

 CC||lio+bugzi...@lunesu.com
 AssignedTo|nob...@puremagic.com|bugzi...@digitalmars.com


--- Comment #1 from Lionello Lunesu lio+bugzi...@lunesu.com 2011-11-19 
23:11:38 PST ---
This bug is reported since 2004 and I'm still hitting it. Took me too long to
find out what's wrong. OPTLINK fails when linking debug info and PATH has ++.
I wonder how the first part relates to the second.

Assigning to Walter.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---