gstreamer-plugins-bad failed to build



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@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Calling a Function or a Procedure
    ... Which format to use for Sub procedures is a matter of style. ... parameter is ByRef then any changes made to the value in MySub are lost ... The syntax error with multiple arguments comes up because if you try to use ...
    (microsoft.public.vb.general.discussion)
  • Re: Syntax error with dates
    ... I think the problem lies with the date format in the input field. ... links to an access database. ... response to the effect there is a syntax error in the date. ...
    (microsoft.public.inetserver.asp.db)
  • Comma in query expression
    ... I believe that it is the format of the textfield, but I don't know how to fix ... Syntax error in query expression '=Brady, Tom'. ...
    (microsoft.public.access.queries)
  • Re: Receiving 3077 Date syntax error from international users
    ... "Jezebel" wrote in message ... You should always explicitly format dates for> inclusion in SQL strings ... ... >> My software application uses some DAO fields with the type dbDate. ... >> However many of my international users have been getting the following> error:>> 3077 Syntax error in date in expression. ...
    (microsoft.public.vb.database.dao)
  • Re: Inserting date datatypes via ado.net
    ... AFAIK when inserting in a datetime column, ... Remember a date is a DATE, and it does not have any format. ... When a date is represented in string, it has be in a format. ... > I get the same exact "Syntax error converting datetime from character ...
    (microsoft.public.dotnet.general)