Hi,

Upon compiling gstreamer-plugins-bad I ran into the following error:


------------------------------ < Cut here > ------------------------------


# make
......
 cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/local/include 
-I../../gst-libs -I../../gst-libs -D_REENTRANT 
-I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 
-I/usr/local/include -Wall -g -DGST_DISABLE_DEPRECATED -D_REENTRANT 
-I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 
-I/usr/local/include -D_REENTRANT -I/usr/local/include/gstreamer-0.10 
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-I/usr/local/include/libxml2 -I/usr/local/include -O -pipe -I/usr/local/include 
-MT libgstequalizer_la-gstiirequalizer.lo -MD -MP -MF 
.deps/libgstequalizer_la-gstiirequalizer.Tpo -c gstiirequalizer.c  -fPIC -DPIC 
-o .libs/libgstequalizer_la-gstiirequalizer.o
gstiirequalizer.c:53: error: syntax error before '*' token
gstiirequalizer.c: In function `gst_iir_equalizer_band_set_property':
gstiirequalizer.c:150: error: structure has no member named `format'
gstiirequalizer.c: In function `gst_iir_equalizer_class_init':
gstiirequalizer.c:280: error: `GstBaseTransformClass' undeclared (first use in 
this function)
gstiirequalizer.c:280: error: (Each undeclared identifier is reported only once
gstiirequalizer.c:280: error: for each function it appears in.)
gstiirequalizer.c:280: error: `btrans_class' undeclared (first use in this 
function)
gstiirequalizer.c:280: error: syntax error before ')' token
gstiirequalizer.c:293: warning: assignment from incompatible pointer type
gstiirequalizer.c: In function `setup_filter':
gstiirequalizer.c:327: error: structure has no member named `format'
gstiirequalizer.c:331: error: structure has no member named `format'
gstiirequalizer.c: In function `gst_iir_equalizer_compute_frequencies':
gstiirequalizer.c:386: error: structure has no member named `format'
gstiirequalizer.c:423: error: structure has no member named `format'
gstiirequalizer.c: In function `gst_iir_equalizer_set_property':
gstiirequalizer.c:436: error: `GstBaseTransform' undeclared (first use in this 
function)
gstiirequalizer.c:436: error: syntax error before ')' token
gstiirequalizer.c:443: error: structure has no member named `format'
gstiirequalizer.c:457: warning: implicit declaration of function 
`GST_BASE_TRANSFORM_UNLOCK'
gstiirequalizer.c: In function `gst_iir_equalizer_get_property':
gstiirequalizer.c:466: warning: implicit declaration of function 
`GST_BASE_TRANSFORM_LOCK'
gstiirequalizer.c: At top level:
gstiirequalizer.c:539: error: syntax error before '*' token
gstiirequalizer.c: In function `gst_iir_equalizer_transform_ip':
gstiirequalizer.c:541: error: `btrans' undeclared (first use in this function)
gstiirequalizer.c:545: error: structure has no member named `format'
gstiirequalizer.c:548: error: `buf' undeclared (first use in this function)
gstiirequalizer.c:556: error: structure has no member named `format'
gmake[1]: *** [libgstequalizer_la-gstiirequalizer.lo] Error 1
gmake[1]: Leaving directory 
`/usr/ports/multimedia/gstreamer-plugins-bad/work/gst-plugins-bad-0.10.5/gst/equalizer'
gmake: *** [all-recursive] Error 1
*** Error code 2
Stop in /usr/ports/multimedia/gstreamer-plugins-bad.
#

------------------------------ < Cut here > ------------------------------

Has anybody else seen this?

Any cure against it?

System: FreeBSD 6.2; ports cvsup-ed as per today

TIA for your help,
-ewald


_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to