On Thu, 03 Apr 2014 11:54:38 GMT, Sönke Ludwig wrote:

On Thu, 03 Apr 2014 11:29:45 GMT, Yaroslav wrote:

On Thu, 03 Apr 2014 12:31:25 +0200, Sönke Ludwig wrote:

Oh, I forgot the -v, it should be dub --force -v - sorry for the
confusion! If the reinstall didn't help, can you post the -v output, too?

I reinstalled, but it didn't help.

Info output is here: http://pastebin.com/FDGPWaxj
Error output is here: http://pastebin.com/tbZCZBbz

Everything except for the errors looks fine so far. Two things that may give more insight:

  1. Using dub --combined to build everything at once

  2. Does a minimal program compile? e.g. dmd hello.d with hello.d:

    import std.stdio;
    void main() { writefln("Hello, World!"); }
    

dub --combined
Yes, it works. Thank you!dub --combined instead of dub, or there are other ways to fix it?