RE: Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-15 Thread didyeah971
aware, you don't need to install cms separately > - it is part of activemq-cpp and will be bundled in the activemq-cpp > library. > >> -Original Message- >> From: didyeah971 [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, May 15, 2007 8:28 AM >> To: u

RE: Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-15 Thread Mittler, Nathan
activemq-cpp library. > -Original Message- > From: didyeah971 [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 15, 2007 8:28 AM > To: users@activemq.apache.org > Subject: Re: Problem for installin ActiveMQ CPP on MAC OS X Tiger > > > Hi, the problem was finally fixed. I think it

Re: Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-15 Thread didyeah971
Hi, the problem was finally fixed. I think it's because i decided not install the macports automake version cause it seemed older than the one present on darwin. When i decided to install, everything went good... Almost.. Cause for now i have a new issue with cms 1.0 : when i launch make install:

Re: Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-14 Thread didyeah971
As I said this my config too, and mac ports, and cppunits are installed in opt/local/lib. I am really lost now... Did didyeah971 wrote: > > Yes this my configuration too... > > nmittler wrote: >> >> I've just upgraded my darwinports to the latest macports (renamed) >> v1.440and also upgraded c

Re: Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-14 Thread didyeah971
Yes this my configuration too... nmittler wrote: > > I've just upgraded my darwinports to the latest macports (renamed) > v1.440and also upgraded cppunit and the automake tools and everything > works for > me. My guess is that there must be a problem with your installation of > macports. For

Re: Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-13 Thread Nathan Mittler
I've just upgraded my darwinports to the latest macports (renamed) v1.440and also upgraded cppunit and the automake tools and everything works for me. My guess is that there must be a problem with your installation of macports. For some reason, the build isn't finding your cppunit libraries ...

RE: Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-10 Thread didyeah971
there's no './configure' yet because the error occurs when i launch ./autogen.sh ... There's just 'configure.ac' ... Did tabish121 wrote: > > Have you tried using the options for the configure script? > > --with-cppunit-prefix=PFX Prefix where CppUnit is installed > (optional) > --with-cp

RE: Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-09 Thread Timothy Bish
Have you tried using the options for the configure script? --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional) --with-cppunit-exec-prefix=PFX Exec prefix where CppUnit is installed (optional) ./configure --help will show you all the options On Wed, 2007-05-09 at 07:17

RE: Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-09 Thread didyeah971
I tried a new cpp-unit install (v1.12.0) thanks to macports and the cppunit libs seems to be installed in '/opt/local/lib'. A binary (cppunit-config) is installed in opt/local/bin Actually, i cannot launch ./configure (if you're speaking about the amqcpp one) because the error occurs when i launc

RE: Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-09 Thread Timothy Bish
Where does the cppunit stuff get installed? By default on Linux if you use the src distribution to install cppunit it puts itself in /usr/local and can't be found by the autoconf scripts, so you have to manually set the prefix to /usr i.e ./configure --prefix=/usr I don't know if something similar

RE: Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-09 Thread didyeah971
I followed the specific install for mac os x ( ./configure , make and make install, with flags) on this http://cppunit.sourceforge.net/cppunit-wiki/BuildingCppUnit1#head-67706fd38aa0040e96664d7bc40157f1b9df5650 site I updated autoconf thanks to MacPort, and i still have the same error. it's th

RE: Problem for installin ActiveMQ CPP on MAC OS X Tiger

2007-05-04 Thread Mittler, Nathan
I have autoconf v2.60 on OS X 10.4.9 and it works fine for me. How did u install cppunit? > -Original Message- > From: didyeah971 [mailto:[EMAIL PROTECTED] > Sent: Friday, May 04, 2007 12:34 PM > To: users@activemq.apache.org > Subject: Problem for installin ActiveMQ CPP on MAC OS X Ti