discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gnuradio importerror undefined symbol


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] gnuradio importerror undefined symbol
Date: Thu, 05 Mar 2015 11:48:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hello Mohammad,

interesting!
Now, in most cases something like that happens when you accidentially
link (during build) against one version of GNU Radio, but at run time
(when executing ctest), another version is found and used.
Is it possible that's the case here (i.e. how did you install GNU Radio,
did you do that only once)? Does "gnuradio-config-info --version" give
you what you expect?

Best regards,
Marcus

On 03/05/2015 08:09 AM, Mohammad Ghassemi wrote:
> when I run :
> c++filt
> _ZN2gr6filter6kernel14fft_filter_cccC1EiRKSt6vectorISt7complexIfESaIS5_EEi
>
>
> this is the output:
> gr::filter::kernel::fft_filter_ccc::fft_filter_ccc(int,
> std::vector<std::complex&lt;float>, std::allocator<std::complex&lt;float> >
>> const&, int)
>
> this definition is different from the one I'm using, I cant fine this in C++
> API Reference, 
> http://gnuradio.org/doc/doxygen/classgr_1_1filter_1_1kernel_1_1fft__filter__ccc.html
>
> the declaration in  C++ API Reference, matches the one I'm using in my code
>
>
>
> --
> View this message in context: 
> http://gnuradio.4.n7.nabble.com/gnuradio-importerror-undefined-symbol-tp52569p52571.html
> Sent from the GnuRadio mailing list archive at Nabble.com.
>
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

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