discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gnuradio/master-3.3: make check error on Mac OS X


From: Josh Blum
Subject: Re: [Discuss-gnuradio] gnuradio/master-3.3: make check error on Mac OS X 10.6.7
Date: Mon, 16 May 2011 18:23:58 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10

It looks like GTK isnt coming up right. And the other errors all stem
from that. Is the X server running?

-Josh


> /opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/gtk-2.0/gtk/__init__.py:57:
> GtkWarning: could not open display warnings.warn(str(e),
> _gtk.Warning) 
> /usr/local/lib/python2.6/site-packages/gnuradio/grc/gui/Actions.py:30:
> GtkWarning: gdk_keymap_get_for_display: assertion `GDK_IS_DISPLAY
> (display)' failed _keymap = gtk.gdk.keymap_get_default() 
> /usr/local/lib/python2.6/site-packages/gnuradio/grc/gui/Colors.py:24:
> GtkWarning: gdk_screen_get_system_colormap: assertion `GDK_IS_SCREEN
> (screen)' failed _COLORMAP = gtk.gdk.colormap_get_system() #create
> all of the colors Traceback (most recent call last): File
> "/usr/local/bin/gnuradio-companion", line 48, in <module> from
> gnuradio.grc.python.Platform import Platform File
> "/usr/local/lib/python2.6/site-packages/gnuradio/grc/python/Platform.py",
> line 24, in <module> from FlowGraph import FlowGraph as _FlowGraph 
> File
> "/usr/local/lib/python2.6/site-packages/gnuradio/grc/python/FlowGraph.py",
> line 22, in <module> from .. gui.FlowGraph import FlowGraph as
> _GUIFlowGraph File
> "/usr/local/lib/python2.6/site-packages/gnuradio/grc/gui/FlowGraph.py",
> line 22, in <module> import Colors File
> "/usr/local/lib/python2.6/site-packages/gnuradio/grc/gui/Colors.py",
> line 27, in <module> HIGHLIGHT_COLOR = get_color('#00FFFF') File
> "/usr/local/lib/python2.6/site-packages/gnuradio/grc/gui/Colors.py",
> line 25, in get_color def get_color(color_code): return
> _COLORMAP.alloc_color(color_code, True, True) AttributeError:
> 'NoneType' object has no attribute 'alloc_color'
> 
> 
> _______________________________________________ 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]