Build activemq-cpp lib in 32bit on 64bit system

2009-08-11 Thread Peter . Neu
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

HowTo: Easy Way To Develop ActiveMQ-CPP App on Linux

2009-08-06 Thread Peter . Neu
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

Re: Make check fails when building activemq-cpp-2.2 on SUES 10

2009-08-06 Thread Peter . Neu
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

Re: Make check fails when building activemq-cpp-2.2 on SUES 10

2009-08-05 Thread Peter . Neu
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

Re: Make check fails when building activemq-cpp-2.2 on SUES 10

2009-08-05 Thread Peter . Neu
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.

Re: Make check fails when building activemq-cpp-2.2 on SUES 10

2009-08-05 Thread Peter . Neu
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

Re: Make check fails when building activemq-cpp-2.2 on SUES 10

2009-08-05 Thread Peter . Neu
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

Make check fails when building activemq-cpp-2.2 on SUES 10

2009-08-05 Thread Peter . Neu
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