-----Original Message-----
From: Timothy Bish [mailto:tabish...@gmail.com] 
Sent: 02 September 2010 18:46
To: users@activemq.apache.org
Subject: Re: ActiveMQ C++ build errors

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



Hi Tim,


The command that's failing is ./autogen.sh 
The only line that's executed in that script reads;
"
autoconf --force install -I config -I m4
"

It seems to fail because there's no file or directory called 'config' in that 
directory.

I'm running the commands as root, permissions are ok.

I'll be very grateful for any help on this.

Cheers,

Neil






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/

Reply via email to