https://issues.dlang.org/show_bug.cgi?id=13604
--- Comment #2 from Andre Tampubolon <[email protected]> --- (In reply to Rainer Schuetze from comment #1) > core/thread.di has been deleted some time ago. You will have to remove it > from your druntime/import/core directory. > > The deprecation messages are annoying, but should not stop the build. OK. Just to be safe, I deleted my existing dmd, druntime, and phobos development directories, and pull the latest again from github. Indeed, core/thread.di is not exist in druntime anymore. But phobos still cannot be built, like stated in my first post. > It's not clear from the output, > but please also make sure that your import path points to the druntime > import folder from git, not the folder of a released dmd. Hmm so that means I need to modify sc.ini? (On my laptop, the released dmd is in C:\dmd) --
