discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] ImportError problem for make check


From: Andy_Long
Subject: [Discuss-gnuradio] ImportError problem for make check
Date: Fri, 9 Apr 2010 14:23:25 -0700 (PDT)

Hi everybody,

I just cant figure this out, so I have to ask here: I am trying to import my
own block, but when running "make check", I get an ImportError. It is just a
simple test that I only change the name of "howto" module as "myblock" and
keep the same for the rest part of code. 

Then I modify Makefile.swig.gen and Makefile.am by searching/replacing all
ocurrences of 'howto' with "myblock".   Should I do some addition changes in
this step?

After that, under the directory /gnuradio/gr-howto-write-a-block, I run 
./bootstrap
./configures
make
make check

I got the ImportError as below:




address@hidden:~/Desktop/myblock$ make check
Making check in config
make[1]: Entering directory `/home/shi/Desktop/myblock/config'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/shi/Desktop/myblock/config'
Making check in src
make[1]: Entering directory `/home/shi/Desktop/myblock/src'
Making check in lib
make[2]: Entering directory `/home/shi/Desktop/myblock/src/lib'
make  check-am
make[3]: Entering directory `/home/shi/Desktop/myblock/src/lib'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/home/shi/Desktop/myblock/src/lib'
make[2]: Leaving directory `/home/shi/Desktop/myblock/src/lib'
Making check in python
make[2]: Entering directory `/home/shi/Desktop/myblock/src/python'
make  check-TESTS
make[3]: Entering directory `/home/shi/Desktop/myblock/src/python'
Traceback (most recent call last):
  File "./qa_myblock.py", line 24, in <module>
    import myblock
  File "/home/shi/Desktop/myblock/src/lib/myblock.py", line 6, in <module>
    import _myblock
ImportError: /home/shi/Desktop/myblock/src/lib/.libs/_myblock.so: undefined
symbol: _Z22myblock_make_square_ffvFAIL: run_tests
==================
1 of 1 test failed
==================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `/home/shi/Desktop/myblock/src/python'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/shi/Desktop/myblock/src/python'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/shi/Desktop/myblock/src'
make: *** [check-recursive] Error 1


Any help will be appreciated

Thank you

Andy_long
 
-- 
View this message in context: 
http://old.nabble.com/ImportError-problem-for-make-check-tp28197699p28197699.html
Sent from the GnuRadio mailing list archive at Nabble.com.





reply via email to

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