discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] git macports OSX 10.6 x86_64


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] git macports OSX 10.6 x86_64
Date: Sat, 20 Mar 2010 20:21:53 -0400

Hi Christian -

On Mar 20, 2010, at 2:41 PM, Christian Kendi wrote:
the git has the problem:
configure: creating ./config.status
config.status: error: cannot find input file: `gruel/Makefile.in'
With or without CFLAGS/CXXFLAGS="-arch i386" doesnt matter. yes, been bootstrapping before.

The 'Makefile.in' are created by bootstrap. So, if one is missing either it was removed after bootstrap or bootstrap failed. In order to bootstrap on OSX, you need to modify the script to use 'glibtoolize' instead of 'libtoolize' -- assuming you installed GNU's libtool using MacPorts or Fink or whatever, since they prepend a 'g' to the installed executables in order to distinguish between Apple's libtool and GNU's libtool executables (similar, yet very different).

The macports gnuradio works ALMOST fine. I had to custom build the wxPython and wxWidgets for 64 bit.

Yeah; on 64-bit OSX I expect gnuradio-wxgui will error out since it requires wxPython which doesn't compile as 64-bit yet. Would you be willing to share your patches to get wxWidgets & wxPython to be 64- bit? Or, are you using the latest SVN version (2.9.0.X)?

The problem right now is that the FFT sinks stuck. Just when i move the cursor to a textfield where the cursor is blinking there is an update of the display. Obviously the refresh of the cursor is linked somehow.

If im enabling GL sinks the display stucks totally!

I tested other GL and normal wx apps with python and they work fine, so i guess my x64 builds are fine.

No idea where to direct you; could be GNU Radio's WX programming or WX itself, or something in between. Maybe others know better. - MLD





reply via email to

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