On Thursday, 27 July 2017 at 03:41:06 UTC, Ali Çehreli wrote:
On 07/26/2017 08:34 PM, FoxyBrown wrote:
Knowing that every time I upgrade to the latest "official" D compiler I
run in to trouble:



Win32\Debug DMD\test.obj(test)
Error 42: Symbol Undefined _D3std8datetime7SysTime8toStringMxFNbNfZAya
(const(nothrow @safe immutable(char)[] function())
std.datetime.SysTime.toString)
Win32\Debug DMD\test.obj(test)

Somebody else had the same problem which they solved by removing "entire dmd":

http://forum.dlang.org/thread/ejybuwermnentslcy...@forum.dlang.org

Ali

Thanks, that was it. So I guess I have to delete the original dmd2 dir before I install each time... didn't use to have to do that.

Reply via email to