discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] The AttributeError problem now that I have modifi


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] The AttributeError problem now that I have modified a working OOT
Date: Wed, 6 Jul 2016 11:23:58 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1

Yeah, I didn't trace back where that happened. Might be that my specific
version of SWIG tries to link against that destructor's symbol. I really
can't tell. Still, technically, Sylvain is right, such errors can hit
you late when runtime dynamically loads/links.

Best regards,

Marcus


On 06.07.2016 11:04, Tom Early wrote:
> When Marcus build my OOT, he encountered both a "was not declared in
> this scope" comp error and an undefined reference linking error. (See
> his previous post in this discussion.)
>
> I did not encounter any errors or warnings building the exact same
> source. I'm trying to understand why.
>
> On 07/05/2016 01:06 AM, Sylvain Munaut wrote:
>> Hi,
>>
>>> Do you have any idea why my system did not complain AT ALL when
>>> building the
>>> syncing branch? I am using ubuntu 16.04 with the apt-installed grc
>>> (3.7.9).
>>> Do I have some config screwed up somewhere?
>> No, that's expected.
>>
>> GR modules are libraries and as so the linking process will accept
>> undefined symbols, and just expect them to be present when the .so is
>> effectively loaded at runtime.
>>
>> Cheers,
>>
>>     Sylvain
>>
>>
>
>
> _______________________________________________
> 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]