Hi,

I'm new to the D and vibe.d world and I tried to follow the great video tutorial posted on youtube.

I installed dub via hombrew, created a new vide.d application and tried to run it, but I got an error during the linking step.
I can't figure out what is the problem so I'm looking for some help.

Linking...
ld: library not found for -levent
clang: error: linker command failed with exit code 1 (use -v to see invocation)

You can find the entire console result here

Here is my configuration :

  • Mac OS X Mavericks
  • dmd 64 v2.064
  • dub v0.9.21
  • vibe.d >=0.7.17 (dub.json)

Thanks,