On Fri, 10 Jun 2005 22:38, LRK wrote: > On Fri, Jun 10, 2005 at 03:53:15PM +0930, Daniel O'Connor wrote: > > > ./configure --with-boost-include-dir=/usr/local/include > > gnuradio_core/config/gr_boost.m4 looks for the include directories in > > /usr/local/include/boost-1_31/ which you probably do not have. > > I patch gr_boost to just /usr/local/include
Ahh actually I just realised I gave the wrong command line... env LDFLAGS=-L/usr/local/lib CPPFLAGS=-I/usr/local/include SWIG=/usr/local/bin/swig1.3.24 ./configure is what I used. Note that I have an updated SWIG port to get v1.3.24. > The "underquoted definition" means the name does not have the brackets > "[...]" around it which could possibly cause it to be mis-interpreted. > Probably not fatal but you can patch the .m4 files if you want. OK, I'll just ignore them. > > configure.ac:61: warning: AC_PROG_LIBTOOL is m4_require'd but is not > > m4_defun'd configure.ac:61: AC_PROG_LIBTOOL is required by... > > config/gr_scripting.m4:30: GR_SCRIPTING is expanded from... > > configure.ac:61: the top level > > FreeBSD installs libtool15.m4 in /usr/local/share/aclocal but aclocal looks > for libtool.m4 in /usr/local/share/aclocal19. So > > ln -s /usr/local/share/aclocal/libtool15.m4 \ > /usr/local/share/aclocal19/libtool.m4 > > is the easy hack. Ahh!!!! Wohoo it compiles :) > or you can copy libtool15.m4 into gnuradio-core/config/libtool.m4 as well > as the other config directories as necessary. I think you can do.. aclocal19 -I config -I /usr/local/share/aclocal to work around this bug. -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
pgpp8BVOcoHlL.pgp
Description: PGP signature
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio