https://issues.dlang.org/show_bug.cgi?id=14959
--- Comment #12 from Vladimir Panteleev <[email protected]> --- (In reply to Jack Stouffer from comment #11) > Works with digger build. I'm not quite sure what that means. Am I manually > building DMD wrong? It means that the way in which Digger builds D and the way you build D result in different outcomes. You could look through Digger's log, see how it builds D and try to find the difference with your method. It could also be an installation problem (mismatching versions of the compiler and Phobos, or Phobos library and Phobos source code, or an outdated version of one of the above being in front of the just-built version in the search path). --
