From owner-freebsd-questions@FreeBSD.ORG Fri Jun 29 13:00:37 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C56C16A400 for ; Fri, 29 Jun 2007 13:00:37 +0000 (UTC) (envelope-from a@jenisch.at) Received: from srvdmz13.oekb.co.at (srvdmz13.oekb.co.at [143.245.5.103]) by mx1.freebsd.org (Postfix) with ESMTP id 1C78E13C457 for ; Fri, 29 Jun 2007 13:00:36 +0000 (UTC) (envelope-from a@jenisch.at) X-SEF-Processed: 5_0_0_910__2007_06_29_15_00_35 X-SEF-7853D99-ADF1-478E-8894-213D316B8FFA: 1 Received: from msc01-n1 [143.245.2.187] by srvdmz13.oekb.co.at - SurfControl E-mail Filter (5.2.1); Fri, 29 Jun 2007 15:00:35 +0200 Received: from aurora.oekb.co.at ([143.245.9.16]) by MAIL1.oekb.co.at with Microsoft SMTPSVC(6.0.3790.3959); Fri, 29 Jun 2007 15:00:35 +0200 Received: from aurora.oekb.co.at (localhost.oekb.co.at [127.0.0.1]) by aurora.oekb.co.at (8.13.8/8.13.8) with ESMTP id l5TD0YZ9004031 for ; Fri, 29 Jun 2007 15:00:34 +0200 (CEST) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.13.8/8.13.8/Submit) id l5TD0Y0V004030 for freebsd-questions@freebsd.org; Fri, 29 Jun 2007 15:00:34 +0200 (CEST) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Fri, 29 Jun 2007 15:00:34 +0200 From: Ewald Jenisch To: freebsd-questions@freebsd.org Message-ID: <20070629130034.GA3984@aurora.oekb.co.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-OriginalArrivalTime: 29 Jun 2007 13:00:35.0228 (UTC) FILETIME=[7B99E5C0:01C7BA4D] Subject: gstreamer-plugins-bad failed to build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jun 2007 13:00:37 -0000 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