Getting a build error trying to compile on a bare bones CentOS5 system. activemq-cpp-2.0.1]# make ... if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -ansi -pedantic -g -O2 -W -Wall -fstrict-aliasing -Wstrict-aliasing=2 -Wno-long-long -MT ActiveMQConnectionFactory.o -MD -MP -MF ".deps/ActiveMQConnectionFactory.Tpo" -c -o ActiveMQConnectionFactory.o `test -f 'activemq/core/ActiveMQConnectionFactory.cpp' || echo './'`activemq/core/ActiveMQConnectionFactory.cpp; \ then mv -f ".deps/ActiveMQConnectionFactory.Tpo" ".deps/ActiveMQConnectionFactory.Po"; else rm -f ".deps/ActiveMQConnectionFactory.Tpo"; exit 1; fi In file included from activemq/core/ActiveMQConnectionFactory.cpp:19: ./activemq/util/Guid.h:182:14: error: #error Platform does not support any of the standard UUID types make[2]: *** [ActiveMQConnectionFactory.o] Error 1 make[2]: Leaving directory `/usr/local/accoona/opt/activemq-cpp-2.0.1/src/main' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/accoona/opt/activemq-cpp-2.0.1' make: *** [all] Error 2
I'm fairly sure this did build on a more complete install of CentOS, so I'm probably just missing a dependency. Any clues? -- View this message in context: http://www.nabble.com/error-Platform-does-not-support-any-of-the-standard-UUID-types-tf4131293s2354.html#a11749039 Sent from the ActiveMQ - User mailing list archive at Nabble.com.