[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Discuss-gnuradio] All reported bugs in new build have been fixed as
From: |
Johnathan Corgan |
Subject: |
Re: [Discuss-gnuradio] All reported bugs in new build have been fixed as of r3267 |
Date: |
Sun, 13 Aug 2006 12:29:08 -0700 |
User-agent: |
Thunderbird 1.5.0.5 (X11/20060728) |
LRK wrote:
> Hate to see you sitting around with nothing to do. :)
That's funny, I don't hate that at all :-)
> Until I get up to speed on the bug reporting, here is one of the
> 'BSD make' errors:
> The missing input file name is due to the way it is specified.
Is '$<' a GNU extension? I suppose you could change it to 'gnuradio.i'
and see if it works.
> Also 'make clean' fails in usrp due to '$(RM)' not being defined. I do
> not find anywhere it gets defined in the Makefiles so this may be a
> default in gmake.
Yep, looks like gmake defaults this to 'rm -f'. You could add this to
configure.ac using:
AM_PATH_PROG([RM], [rm])
...and change the $(RM) invocation to '$(RM) -f' in the usrp Makefile.am
you mentioned (and anywhere else it is invoked directly.)
-Johnathan
signature.asc
Description: OpenPGP digital signature