From users-return-11371-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Fri Nov 09 22:19:46 2007 Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 43854 invoked from network); 9 Nov 2007 22:19:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Nov 2007 22:19:46 -0000 Received: (qmail 92482 invoked by uid 500); 9 Nov 2007 22:19:33 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 92458 invoked by uid 500); 9 Nov 2007 22:19:33 -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 92449 invoked by uid 99); 9 Nov 2007 22:19:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Nov 2007 14:19:33 -0800 X-ASF-Spam-Status: No, hits=4.1 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WEIRD_PORT,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.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; Fri, 09 Nov 2007 22:20:11 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IqcBz-00071i-Gj for users@activemq.apache.org; Fri, 09 Nov 2007 14:19:11 -0800 Message-ID: <13676113.post@talk.nabble.com> Date: Fri, 9 Nov 2007 14:19:11 -0800 (PST) From: bradford To: users@activemq.apache.org Subject: Ubuntu activemq-cpp-2.1.1 build MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: brad.stimpson@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hey Guys, Im trying to build activemq-cpp-2.1.1 on my Ubuntu 7.10 box and I'm running into a bunch of problems. Ive followed the readme and installed uuid, cppunit, autoconf-2.61, automake-1.96, libtool-1.5.24 but when I run ./autogen.sh, I get the following error: configure.ac:43: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. I did some searching and it was suggested to re-install build-essential (I did this but still no go). I was able to get autogen to work by running aclocal prior to running ./autogen.sh. I'm not very familiar with the cpp build tools, so I'm unsure if this is the correct thing to do. ./autogen.sh then threw the following error: .... (ran okay then) ... doxygen-include.am:52: DX_COND_doc does not appear in AM_CONDITIONAL Makefile.am:36: `doxygen-include.am' included from here autoreconf: automake failed with exit status: 1 After autogen has run, I can then execute configure; however, I get the following error: .... (ran okay then) ... checking for time... yes checking for ftime... yes checking for cppunit-config... /usr/bin/cppunit-config checking for Cppunit - version >= 1.10.2... 1.12.0 checking for pthread_create in -lpthread... yes ./configure: line 26002: syntax error near unexpected token `CHECK_ADDRINFO' ./configure: line 26002: `CHECK_ADDRINFO()' I really appreciate any help you can give me. -- View this message in context: http://www.nabble.com/Ubuntu-activemq-cpp-2.1.1-build-tf4780388s2354.html#a13676113 Sent from the ActiveMQ - User mailing list archive at Nabble.com.