discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] problem with build after update: AM_PATH_CPPUNIT


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] problem with build after update: AM_PATH_CPPUNIT not found in library
Date: Mon, 20 Feb 2006 17:55:35 -0800
User-agent: Mutt/1.5.9i

On Mon, Feb 20, 2006 at 01:09:34PM -0500, amit malani wrote:
> i updated from cvs
> 
> using
> $ cvs -q up -dP
>  later tried to configure and make..
> 
> got this error
> 
> cd . && /bin/sh /usr0/Packages/gr-build/gnuradio-core/missing --run
> aclocal-1.7
> aclocal: configure.ac: 139: macro `AM_PATH_CPPUNIT' not found in library
> make: *** [aclocal.m4] Error 1
> 
> thanks for ur help


Try this:

  ./bootstrap
  ./configure
  make

Or my favorite (assuming gr-build is above):

  ../buildit

Eric




reply via email to

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