[Issue 6663] New: std.stdio conflicts with core.stdc.stdio

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Sep 13 12:21:28 PDT 2011


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

           Summary: std.stdio conflicts with core.stdc.stdio
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: jlquinn at optonline.net


--- Comment #0 from Jerry Quinn <jlquinn at optonline.net> 2011-09-13 12:21:08 PDT ---
DMD 2.055 on Ubuntu x86_64.

Compile the following junk.d file:

import std.stdio;
import std.cstream;
void main(string[] argv) {
  derr.writef("CONTINUE ... \n");
  stdout.write("hi\n");
}


~/dmd2/linux/bin64/dmd junk.d
junk.d(5): Error: std.stdio.stdout at
/home/jlquinn/dmd2/linux/bin64/../../src/phobos/std/stdio.d(2192) conflicts
with core.stdc.stdio.stdout at
/home/jlquinn/dmd2/linux/bin64/../../src/druntime/import/core/stdc/stdio.di(264)

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