Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 80810 invoked from network); 15 May 2007 12:28:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 May 2007 12:28:17 -0000 Received: (qmail 53042 invoked by uid 500); 15 May 2007 12:28:22 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 53011 invoked by uid 500); 15 May 2007 12:28:22 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 53002 invoked by uid 99); 15 May 2007 12:28:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2007 05:28:22 -0700 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MAILTO_TO_SPAM_ADDR,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2007 05:28:14 -0700 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Hnw89-0000Uo-I6 for users@activemq.apache.org; Tue, 15 May 2007 05:27:53 -0700 Message-ID: <10621760.post@talk.nabble.com> Date: Tue, 15 May 2007 05:27:53 -0700 (PDT) From: didyeah971 To: users@activemq.apache.org Subject: Re: Problem for installin ActiveMQ CPP on MAC OS X Tiger In-Reply-To: <10602870.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: didyeah971@yahoo.fr References: <10324437.post@talk.nabble.com> <7743F17344E95A4CA78A3E53A7AF496B0103A4CF@corpatsmail1.corp.sensis.com> <10391008.post@talk.nabble.com> <1178714975.4410.8.camel@tbish-laptop.ats.sensis.com> <10395130.post@talk.nabble.com> <1178742844.8592.18.camel@tbish-laptop.ats.sensis.com> <10408796.post@talk.nabble.com> <8a6feb940705131838w7d773ab5ue70bdac867f28472@mail.gmail.com> <10597779.post@talk.nabble.com> <10602870.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org 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: i have this error message : Making install in src/main rm -f libcms.a ar cru libcms.a ar: no archive members specified usage: ar -d [-TLsv] archive file ... ar -m [-TLsv] archive file ... ar -m [-abiTLsv] position archive file ... ar -p [-TLsv] archive [file ...] ar -q [-cTLsv] archive file ... ar -r [-cuTLsv] archive file ... ar -r [-abciuTLsv] position archive file ... ar -t [-TLsv] archive [file ...] ar -x [-ouTLsv] archive [file ...] make[1]: *** [libcms.a] Error 1 make: *** [install-recursive] Error 1 It's kind of weird because the libcms.a is first removed and then needed to be archived... Is it a bug or i misunderstood Thx, Did didyeah971 wrote: > > 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 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 >>> ... assuming the error you're getting is still: macro `AM_PATH_CPPUNIT' >>> not >>> found in library >>> >>> On my system, the mac ports (including cppunit) are installed in >>> /opt/local/lib. Is that your configuration? and if so, is cppunit in >>> there? >>> >>> >>> On 5/10/07, didyeah971 wrote: >>>> >>>> >>>> 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-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 -0700, didyeah971 wrote: >>>> >> 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 launch ./autogen.sh >>>> >> >>>> >> >>>> >> tabish121 wrote: >>>> >> > >>>> >> > 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 is happening on your Mac. >>>> >> > >>>> >> > On Wed, 2007-05-09 at 02:21 -0700, didyeah971 wrote: >>>> >> >> 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 the first time i use these tools so i am kind of lost... >>>> >> >> >>>> >> >> Mittler, Nathan wrote: >>>> >> >> > >>>> >> >> > 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:didyeah971@yahoo.fr] >>>> >> >> >> Sent: Friday, May 04, 2007 12:34 PM >>>> >> >> >> To: users@activemq.apache.org >>>> >> >> >> Subject: Problem for installin ActiveMQ CPP on MAC OS X Tiger >>>> >> >> >> >>>> >> >> >> >>>> >> >> >> Hi, >>>> >> >> >> I am trying install activemq cpp 2.0 on mac os x 10.4.9.As >>>> >> >> >> the automake supplied is obsolete, i am using the latest >>>> >> >> >> release, (1.9.6) and cppunit >>>> >> >> >> 1.11.6 >>>> >> >> >> Once i launch autogen.sh, i have this message: >>>> >> >> >> >>>> >> >> >> aclocal: configure.ac: 86: macro `AM_PATH_CPPUNIT' not found >>>> >> >> >> in library >>>> >> >> >> autoreconf: aclocal failed with exit status: 1 >>>> >> >> >> >>>> >> >> >> What could be the issue, bad cppunit install (i did it and >>>> >> >> >> redid it many >>>> >> >> >> times) or bad version or autoconf (the one used is 2.59) >>>> >> >> >> >>>> >> >> >> Thx for help >>>> >> >> >> Did >>>> >> >> >> -- >>>> >> >> >> View this message in context: >>>> >> >> >> http://www.nabble.com/Problem-for-installin-ActiveMQ-CPP-on-MA >>>> >> >> >> C-OS-X-Tiger-tf3692575s2354.html#a10324437 >>>> >> >> >> Sent from the ActiveMQ - User mailing list archive at >>>> Nabble.com. >>>> >> >> >> >>>> >> >> >> >>>> >> >> > >>>> >> >> > >>>> >> >> >>>> >> > >>>> >> > >>>> >> >>>> > >>>> > >>>> >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/Problem-for-installing-ActiveMQ-CPP-on-MAC-OS-X-Tiger-tf3692575s2354.html#a10408796 >>>> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >>>> >>>> >>> >>> >> >> > > -- View this message in context: http://www.nabble.com/Problem-for-installing-ActiveMQ-CPP-on-MAC-OS-X-Tiger-tf3692575s2354.html#a10621760 Sent from the ActiveMQ - User mailing list archive at Nabble.com.