ActiveMQ compilation in CC compiler in Solaris

2011-06-26 Thread Radha Manickam
Hi, I am getting the following error while compiling ActiveMQ-CPP in CC compiler in Solaris 10. /*libtool: compile: CC -DHAVE_CONFIG_H -I. -I../.. -m64 -mt -w -O5 -library=stlport4 -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/u01/kla-tencor/udb/KTFL/Libraries/64bit/include/apr-1 -I/

Re: Connection problem in using Activemq-CPP

2011-06-09 Thread Radha Manickam
ode+3585765-1108352484-139...@n4.nabble.com> wrote: > On Wed, 2011-06-08 at 21:38 -0700, Radha Manickam wrote: > > > Hi Tim, > > > > I didnt get any error. But the sample application i hanging somewhere. > > So I have added some debug strings in the activemq library

Re: Connection problem in using Activemq-CPP

2011-06-08 Thread Radha Manickam
Hi Tim, I didnt get any error. But the sample application i hanging somewhere. So I have added some debug strings in the activemq library and tried. It is hanging in the method Connection->Start. After some debugging i found that it got struck in the method syncRequest in the ActiveMQConnection

Re: Connection problem in using Activemq-CPP

2011-06-07 Thread Radha Manickam
Hi Tim, I am using in the sameway that in the sample given in activemq-cpp. I am attaching the Makefile for the library with this reply. And the arguments for Makefile is as follows: make OS=hp-ux ARCH=64 VERSION=6.0.0.2 FLAGS=-mlp64 OSDEF=HPUX CXXCH=aCC INSTALLPATH=/kla-tencor/udb/KTFL/Libr

Connection problem in using Activemq-CPP

2011-06-07 Thread Radha Manickam
Hi All, I am using activemq-cpp 3.4.0, apache-log4cxx 0.10.0, apr 1.3.8, apr-util 1.3.9 in my library. And i am using HPUX 11iV2 and aCC for compiling. I am successfully compiled the above said libraries and also my library. But when i executed a sample using my library, I am not able to get the

Re: Linking error while compiling ActiveMQ-CPP in HP-UX using aCC

2011-05-10 Thread Radha Manickam
Hi Tim, I tried with ActiveMQ-CPP 3.4.0. Still I am getting the same error. Thanks, Radha. -- View this message in context: http://activemq.2283324.n4.nabble.com/Linking-error-while-compiling-ActiveMQ-CPP-in-HP-UX-using-aCC-tp3509163p3511263.html Sent from the ActiveMQ - User mailing list archi

Linking error while compiling ActiveMQ-CPP in HP-UX using aCC

2011-05-09 Thread Radha Manickam
Hi, I am using aCC for compiling ActiveMQ-CPP 3.0 in HP-UX. My PC configuration is as follows: $ uname -a HP-UX sabari B.11.31 U ia64 2064121904 unlimited-user license I have configured with the following options: ./configure --prefix=/kla-tencor/udb/KTFL/Libraries --with-apr=/kla-tencor/udb/KT

Re: Error in Compiling Activemq-cpp using aCC in HP-UX

2010-04-09 Thread Radha Manickam
Hi, Even i tried with the latest version 3.1.2. It also shows me the same error. It is creating only the .d, .i and .lo files. But .o files are not at all created. Thanks & Regards, Radha. -- View this message in context: http://old.nabble.com/Error-in-Compiling-Activemq-cpp-using-aCC-in-HP-

Re: Error in Compiling Activemq-cpp using aCC in HP-UX

2010-04-07 Thread Radha Manickam
Hi, The aCC version information is as follows: HP aC++/C for Integrity Servers B3910B A.06.10 [Mar 22 2006] Thanks & Regards, Radha M. -- View this message in context: http://old.nabble.com/Error-in-Compiling-Activemq-cpp-using-aCC-in-HP-UX-tp28162375p28163568.html Sent from the ActiveMQ - Use

Re: Error in Compiling Activemq-cpp using aCC in HP-UX

2010-04-07 Thread Radha Manickam
Hi, We are building activemq-cpp version 3.0. And this is the system information. HP-UX osiris B.11.23 U ia64 2232558612 And the aCC version is HP aC++ B3910B A.03.61 Language Support Library Thanks & Regards, Radha M. -- View this message in context: http://old.nabble.com/Error-in-Compiling

Error in Compiling Activemq-cpp using aCC in HP-UX

2010-04-07 Thread Radha Manickam
Can Anyone help in compiling Activemq-cpp using aCC compiler in HP-UX Itanium. When i compiled the source i got the error: aCC: warning 1913: `activemq/commands/.libs/libactivemq_cpp_la-MessageDispatch.o' does not exist or cannot be read aCC: warning 1913: `activemq/commands/.libs/libactivemq_cp

Error in compiling Activemq-cpp using CC in solaris sparcv9

2010-03-11 Thread Radha Manickam
Hi, While compiling Activemq-cpp using CC in solaris 5.9 i got the following error: "./decaf/util/Map.h", line 50: Error: Non-virtual function decaf::util::Map, std::less>::Entry::getKey() const declared pure. "./decaf/util/Map.h", line 65: Where: While specializing "decaf::util::Map, std::l

Re: Installing Activemq-cpp in HP-UX

2009-10-29 Thread Radha Manickam
Hi, We did the same thing and got installed the activemq-cpp. But when tried to compile the example program(main.cpp) that is given in the activemq-cpp/examples, we got the error as follows: # ./main Memory fault(coredump) This is the trace that i got for the core created. # gdb ./main core H

Re: Installing Activemq-cpp in HP-UX

2009-10-26 Thread Radha Manickam
Hi Tim, I have attached the config.log. Radha. Timothy Bish wrote: > > On Thu, 2009-10-22 at 22:22 -0700, Radha Manickam wrote: >> Hi, >> >> I am using Actimemq-cpp version 3.0. >> Autoconf ==> 2.64 >> Automake ==> 1.11 >> libtool ==> 2.2

Re: Installing Activemq-cpp in HP-UX

2009-10-22 Thread Radha Manickam
Hi, I am using Actimemq-cpp version 3.0. Autoconf ==> 2.64 Automake ==> 1.11 libtool ==> 2.2.6 gcc ==> 4.2.3 I have installed all the dependencies. I am able to install Apr and apr-util without any error. But not able to compile activemq-cpp. Thanks. Radha. -- View this message in context: h

Re: Installing Activemq-cpp in HP-UX

2009-10-22 Thread Radha Manickam
Hi Tim, I have libpthread installed in /usr/lib/. I added the path in SHLIB_PATH. Even though i got the same error. I am compiling using gcc. Radha. Timothy Bish wrote: > > On Thu, 2009-10-22 at 02:47 -0700, Radha Manickam wrote: >> Can anyone help on how to install active

Installing Activemq-cpp in HP-UX

2009-10-22 Thread Radha Manickam
Can anyone help on how to install activemq-cpp in hp-ux. I am using 3.0 version of activemq-cpp. When i tried to configure, i got the following error message. checking for time... yes checking for ftime... yes checking for cppunit-config... /usr/local/bin/cppunit-config checking for Cppunit