Hi There I'm trying to compile 64bit version of Active MQ CPP API release 3.0.1 on Solaris 10 using Sun Studio 12 compiler - CC: Sun C++ 5.9 SunOS_sparc 2007/05/03
The build is failing with below errors while trying to compile ActiveMQBlobMessage.cpp - libtool: compile: /home/SUNWspro12/bin/CC -DHAVE_CONFIG_H -I. -I../.. -xarch=v9 -mt -w -O5 -library=stlport4 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/local/APR/APR-lib/apr-1.3.6-build/include/apr-1 -I/local/APR/APR-Util/INSTALL/include/apr-1 -PIC -xarch=v9 -c activemq/commands/ActiveMQBlobMessage.cpp -KPIC -DPIC -o activemq/commands/.libs/libactivemq_cpp_la-ActiveMQBlobMessage.o CC: Warning: -xarch=v9 is deprecated, use -m64 to create 64-bit programs CC: Warning: -xarch=v9 is deprecated, use -m64 to create 64-bit programs "./activemq/util/PrimitiveValueConverter.h", line 72: Error: Could not find a match for activemq::util::PrimitiveValueConverter::convert<activemq::util::PrimitiveValueConverter::TO>(const activemq::util::PrimitiveValueNode&) const. "./activemq/util/PrimitiveValueConverter.h", line 75: Error: Could not find a match for activemq::util::PrimitiveValueConverter::convert<activemq::util::PrimitiveValueConverter::TO>(const activemq::util::PrimitiveValueNode&) const. ... Has anyone faced this issue? Any pointers/help is appreaciated. Thanks in advance, Manish. -- View this message in context: http://www.nabble.com/Error-compiling-Active-MQ-CPP-API-on-SunOS-10-with-Sun-Studio-12-compiler-tp24538512p24538512.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
