discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] ImportError on make check


From: Trond Danielsen
Subject: Re: [Discuss-gnuradio] ImportError on make check
Date: Wed, 31 Jan 2007 18:25:10 +0100

2007/1/31, Johnathan Corgan <address@hidden>:
Trond Danielsen wrote:

> undefined symbol: _ZN17gr_gnss_ca_sourceD1Ev

This looks like the mangled name of the destructor method for the
gr_gnss_ca_source class.  Do you have this in the class declaration in
the .h file and then defined in the .cc file somewhere?

gr_gnss_ca_source::gr_gnss_ca_source()
{
}

You can Google on "virtual destructor" for info about why this is
needed, it's a C++ thing, not specific to GNU Radio.


/me is embarrassed... I should have known that it was something like
that. I know my way around C, but C++ is fairly new to me. But thank
you for taking the time and helping me!

--
Trond Danielsen




reply via email to

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