discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Error on OSX in latest VOLK


From: Josh Blum
Subject: Re: [Discuss-gnuradio] Error on OSX in latest VOLK
Date: Wed, 18 Apr 2012 11:43:29 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120310 Thunderbird/11.0


On 04/18/2012 11:41 AM, Michael Dickens wrote:
> On Apr 18, 2012, at 2:20 PM, Josh Blum wrote:
>> volk_work fix:
>> https://github.com/guruofquality/gnuradio/commit/578a4d858c3f765417b0d9560e5f8de29dde4e20
> 
> OK; I now see the commit you reference from your github account.  I 'rm -rf' 
> the build directory, recreate it, do cmake, then make:
> 
> [  3%] Building C object volk/lib/CMakeFiles/volk.dir/volk_cpu.c.o
> /opt/GNURadio/source/builds/jblum_gr/volk/lib/volk_cpu.c:51:48: error: 
> missing binary operator before token "("
> 
> gcc 4.2.1 does not like the "__GNUC_PREREQ(4, 4)" macro -- if I remove it 
> compiling continues (correctly or not). - MLD
> 

Yea, i figured it was that. So the changesets now use:
#if defined(__GNUC_PREREQ) && __GNUC_PREREQ(4, 4)

Is that not working for you?

-josh



reply via email to

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