discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Build errors: Ubuntu 12.04 LTS 32-bit


From: Josh Blum
Subject: Re: [Discuss-gnuradio] Build errors: Ubuntu 12.04 LTS 32-bit
Date: Sat, 09 Feb 2013 21:15:47 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

>> Since its in core/general swig stuff, can you build with the last few
>> recent additions removed from the top level .i file?
>>
>>> diff --git a/gnuradio-core/src/lib/general/general.i 
>>> b/gnuradio-core/src/lib/general/general.i
>>> index 1446088..dfd918b 100644
>>> --- a/gnuradio-core/src/lib/general/general.i
>>> +++ b/gnuradio-core/src/lib/general/general.i
>>> @@ -267,5 +267,5 @@
>>>  %include "gr_add_ff.i"
>>>  %include "gr_vector_map.i"
>>>  %include "gr_tag_debug.i"
>>> -%include "gr_block_gateway.i"
>>> -%include "gr_message_strobe.i"
>>> +//%include "gr_block_gateway.i"
>>> +//%include "gr_message_strobe.i"
>>
>> -josh
>>
>> _______________________________________________
>> Discuss-gnuradio mailing list
>> address@hidden
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>>
> Same issue with patches applied.
> 
> 


this is going to be tough. Somebody changed something, and it
accidentally confused swig on x86 machines. Its trying to export types
for size_t and unsigned int (if you saw the other email thread).

Any idea what version you were last able to compile on this platform?

-josh

> 



reply via email to

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