Steven Walker wrote:
I'm trying to compile FreeBob from the tarball source. I've got all the
dependency libraries install, with one exception. The FreeBob configure
script is looking for libiec61883 version 1.1.0, but the latest
"official" release is 1.0.0.
use the subversion version of libiec61883:
svn checkout svn://svn.linux1394.org/libiec61883/trunk/ libiec61883
cd libiec61883
autoreconf -f -i -s
./configure --prefix=/usr
make
make install
I tried modifying the configure.ac file to look for 1.0.0, but my
autoconf seems to have perl issues - the @INC array doesn't point to the
right directories.
You can see I'm quickly getting pulled into the quicksand! Should I:
a) continue to fight with autoconf to try to generate a configure script
b) install Subversion and try the SVN route
c) something else?
System is Fedora 4 w/CCRMA
TIA,
Steve