[Gambas-user] Dependencies: Documentation needs update

Benoît Minisini gambas at ...1...
Fri May 4 21:17:03 CEST 2012


Le 04/05/2012 21:08, Matti a écrit :
> 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
>

Interesting... G_VALUE_INIT is a glib macro, and the glib headers are 
normally automatically included from the gstreamer headers...

Which version of glib is installed on your system?

-- 
Benoît Minisini




More information about the User mailing list