[Gambas-user] Dependencies: Documentation needs update

Matti math.eber at ...221...
Fri May 4 21:08:28 CEST 2012


Hmm. On openSUSE, these libs are nowhere to find. Not in any repository, not in 
any RPM-search.
Any SUSE user here who solved this?

I installed
gstreamer-0_10-devel - Include Files and Libraries mandatory for Development, and
gstreamer-0_10-plugins-base-devel - Include files and libraries mandatory for 
development with gstreamer-0_10-plugins-base

Now, 'configure' doesn't complain anymore, but I get the 'make' error:

make[4]: Entering directory `/Platte2/Downloads/gambas3/4712/trunk/gb.media/src'
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2    -pipe -Wall 
-Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os  -MT 
gb_media_la-main.lo -MD -MP -MF .deps/gb_media_la-main.Tpo -c -o 
gb_media_la-main.lo `test -f 'main.c' || echo './'`main.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -pthread 
-I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -pipe -Wall -Wno-unused-value 
-fsigned-char -fvisibility=hidden -g -ggdb -Os -MT gb_media_la-main.lo -MD -MP 
-MF .deps/gb_media_la-main.Tpo -c main.c  -fPIC -DPIC -o .libs/gb_media_la-main.o
mv -f .deps/gb_media_la-main.Tpo .deps/gb_media_la-main.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
-pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2    -pipe -Wall 
-Wno-unused-value -fsigned-char -fvisibility=hidden -g -ggdb -Os  -MT 
gb_media_la-c_media.lo -MD -MP -MF .deps/gb_media_la-c_media.Tpo -c -o 
gb_media_la-c_media.lo `test -f 'c_media.c' || echo './'`c_media.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -pthread 
-I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -pipe -Wall -Wno-unused-value 
-fsigned-char -fvisibility=hidden -g -ggdb -Os -MT gb_media_la-c_media.lo -MD 
-MP -MF .deps/gb_media_la-c_media.Tpo -c c_media.c  -fPIC -DPIC -o 
.libs/gb_media_la-c_media.o
c_media.c: In function ‘MediaControl_get’:
c_media.c:338:17: error: ‘G_VALUE_INIT’ undeclared (first use in this function)
c_media.c:338:17: note: each undeclared identifier is reported only once for 
each function it appears in
c_media.c: In function ‘MediaControl_put’:
c_media.c:356:17: error: ‘G_VALUE_INIT’ undeclared (first use in this function)
make[4]: *** [gb_media_la-c_media.lo] Fehler 1


Am 03.05.2012 23:48, schrieb Benoît Minisini:

> You must install the following *development* packages of GStreamer: the
> main one and the "plugin-base" one. I can't tell more, it depends on the
> distribution.
>
> On Ubuntu, their names are 'libgstreamer0.10-dev' and
> 'libgstreamer-plugins-base0.10-dev'




More information about the User mailing list