Am 17.04.2013 10:44, schrieb simas:

On Tue, 16 Apr 2013 13:17:00 +0200, Sönke Ludwig wrote:

Can you retest if you still get that error?

After an git fetch i got the same error. Then i reinstalled dmd. I use the DMD OSX installer. Now i got a different error message:

Seems like the installer still doesn't clean up before it extracts new
files, which sometimes causes old files to be picked up. I totally
forgot that this could be the issue, because I routinely uninstall on
Mac now before installing new dmd versions.

vela3:vibe.d sin$ vibe examples/diet/
Notice: This VPM build script is deprecated. It is recommended to
use DUB instead.
See https://github.com/rejectedsoftware/dub

object.Exception@/Users/sin/Projekte/vibe.d/bin/../source/vibe/data/json.d(692): Trying to access JSON of type Int as string.

Can you help me?

Turns out that a few things about privilege lowering were broken, too
(in this case the default /etc/vibe.conf contains numeric user/group IDs
and parsing of those failed). After the next "git pull" everything
should work now.