Thank you so much!

Would you be interested in having access to a smartzone?

On Tue, 26 Sep 2017 13:56:15 GMT, Sönke Ludwig wrote:

On Mon, 25 Sep 2017 19:01:52 GMT, flamencofantasyt wrote:

Latest update no longer compiles on SmartOS;

../../.dub/packages/vibe-d-0.8.2-alpha.1/vibe-d/core/vibe/core/drivers/libevent2.d(1144,73): Error: undefined identifier 'IPADDMEMBERSHIP'
../../.dub/packages/vibe-d-0.8.2-alpha.1/vibe-d/core/vibe/core/drivers/libevent2.d(1165,72): Error: undefined identifier 'IPMULTICASTLOOP', did you mean enum member 'IPV6MULTICASTLOOP'?
ldc2 failed with exit code 1.

Thanks

Based on a quick search, SmartOS seems to be an OpenSolaris, which according to this: http://fxr.watson.org/fxr/source/common/netinet/in.h?v=OPENSOLARIS

has those constants defined as 0x13 and 0x12 respectively. I'll add a version (Solaris) block with those and just hope that those will work correctly on SmartOS, too, as I don't have the means to test this currently.