Re: Trying to build the broker on F10

2009-04-08 Thread Bryan Kearney
Bryan Kearney wrote: Jonathan Robie wrote: Bryan Kearney wrote: I am trying to build the latest cpp on f10. Running configure I get the following error: ./configure: line 1870: syntax error near unexpected token `dist-bzip2' ./configure: line 1870: `AM_INIT_AUTOMAKE(dist-bzip2 subdir-objects)

Re: Trying to build the broker on F10

2009-04-08 Thread Bryan Kearney
Jonathan Robie wrote: Bryan Kearney wrote: I am trying to build the latest cpp on f10. Running configure I get the following error: ./configure: line 1870: syntax error near unexpected token `dist-bzip2' ./configure: line 1870: `AM_INIT_AUTOMAKE(dist-bzip2 subdir-objects)' I am not an autocon

Re: Trying to build the broker on F10

2009-04-08 Thread Gordon Sim
Ján Sáreník wrote: On Wed, Apr 08, 2009 at 11:52:12AM +0100, Gordon Sim wrote: Ján Sáreník wrote: even the releases (M4) require you to run bootstrap which is really bad example of GNU autotools usage. I don't believe that is the case. The cpp M4 tarball[1] only requires ./configure. Sorry,

Re: Trying to build the broker on F10

2009-04-08 Thread Ján Sáreník
On Wed, Apr 08, 2009 at 11:52:12AM +0100, Gordon Sim wrote: > Ján Sáreník wrote: >> even the releases (M4) require you to run >> bootstrap which is really bad example of GNU autotools usage. > > I don't believe that is the case. The cpp M4 tarball[1] only requires > ./configure. Sorry, I was che

Re: Trying to build the broker on F10

2009-04-08 Thread Gordon Sim
Ján Sáreník wrote: even the releases (M4) require you to run bootstrap which is really bad example of GNU autotools usage. I don't believe that is the case. The cpp M4 tarball[1] only requires ./configure. [1] http://www.apache.org/dist/qpid/M4/qpid-cpp-M4.tar.gz ---

Re: Trying to build the broker on F10

2009-04-08 Thread Ján Sáreník
Hi Bryan! Thanks for bringing this up. I will now try to explain the basics of GNU Autotools (intended mostly for those maintaining autotools-based projects). On Tue, Apr 07, 2009 at 04:43:41PM -0400, Bryan Kearney wrote: > I am trying to build the latest cpp on f10. Running configure I get the

Re: Trying to build the broker on F10

2009-04-07 Thread Nuno Santos
Bryan Kearney wrote: I am trying to build the latest cpp on f10. Running configure I get the following error: ./configure: line 1870: syntax error near unexpected token `dist-bzip2' ./configure: line 1870: `AM_INIT_AUTOMAKE(dist-bzip2 subdir-objects)' I am not an autoconf guy.. can this build

Re: Trying to build the broker on F10

2009-04-07 Thread Jonathan Robie
Bryan Kearney wrote: I am trying to build the latest cpp on f10. Running configure I get the following error: ./configure: line 1870: syntax error near unexpected token `dist-bzip2' ./configure: line 1870: `AM_INIT_AUTOMAKE(dist-bzip2 subdir-objects)' I am not an autoconf guy.. can this build

Trying to build the broker on F10

2009-04-07 Thread Bryan Kearney
I am trying to build the latest cpp on f10. Running configure I get the following error: ./configure: line 1870: syntax error near unexpected token `dist-bzip2' ./configure: line 1870: `AM_INIT_AUTOMAKE(dist-bzip2 subdir-objects)' I am not an autoconf guy.. can this build on f10? -- bk --