[Issue 3940] New: altsep not found

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Mar 12 13:38:48 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=3940

           Summary: altsep not found
           Product: D
           Version: 2.040
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: ellery-newcomer at utulsa.edu


--- Comment #0 from Ellery Newcomer <ellery-newcomer at utulsa.edu> 2010-03-12 13:38:41 PST ---
import std.stdio;
import std.path;

void main(){
    writeln(altsep == "");
}

causes linker errors:

test.o: In function `_Dmain':
test.d:(.text._Dmain+0x17): undefined reference to `_D3std4path6altsepyG0a'
collect2: ld returned 1 exit status
--- errorlevel 1


perhaps sep, altsep, et al should be redefined as dynamic array types?

-- 
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