crossbario / autobahn-cpp

WAMP for C++ in Boost/Asio
https://crossbar.io/autobahn
Boost Software License 1.0
251 stars 104 forks source link

Don't try to build the Unix domain socket example on Windows #207

Closed robinlinden closed 4 years ago

robinlinden commented 4 years ago

Usually when building, you'd just run make or ninja. This fails horribly on the uds example in Windows. It can be resolved by disabling building all examples, but it's a nice sanity check to make sure nothing in the build tree is broken and we have all dependencies of autobahn-cpp properly set up (since it's a header-only library we need to build something to check that).

oberstet commented 4 years ago

ah yes, perfect. UDS won't run on windows. thanks for cleaning that up!