Am 11.08.2015 um 15:28 schrieb Suliman:
I can't understand why I can't build vibed with 2.068
C:\Users\bubenkov_di\AppData\Roaming\dub\packages\vibe-d-0.7.23\source\vibe\core\drivers\libevent2.d(631):
Error: '_d_monitorenter' is not nothrow
C:\Users\bubenkov_di\AppData\Roaming\dub\packages\vibe-d-0.7.23\source\vibe\core\drivers\libevent2.d(631):
Error: '_d_monitorexit' is not nothrow
C:\Users\bubenkov_di\AppData\Roaming\dub\packages\vibe-d-0.7.23\source\vibe\core\drivers\libevent2.d(622):
Error: function 'vibe.core.drivers.libevent2.Libevent 2ManualEvent.emit'
is nothrow yet may throw
I wrote in dub.json:
"vibe-d": "0.7.24"
but it's downloading "0.7.23" version.
After command dub upgrade I am getting:
D:\code\httpApp>dub upgrade
Upgrading project in D:\code\httpApp
Error executing command upgrade:
Root package httpapp contains reference to invalid package vibe-d
That's probably due to an annoying side effect of the metadata cache.
Try to rerun after doing "dub clean-caches".