discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Custom block problem on OSX 10.6


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] Custom block problem on OSX 10.6
Date: Sat, 20 Feb 2010 14:03:26 -0500

Hi Kunal - I can't directly address the question of whether or not custom blocks work on OSX 10.6 x86_64, since I've never compiled by custom blocks under that OS (yet). I need to do some 10.6 x64 work anyway, so I'll try out my blocks later today & see what happens.

Not sure if this makes any difference, but one of the errors seems to be:

File "/opt/local/lib/python2.6/site-packages/gnuradio/gr/ gnuradio_swig_py_runtime.py", line 1487, in connect return _gnuradio_swig_py_runtime.gr_top_block_sptr_connect(self, *args) NotImplementedError: Wrong number of arguments for overloaded function 'gr_top_block_sptr_connect'.
  Possible C/C++ prototypes are:
    connect(boost::shared_ptr< gr_top_block > *,gr_basic_block_sptr)
connect(boost::shared_ptr< gr_top_block > *,gr_basic_block_sptr,int,gr_basic_block_sptr,int)

so ... maybe in your QA code you're creating a bad connection?

If you go back to 10.5 32-bit, does your custom block work correctly?

- MLD





reply via email to

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