discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] CVS check out and then failed to build... (Furthe


From: John Clark
Subject: Re: [Discuss-gnuradio] CVS check out and then failed to build... (Further failures...)
Date: Wed, 06 Apr 2005 09:19:47 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a6) Gecko/20050111

Eric Blossom wrote:

On Mon, Apr 04, 2005 at 05:39:35PM -0700, John Clark wrote:
John Clark wrote:

I just checked out the most recent CVS sources, using the procedure:
I then updated my version of 'autoconfig', and 'automake' to be the most
recent on ftp.gnu.org, and got the following: (truncated for brevity sake...),
but ultimately ending with a message to the effect of needing define
AC_PROG_LIBTOOL and re-run.

Reinstall libtool also.

Actually there seems to be a problem there as well. From another post:

LRK wrote:

On Mon, Apr 04, 2005 at 05:39:35PM -0700, John Clark wrote:
I just checked out the most recent CVS sources, using the procedure:
I then updated my version of 'autoconfig', and 'automake' to be the most
recent on ftp.gnu.org, and got the following: (truncated for brevity sake...),
but ultimately ending with a message to the effect of needing define
AC_PROG_LIBTOOL and re-run.

I have been trying to get the CVS compile working on FreeBSD and ran into
that one.

Aclocal19 looks into /usr/local/share/aclocal19/ for libtool.m4
and libtool puts it in /usr/local/share/aclocal/libtool15.m4.

So I put a link in there where aclocal can find the file.

After some set of upgrades and not-obvious-links I got the 'for-all-dirs' to get to the point
of the CPPUNIT testing phase, and got this (python version is 2.3.3 ).

>>> gr_fir_fff: using SSE
.
----------------------------------------------------------------------
Ran 1 test in 0.065s

OK
.E
======================================================================
ERROR: test_gru_import (__main__.test_head)
----------------------------------------------------------------------
Traceback (most recent call last):
File "./qa_kludged_imports.py", line 39, in test_gru_import
from gnuradio import gru
File
"/home/GNURadio/gnuradio-core/src/python/gnuradio/gru/__init__.py",
line 37, in ?
exec "from gnuradio.gruimpl.%s import *" % (f,)
File "<string>", line 1, in ?
File
"/home/GNURadio/gnuradio-core/src/python/gnuradio/gruimpl/freqz.py",
line 57, in ?
import Numeric
ImportError: No module named Numeric

----------------------------------------------------------------------
Ran 2 tests in 0.111s

FAILED (errors=1)
.....
----------------------------------------------------------------------
Ran 5 tests in 0.009s

OK
...




reply via email to

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