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 autoconf guy.. can this build on f10?
Me neither, but did you run ./bootstrap before you ran ./configure?
Jonathan
I had not.. but this is what I got when I ran it. I still get the
configure error after it.
[bkear...@localhost cpp]$ ./bootstrap
configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal).
/usr/share/automake-1.10/am/depend2.am: am__fastdepCXX does not appear
in AM_CONDITIONAL
/usr/share/automake-1.10/am/depend2.am: The usual way to define
`am__fastdepCXX' is to add `AC_PROG_CXX'
/usr/share/automake-1.10/am/depend2.am: to `configure.ac' and run
`aclocal' and `autoconf' again.
/usr/share/automake-1.10/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.10/am/depend2.am: The usual way to define
`AMDEP' is to add one of the compiler tests
/usr/share/automake-1.10/am/depend2.am: AC_PROG_CC, AC_PROG_CXX,
AC_PROG_CXX, AC_PROG_OBJC,
/usr/share/automake-1.10/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ,
AM_PROG_UPC
/usr/share/automake-1.10/am/depend2.am: to `configure.ac' and run
`aclocal' and `autoconf' again.
src/Makefile.am: object `Event.lo' created by `qpid/console/Event.cpp'
and `qpid/cluster/Event.cpp'
src/Makefile.am: object `Connection.lo' created by
`qpid/amqp_0_10/Connection.cpp' and `qpid/cluster/Connection.cpp'
src/Makefile.am: object `Broker.lo' created by `qpid/broker/Broker.cpp'
and `qpid/console/Broker.cpp'
src/Makefile.am: object `ExpiryPolicy.lo' created by
`qpid/broker/ExpiryPolicy.cpp' and `qpid/cluster/ExpiryPolicy.cpp'
src/Makefile.am: object `Connection.lo' created by
`qpid/broker/Connection.cpp' and `qpid/cluster/Connection.cpp'
src/Makefile.am: object `SessionManager.lo' created by
`qpid/broker/SessionManager.cpp' and `qpid/console/SessionManager.cpp'
src/Makefile.am: object `SystemInfo.lo' created by
`qpid/sys/solaris/SystemInfo.cpp' and `qpid/sys/posix/SystemInfo.cpp'
src/Makefile.am: object `SessionState.lo' created by
`qpid/SessionState.cpp' and `qpid/broker/SessionState.cpp'
src/Makefile.am: object `SessionHandler.lo' created by
`qpid/amqp_0_10/SessionHandler.cpp' and `qpid/broker/SessionHandler.cpp'
src/Makefile.am: object `Options.lo' created by `qpid/log/Options.cpp'
and `qpid/Options.cpp'
src/Makefile.am: object `Shlib.lo' created by `qpid/sys/Shlib.cpp' and
`qpid/sys/posix/Shlib.cpp'
src/Makefile.am: object `Timer.lo' created by `qpid/sys/Timer.cpp' and
`qpid/broker/Timer.cpp'
/usr/share/automake-1.10/am/depend2.am: am__fastdepCC does not appear in
AM_CONDITIONAL
/usr/share/automake-1.10/am/depend2.am: The usual way to define
`am__fastdepCC' is to add `AC_PROG_CC'
/usr/share/automake-1.10/am/depend2.am: to `configure.ac' and run
`aclocal' and `autoconf' again.
[bkear...@localhost cpp]$ ls
aclocal.m4 build-aux DESIGN INSTALL make-dist
qpid-autotools-install rubygen xml
autom4te.cache config.log docs INSTALL-WINDOWS Makefile.am
qpid-config.in src
boost-1.32-support configure etc LICENSE
managementgen README SSL
bootstrap configure.ac examples m4 NOTICE
RELEASE_NOTES versions
[bkear...@localhost cpp]$ ./configure
./configure: line 1870: syntax error near unexpected token `dist-bzip2'
./configure: line 1870: `AM_INIT_AUTOMAKE(dist-bzip2 subdir-objects)'
[bkear...@localhost cpp]$ ./configure --prefix=/usr/local
./configure: line 1870: syntax error near unexpected token `dist-bzip2'
./configure: line 1870: `AM_INIT_AUTOMAKE(dist-bzip2 subdir-objects)'
[bkear...@localhost cpp]$ sudo ./configure --prefix=/usr/local
./configure: line 1870: syntax error near unexpected token `dist-bzip2'
./configure: line 1870: `AM_INIT_AUTOMAKE(dist-bzip2 subdir-objects)'
[bkear...@localhost cpp]$
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org