What is the version of your g++ compiler? I think we've built with g++
versions as old as 3.4.5 without issue. You need to use a version that
supports covariant return types.
Regards
Tim.
On Wed, 2008-07-16 at 08:50 -0700, subrash wrote:
> Thanks for the info . First i was able to get the acti
Thanks for the info . First i was able to get the active-mq-cpp to compile
on ubuntu with no issues unfortunately i am still stuck on linux_redhat EL 4
( our production problem) . In your comment i see something about copying
the cppunit file . what file do you copy where ? First i modified
conf
I had similar problems for weeks until I finally ignored the build
instructions on the ActiveMQ-CPP site and simply built with the default
redhat 4 (update 4) autotools: libtool, autoconf, automake (rather than
upgrading to the versions they recommended). The one key piece of
information that hel