On Wed, 10 Jun 2015 00:08:50 GMT, Mathias LANG wrote:

On Tue, 09 Jun 2015 22:08:25 GMT, neo2005th wrote:

This is now what i get with: import vibe.d;

Running ./demo
object.Exception@src/rt/minfo.d(162): Aborting: Cycle detected between modules with ctors/dtors:
vibe.http.server -> vibe.http.dist -> vibe.http.server
Error executing command run:
Program exited with code 1

Unless you need ~master, I suggest you edit your 'dub.json' and depend on '0.7.23' instead.
You might have to remove dub.selections.json also.

Yes im using 0.7.23 in dub.json, and with:

dub --force --build-mode=singleFile

And deleting dub.selections.json the error message is almost the same:

object.Exception@src/rt/minfo.d(162): Aborting: Cycle detected between modules with ctors/dtors:
vibe.http.dist -> vibe.http.server -> vibe.http.dist
Error executing command run:
Program exited with code 1

:(