Hi,
I need to build a 32bit version of activemqcpp lib on a 64bit SLES 10 system
because we use some third-party libs which unfortunately are only available in
32bit.
I compiled apr,apr-util and apr-iconv with this compiler flag: CC="gcc -m32"
./configure. All went swell but when trying to do
Hi,
I'm struggling to to develop my own ActiveMQ-CPP app on linux because I don't
have the same IDE support as on Windows.
Does someone have a working example on how to extract one of the examples e.g.
the SimpleProducer and make them work in a small build environment?
The big makefiles are
Hi Tim,
I managed to build and run:
test-integration/ simple_producer example for version 2.2
test-integration example for version 3.0.1
The simple_producer (version 3.0.1) freezes during runtime. I suppose it has
something to do with the fact I couldn't run ./autogen.sh with t
Ok. That requires another 'make check' I suppose. I will do that again.
Is there any simple way to run the SimpleProducer example using the makefile
provided in the directory?
Regarding the problems with version 2.2 I will try to get an autoconf version
2.61 installed on the machine in order t
Hi,
I solved the problem. The cppunit version from SuSE does not work with the
activemq-cpp lib. I installed a current version which works.
One problem left to solve: I can't run any examples because the request broker
is installed on a remote machine. Is there an easy way to run the tests e.g.
Hi,
just moved the build directory to a different location. Now the build process
finished without any problem.
Still I can't run any example because the make did not build the examples e.g.
I can't find the file ./activemq-test-integration as mentionend in the docs.
SUES 10 comes also with se
Hi Tim,
I have cppunit 1.10.2 installed. I could not use 2.2 because 2.2.x or 3 request
autoconf 2.61 and I can't switch to that presently (running 2.59).
So I just ran 'make all' and now I get this:
ranlib .libs/libactivemq-cpp.a
ranlib: .libs/libactivemq-cpp.a: No space left on device
make[2
Hi,
I'm trying to build activemq-cpp-2.2 on SUES 10 64bit.
autogen.sh, configure, 'make' and 'make install' works fine. When I try to run
'make check' I get an error (details see below).
Any ideas what's wrong?
Cheers,
Pete
activemq/connector/stomp/StompConnectorTest.cpp: In member function