[gst-devel] Making GStreamer
Jeffrey Barish
jeff_barish at earthlink.net
Fri Jul 3 07:20:10 CEST 2009
After an effort lasting many days, I have managed to make gstreamer-0.10.23
and gst-plugins-base-0.10.23 cleanly. However, gst-python-0.10.15 does not
make cleanly. I still get many warnings along the lines of
Could not write method GstStructure.get_uint: No ArgType for 'guint*'
and then
***INFO*** The coverage of global functions is 45.45% (10/22)
The make finishes anyway, but when I try to import gst I get:
Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gst
AttributeError: 'module' object has no attribute 'Element'
python: symbol lookup error: gst/.libs/interfaces.so: undefined symbol:
gst_navigation_command_get_type
When I check interfaces.so in /usr/lib/python2.6/dist-packages/gst-0.10/gst
with nm, I confirm that gst_navigation_command_get_type is undefined.
I have no idea what to do now, so I would appreciate some suggestions.
--
Jeffrey Barish
More information about the gstreamer-devel
mailing list