On Oct 27, 2014, at 08:20 AM, Andrei Alexandrescu via dmd-beta <dmd-beta@puremagic.com> wrote:

After I set up a dmd.conf file, I got more dub-related errors. What
could be the matter? I'm using dub 0.9 22, built on Sep 2 2014. Error
trail below. Please advise.

Andrei

../../../.dub/packages/vibe-d-0.7.21-rc.3/source/vibe/core/drivers/libevent2.d(864):
Warning: instead of C-style syntax, use D-style syntax 'char[64] buf'
../../../.dub/packages/vibe-d-0.7.21-rc.3/source/vibe/stream/openssl.d(59):
Warning: instead of C-style syntax, use D-style syntax 'ubyte[64]
m_peekBuffer'

Looks like some of vibe's dependencies haven't been updated for the latest compiler. Dub builds with warnings on by default.

--
/Jacob Carlborg