discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] No better


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] No better
Date: Sat, 19 Feb 2005 09:05:56 -0800
User-agent: Mutt/1.5.6i

On Fri, Feb 18, 2005 at 11:49:21PM -0500, Robert W. McGwier wrote:
> 
> Here is the  first warning in this
> 
> n4hy:/usr/local/GnuRadio/gr-build # ./for-all-dirs ../buildit 2>&1 | tee 
> make.log
> >>> /usr/local/GnuRadio/gr-build/gnuradio-core
> /usr/share/aclocal/cppunit.m4:4: warning: underquoted definition of 
> AM_PATH_CPPUNIT

Warning is OK.  Means the the cppunit packagers haven't updated to the
latest standard for config macros.

> and here is where it loses it:
> 
> checking boost/shared_ptr.hpp usability... yes
> checking boost/shared_ptr.hpp presence... yes
> checking for boost/shared_ptr.hpp... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: error: cannot find input file: Makefile.in
> >>> build FAILED in /usr/local/GnuRadio/gr-build/gnuradio-core
> 
> I am completely unfamiliar with cppunit but I installed it 3 days ago 
> for this purpose.
> 
> Idea?
> 
> Bob

Hypothesis: Time skew between CVS server and local machine.

After you did the checkout, did configure.ac have a timestamp that is
in the future relative to your system's time?

$ ls -l configure.ac

See if this work.  If it does, I'll fold it into the scripts.

check everything out...

$ cd gr-build
$ touch */configure.ac
$ ./for-all-dirs ../buildit

Eric




reply via email to

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