From owner-freebsd-gnome Tue Jan 28 20:20:37 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDF5D37B401 for ; Tue, 28 Jan 2003 20:20:35 -0800 (PST) Received: from dc-mx13.cluster1.charter.net (dc-mx13.cluster1.charter.net [209.225.8.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4078743F79 for ; Tue, 28 Jan 2003 20:20:34 -0800 (PST) (envelope-from glennpj@charter.net) Received: from [24.158.214.251] (HELO gforce.johnson.home) by dc-mx13.cluster1.charter.net (CommuniGate Pro SMTP 3.5.9) with ESMTP id 38511006 for gnome@FreeBSD.ORG; Tue, 28 Jan 2003 23:20:29 -0500 Received: from gforce.johnson.home (localhost [127.0.0.1]) by gforce.johnson.home (8.12.6/8.12.6) with ESMTP id h0T4AwlH021174 for ; Tue, 28 Jan 2003 22:15:02 -0600 (CST) (envelope-from glenn@gforce.johnson.home) Received: (from glenn@localhost) by gforce.johnson.home (8.12.6/8.12.6/Submit) id h0T49ag1021073; Tue, 28 Jan 2003 22:09:36 -0600 (CST) From: Glenn Johnson Date: Tue, 28 Jan 2003 22:09:36 -0600 To: "Mezz bsdforums.org" Cc: gnome@FreeBSD.ORG Subject: Re: gstreamer-0.5.2 has been failed.. (cutter.c) Message-ID: <20030129040936.GA1163@gforce.johnson.home> Mail-Followup-To: "Mezz bsdforums.org" , gnome@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jan 28, 2003 at 07:01:13PM -0500, Mezz bsdforums.org wrote: > >No, you don't need all this. Changing long seconds to time_t seconds > >will get rid of the warnings, but a bigger question is where is > >-Werror coming from? That isn't the default for building this > >example. If you have it set in your make.conf, I'd remove it. > > Oh... Umm, there's no -Werror in the make.conf nor > /usr/share/mk/sys.mk, but it does exist in bsd.sys.mk. I haven't > change make.conf for age, but update the system/kernel. What other > files do I should look at? My make.conf just has this.. The '-Werror' flag is set in 'configure' of gstreamer. Look for the following snippet of code in ${PORTSDIR}/multimedia/gstreamer/work/gstreamer-0.5.2/configure: ~~~~~~~~~~ if test "x$COMPILER" = "xforte"; then GST_ERROR= else if test "x$GST_CVS"="xyes"; then GST_ERROR="-Wall -Werror" else GST_ERROR="-Wall" fi fi ~~~~~~~~~~ -- Glenn Johnson glennpj@charter.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message