discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Error in building GNU radio core 2.5


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Error in building GNU radio core 2.5
Date: Wed, 25 May 2005 19:19:05 -0700
User-agent: Mutt/1.5.6i

On Wed, May 25, 2005 at 07:03:46PM -0500, LRK wrote:
> On Thu, May 26, 2005 at 04:08:01AM +0500, Ahmad Sheikh wrote:
> > I get the following error when I enter ./bootstrap in building 
> > gnu-radio-core-2.5 on Redhat Linux v3.
> > 
> > /usr/local/share/aclocal/pkg.m4:5: warning: underquoted definition of
> > PKG_CHECK_MODULES
> >   run info '(automake)Extending aclocal'
> >   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
> > /usr/local/share/aclocal/cppunit.m4:4: warning: underquoted definition of
> > AM_PATH_CPPUNIT
> 
> The "underquoted definition" means the name does not have the brackets [..]
> so it could be misinterpreted. You can add those by editing the pkg.m4 and
> cppunit.m4 files but they should not be a problem unless they are actually
> being misinterpreted.
> 
>  
> > and this error when I enter make.
>  
> I haven't seen that one.

Looks like it's picking up bad (old) definitions of
PKG_CHECK_MODULES and AM_PATH_CPPUNIT.  I'm not sure why it's not
using our (working!) definition of AM_PATH_CPPUNIT contained in
config/cppunit.m4 

What version of autoconf and automake are you using?

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]