building barry from CVS
Please Login to Remove!
I tried installing 0.7, but got errors. Then I figured, what the hell, I'll try out CVS. I'm all nice and synced, but I get this error from buildgen.sh:
[gtucker@slack]$ ./buildgen.sh
autoconf-wrapper: unrecognized option -if
configure.ac: 8: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
automake: configure.ac: installing `./install-sh'
automake: configure.ac: installing `./mkinstalldirs'
automake: configure.ac: installing `./missing'
configure.ac: 8: required file `./config.h.in]' not found
src/Makefile.am:108: variable `OPENSSL_LIBS' not defined
tools/Makefile.am:12: WITH_BOOST does not appear in AM_CONDITIONAL
tools/Makefile.am:11: btool_LDADD defined both conditionally and unconditionally
autoreconf2.50: automake failed with exit status: 1
The first error is easily fixed, by changing the autoreconf line to "autoreconf -i -f" instead of "-if". I have autoconf 2.50 installed, by the way. Now I have the same message, sans the "-if" bit. Anyone gotten this to build right?
[gtucker@slack]$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Google Ubuntu Laptop 6.06 LTS
Release: 6.06
Codename: dapper
|