[gst-devel] compile problem gstpad.c 804 structure has no member named childs

Alexander Werth werth at gelnhausen.net
Thu Feb 15 17:12:17 CET 2001


Dennis Smit wrote:
> 
> Alexander Werth wrote:
> 
> > Hy,
> > GStreamer sounds promising. I tried to compile the cvs version for
> > several days now and all I got is this error message. So something on my
> > system seams to be broken. To compile I use type:
> > autogen.sh
> > configure
> > make
> > This attempt results in
> > /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
> > -I/usr/lib/glib/include -D_REENTRANT -I/usr/lib/glib/include
> > -I/usr/X11R6/include -I/usr/include/libxml -I/usr/include -O6 -Wall -c
> > gstpad.c
> > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/glib/include -D_REENTRANT
> > -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/libxml
> > -I/usr/include -O6 -Wall -Wp,-MD,.deps/gstpad.pp -c gstpad.c  -fPIC
> > -DPIC -o gstpad.lo
> > gstpad.c: In function `gst_pad_load_and_connect':
> > gstpad.c:804: structure has no member named `childs'
> > gstpad.c: In function `gst_padtemplate_load_thyself':
> > gstpad.c:1089: structure has no member named `childs'
> > make[3]: *** [gstpad.lo] Fehler 1
> > make[3]: Verlassen des Verzeichnisses Verzeichnis << POINTING AT THIS
> > »/home/alex/Programme/cvs/gstreamer/gst«
> 
> It seems you have some foreign language option in make.. maybe you can
> translate the error for us :) (look at poin tat this line)

Ooops, sorry. This would mean
make[3]: *** [gstpad.lo] Error 1
make[3]: Leaving directory
»/home/alex/Programme/cvs/gstreamer/gst«

There are no warnings from configure. The obviously is why the
structure  gst_pad_load_and_connect and gst_padtemplate_load_thyself has
no member named childs. And where would this member come from? 

Alexander Werth




More information about the gstreamer-devel mailing list