ecorm / cppwamp

C++ client library for the WAMP protocol.
Boost Software License 1.0
35 stars 9 forks source link

Building with clang on OS X #55

Closed taion closed 9 years ago

taion commented 9 years ago

I can build successfully with gcc on Linux, but I get errors when building with clang on OS X. I see that the installation instructions mention clang; is building with clang known to work?

taion commented 9 years ago

I'd be happy to send in a PR to fix the clang build issues I'm seeing, but I want to make sure it's not a mistake on my side first.

ecorm commented 9 years ago

I have never attempted to build with clang, even on Linux. Feel free to submit a PR.

If you get stuck trying to fix it for clang, please attach a log file of the build output, and I'll take a look. Use make VERBOSE=1 to get more verbose build output.

taion commented 9 years ago

No big changes required. Doing this for my own benefit as much as anything else. Mostly working around clang bugs/quirks.

Almost done except for some stupid stuff with the std::vector<bool> specialization that's ruining my day.