discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] GNU Radio Using MacPorts


From: Josh Blum
Subject: Re: [Discuss-gnuradio] GNU Radio Using MacPorts
Date: Thu, 22 Nov 2012 08:57:19 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2


On 11/21/2012 04:27 AM, Michael Dickens wrote:
>> I just recently caught one of these order of include paths in 
>> gr-uhd/swig. Its so easy to accidentally get it in the wrong order.
>> I'd like to take a look: Can you say what component is pulling in
>> the installed headers? Is it a specific component, swig module,
>> etc?
> 
> Watching the debug output of the post-configure hook, which
> effectively issues a "sed" script to do the replacement, everything
> is effected.  It looks like the files of issue are
> "${prefix}/include/gruel/*.h".
> 

Found another problem include: http://pastebin.com/FYvr5Sbs

Any dependency adding GRUEL_INCLUDE_DIRS to the include path might have
been causing ${Boost_INCLUDE_DIRS} to take precedence over local
directories. And who knows what might also be in ${Boost_INCLUDE_DIRS}

-josh



reply via email to

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