Error: module ctype is in file 'std/ctype.d' which cannot be read - when running dmd

Roman via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jun 24 14:01:11 PDT 2016


I should probably add that only importing std.ctype causes the 
error.
I have a bunch of other imports:

     import std.stdio, std.string, std.algorithm, std.conv, 
std.ctype, std.regex, std.range;

If I remove std.ctype, it compiles just fine.


More information about the Digitalmars-d-learn mailing list