We tried to build activemq-cpp on Mac OS X 10.5, but we got the following error messages.
decaf/internal/util/concurrent/unix/Atomics.cpp:126: error: 'atomic_swap_32' was not declared in this scope make[2]: *** [decaf/internal/util/concurrent/unix/libactivemq_cpp_la-Atomics.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 It seems that it cannot find neither the atomic builtins (HAVE_ATOMIC_BUILTINS is set to 0) nor atomic.h. Is there any way or option we should set to build activemq cpp on Mac OS X 10.5? Any suggestions will be appreciated. -- View this message in context: http://activemq.2283324.n4.nabble.com/building-activemq-cpp-failed-on-Mac-OS-X-10-5-tp4682213.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
