On Tue, 28 May 2013 23:31:01 +0200, Sönke Ludwig wrote:

Am 28.05.2013 20:39, schrieb Øivind Loe:

With DMD, vibe.d and DUB at master, I get the following build warnings when running ./build.sh to build DUB, and everything stops:

Running dmd...
source/dub/installation.d(34): Warning: const field with initializer should be static, gshared, or an enum
source/dub/internal/vibecompat/core/file.d(93): Warning: explicit element-wise assignment templ[16LU..
dollar - 1LU] = (suffix)[] is better than templ[16LU..__dollar - 1LU] = suffix

Should work for dub master now.

Thanks for the quick update. Now I get the following error when trying to run DUB:

$ dub -h
Fatal Error while loading '/usr/lib/x86_64-linux-gnu/libphobos2.so.0.63':

The module 'std.regex' is already defined in 'dub'.

Segmentation fault (core dumped)

Help! :)