From users-return-25185-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Thu Sep 02 17:46:26 2010 Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 92627 invoked from network); 2 Sep 2010 17:46:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Sep 2010 17:46:25 -0000 Received: (qmail 18684 invoked by uid 500); 2 Sep 2010 17:46:25 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 18642 invoked by uid 500); 2 Sep 2010 17:46:25 -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 18634 invoked by uid 99); 2 Sep 2010 17:46:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Sep 2010 17:46:25 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tabish121@gmail.com designates 209.85.216.43 as permitted sender) Received: from [209.85.216.43] (HELO mail-qw0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Sep 2010 17:46:19 +0000 Received: by qwb7 with SMTP id 7so1032099qwb.2 for ; Thu, 02 Sep 2010 10:45:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:in-reply-to :references:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=dFk57adrspk9+hg4KSMHdzQRb6lifiC/7qRIJJirAHU=; b=UZH5tVi3EHEgjjjfEoJi13UURWCLiSTSk+4Nwo0cKbWwHG0U1UNW4eYZaGrdHthtPV rdM8g9W7BJ52Rukg8FLnvyWDmzQNdtYqXEo12F5cIulrhop9JhhmGCnHMCDC6zzkwbst nQPEgWwyDovZpjzBrVFO1AdYkgYOm3Qj4T60E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=IAoyUUbeI8jqVEk12dm9XMcgjrGfPTzFNKmMRh/YDeJz0rxdjutTmKKAUQvLZFWV/h b6rK29FXlAlP/jd3pBxt0Wdh13MiqoV4ovrmWyc/v+asdz0jPTm148h7uaMziOGYueyB wIzQ7c2AsPcqTcTMlSWA7VG3iq6r6+Q6NgzKU= Received: by 10.224.11.131 with SMTP id t3mr34404qat.262.1283449557805; Thu, 02 Sep 2010 10:45:57 -0700 (PDT) Received: from [192.168.2.150] (c-69-143-50-138.hsd1.va.comcast.net [69.143.50.138]) by mx.google.com with ESMTPS id t4sm725383qcs.4.2010.09.02.10.45.56 (version=SSLv3 cipher=RC4-MD5); Thu, 02 Sep 2010 10:45:57 -0700 (PDT) Subject: Re: ActiveMQ C++ build errors From: Timothy Bish To: users@activemq.apache.org In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Thu, 02 Sep 2010 13:45:53 -0400 Message-ID: <1283449553.2388.13.camel@office> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 (2.30.3-1.fc13) Content-Transfer-Encoding: 7bit On Thu, 2010-09-02 at 16:58 +0100, Neil Pritchard wrote: > Hi All, > > I'm trying to build activeMQ-CPP as part of pyactivemq on ubuntu 10.4, using the instructions kindly provided by > > http://code.google.com/p/pyactivemq/wiki/Building > > and > > http://www.nighttale.net/activemq/pyactivemq-on-ubuntu.html > > I get as far as "./autogen.sh && ./configure --prefix=/opt/activemq-cpp && make && make install" and get the response :- > > " > aclocal: couldn't open directory 'config': No such file or directory > autoreconf: aclocal failed with exit status: 1 > " > > So in an attempt to get more debug info I created an empty directory called 'config' an ran it again, this is the response that I got:- > > " > .ibtoolize: AC_CONFIG_MACRO_DIR({m4}) conflicts with ACLOCAL_AMFLAGS=-I m4 > autoreconf: aclocal failed with exit status: 1 > " > > Does any one have an idea what the problem could be or where I should look > > Many thanks, > > Neil First question, if you run those commands separately, which one is actually failing. Second, since you are doing a make install into /opt/ does the user account have access to that folder? Regards -- Tim Bish Open Source Integration: http://fusesource.com ActiveMQ in Action: http://www.manning.com/snyder/ Follow me on Twitter: http://twitter.com/tabish121 My Blog: http://timbish.blogspot.com/