On 05/23/2013 02:56 PM, Sean Beck wrote:
While installing ActiveMQ-CPP it terminated because of an error:

activemq/state/ConnectionStateTracker.cpp: In constructor
‘activemq::state::MessageCache::MessageCache(activemq::state::ConnectionStateTracker*)’:
activemq/state/ConnectionStateTracker.cpp:61: error: class
‘activemq::state::MessageCache’ does not have any field named
‘LinkedHashMap’
make[1]: *** [activemq/state/libactivemq_cpp_la-ConnectionStateTracker.lo]
Error 1
make[1]: Leaving directory `/root/activemq-cpp-library-3.7.0/src/main'
make: *** [install-recursive] Error 1

Is there a fix for this or should I download an earlier version? I
downloaded the most recent release


On Thu, May 23, 2013 at 12:22 PM, Timothy Bish <[email protected]> wrote:

On 05/23/2013 02:15 PM, Sean Beck wrote:

I am new to ActiveMQ and am trying to use it with some C programs I am
working on.

I was unable to find a download link for the source, so I just copy-pasted
the files one-by-one from the svn repo. Also, is there some sort of
installation process I need to do in order to use this source? Or do I
have
to compile the object files one-by-one as well?

Help is appreciated! Thanks!

  That code hasn't been maintained in quite some time, doubt anyone knows
much about it.

There are C clients for STOMP that you can use, or you can use the
ActiveMQ-CPP library with the C wrapper FuseMQ-C library.

https://github.com/fusesource/**fusemq-c<https://github.com/fusesource/fusemq-c>


--
Tim Bish
Sr Software Engineer | RedHat Inc.
[email protected] | www.fusesource.com | www.redhat.com
skype: tabish121 | twitter: @tabish121
blog: http://timbish.blogspot.com/

www.camelone.org : The open source integration conference:



The fix is on trunk, or you can apply the patch from this issue.
https://issues.apache.org/jira/browse/AMQCPP-483

--
Tim Bish
Sr Software Engineer | RedHat Inc.
[email protected] | www.fusesource.com | www.redhat.com
skype: tabish121 | twitter: @tabish121
blog: http://timbish.blogspot.com/

www.camelone.org : The open source integration conference:

Reply via email to