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 > /usr/X11R6/share/aclocal/wxwin.m4:36: warning: underquoted definition of > AM_OPTIONS_WXCONFIG > /usr/X11R6/share/aclocal/wxwin.m4:59: warning: underquoted definition of > AM_PATH_WXCONFIG 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. I did not encounter the others but I'm not building the usrp code yet. > 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. or you can copy libtool15.m4 into gnuradio-core/config/libtool.m4 as well as the other config directories as necessary. > Argh! > What the heck is with auto* > > *foams at the mouth* Welcome to the club. :) More obstacals await! -- LRK [EMAIL PROTECTED] _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio