[Issue 19052] dmd-2.081.0 generates compilation issue: Error: module `stdlib` is in file 'std/c/stdlib.d' which cannot be read
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Jul  4 01:18:56 UTC 2018
    
    
  
https://issues.dlang.org/show_bug.cgi?id=19052
Alex Braunegg <alex.braunegg at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---
--- Comment #2 from Alex Braunegg <alex.braunegg at gmail.com> ---
Thanks I have looked at the code and found the offending entry, however based
on the changelog:
"Use the core.stdc package instead."
I now get the following:
Error: module `stdc` is in file 'core/stdc.d' which cannot be read
import path[0] = /root/dlang/dmd-2.081.0/linux/bin64/../../src/phobos
import path[1] = /root/dlang/dmd-2.081.0/linux/bin64/../../src/druntime/import
--
    
    
More information about the Digitalmars-d-bugs
mailing list