[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
Tue Jul 3 23:09:51 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=19052
Mike Franklin <slavo5150 at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |slavo5150 at yahoo.com
Resolution|--- |INVALID
--- Comment #1 from Mike Franklin <slavo5150 at yahoo.com> ---
Whatever you're compiling is using the `std.c` package from Phobos. That
package has been deprecated for a long time and was finally removed in 2.081.
Use the`core.stc` package instead:
https://github.com/dlang/phobos/pull/6515
https://dlang.org/changelog/2.081.0.html#remove_std_c
--
More information about the Digitalmars-d-bugs
mailing list