discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] ais-tools installation problem


From: irene159
Subject: Re: [Discuss-gnuradio] ais-tools installation problem
Date: Wed, 16 Apr 2008 01:28:16 -0700 (PDT)


Hello,
You were right; I got the problem solved by adding 
AM_LDFLAGS="-L/usr/local/lib/mysql" to
ais-tools-gnuradio-1.0.1\src\Makefile.am.
The ./configure and the make seem to run fine now but when I use make check
in ais-tools-gnuradio-1.0.1\src\Python I get the following error:

$ make check
make  check-TESTS
make[1]: Entering directory
`/usr/src/gnuradio-3.1.1/gnuradio-examples/python/AI
S/ais-tools-gnuradio-1.0.1/src/python'
Traceback (most recent call last):
  File "./qa_howto.py", line 24, in <module>
    import ais
  File
"/usr/src/gnuradio-3.1.1/gnuradio-examples/python/AIS/ais-tools-gnuradio-
1.0.1/src/lib/ais.py", line 6, in <module>
    import _ais
ImportError: No module named _ais
FAIL: run_tests
===================
1 of 1 tests failed
===================
make[1]: *** [check-TESTS] Error 1
make[1]: Leaving directory
`/usr/src/gnuradio-3.1.1/gnuradio-examples/python/AIS
/ais-tools-gnuradio-1.0.1/src/python'
make: *** [check-am] Error 2

When comparing with the gr-howto-write-a-block-3.0.4 example I noticed that
_howto.dll and _howto.dll.a files were created in the src\lib\.libs
directory, while as in ais-tools-gnuradio-1.0.1\src\lib\.libs I found no
file with a dll extension (a _ais.a file exists). Can this be the problem?
Why wasn’t this file created? gr-howto-write-a-block-3.0.4 and
ais-tools-gnuradio-1.0.1 Makefiles are almost the same (except for file
names) and ais.i is pretty much like howto.i too. 



-- 
View this message in context: 
http://www.nabble.com/ais-tools-installation-problem-tp16678654p16718848.html
Sent from the GnuRadio mailing list archive at Nabble.com.





reply via email to

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