On Thursday, 10 September 2015 at 08:12:19 UTC, anonymous wrote:
On Thursday, 10 September 2015 at 03:38:31 UTC, Martin Nowak wrote:
[...]

I tested a vibe.d project and got lots of linker errors starting with
../../.dub/packages/vibe-d-0.7.24/libvibe-d.a(libevent2_38e3_5d7.o): In 
Funktion 
`_D4vibe4core7drivers9libevent215Libevent2Driver6__ctorMFNbC4vibe4core6driver10DriverCoreZC4vibe4core7drivers9libevent215Libevent2Driver':
[path]../../.dub/packages/vibe-d-0.7.24/source/vibe/core/drivers/libevent2.d:97:
 Nicht definierter Verweis auf `event_set_mem_functions'

I'll try to investigate this tonight. I am not an expert in linker issues, but looks like libevent is not properly linked in. The project builds with 2.068.0.

vibe.d 0.7.24
dub 0.9.22 (I'll try to update)
linux x86_64

Maybe try running dub build --force (to make it rebuild all of vibes dependencies also. Might solve it...

Reply via email to