discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Building on Mac OSX


From: Josh Blum
Subject: Re: [Discuss-gnuradio] Building on Mac OSX
Date: Wed, 26 Oct 2011 12:53:27 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1


On 10/26/2011 12:50 PM, Jeff Scaparra wrote:
> I think I have everything figured out now I have pyqt pygtk and pywx
> installed however cmake still isn't finding pygtk even though the version is
> correct (running 2.24.0) and python -c "import gtk" has no output.
> 
> Anyone know what the specific check actually is?
> 

GR_PYTHON_CHECK_MODULE("pygtk >= 2.10.0"   gtk
"gtk.pygtk_version >= (2, 10, 0)"           PYGTK_FOUND)

basically its importing gtk, and running that comparison above

what does it yield for you?

> Jeff
> 
> On Wed, Oct 26, 2011 at 1:18 PM, Jeff Scaparra <address@hidden> wrote:
> 
>> I was just having an issue with the python path. gr_wxgui is enabled now. I
>> have the qt stuff installed but will look at manually pointing cmake in the
>> right direction. I think I can make this work. I hate to give up now. It
>> would be nice to write up a brew formula for gnuradio but I have no idea how
>> I would get my system back to a default state for testing after all I have
>> done (without reinstalling).
>>
>> Jeff
>>
>>
>> On Wed, Oct 26, 2011 at 12:47 PM, Ben Reynwar <address@hidden> wrote:
>>
>>> On Wed, Oct 26, 2011 at 8:44 AM, Jeff Scaparra <address@hidden> wrote:
>>>> Hello,
>>>>
>>>> I have almost gotten all the dependencies needed for gnuradio recognized
>>>> however I have qt qwt and wx installed but they aren't being recognized
>>> by
>>>> cmake. I have also tried to manually enable them with the
>>> -DENABLE_GR_QTGUI
>>>> AND -DENABLE_GR_WXGUI options with no luck. I have used homebrew to
>>> install
>>>> almost all of the dependencies and it has been a great help. If anyone
>>> have
>>>> any experience building gnuradio on OSX I would appreciate any input.
>>>>
>>>> Thanks,
>>>>
>>>> Jeff (KK4EPP)
>>>>
>>>> _______________________________________________
>>>> Discuss-gnuradio mailing list
>>>> address@hidden
>>>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>>>
>>>>
>>>
>>> If you're not using homebrew for anything else, it's probably easier
>>> just to switch to using macports.  I had a good crack at getting
>>> gnuradio installed via homebrew but switched to macports in the end
>>> because I couldn't get the gui stuff working.
>>>
>>> Cheers,
>>> Ben
>>>
>>
>>
> 
> 
> 
> _______________________________________________
> 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]