Compilation Issue on Mac OSX
Closed this issue · 1 comments
jahluwalia commented
- On osx for libcassandra, you have to had this flag when configuring: ./configure CXXFLAGS="-I/opt/local/include -Wno-variadic-macros"
- had to add #include<sys/time.h> to util_functions.cc. I have to fill out a bug report for libassandra i guess.
posulliv commented
I pushed a fix for the OSX compilation failure related to the missing include.
For the variadic macros, I'm going to just mentioned the -Wno-variadic-macros flag must be used on that platform.