Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2003 22:09:36 -0600
From:      Glenn Johnson <glennpj@charter.net>
To:        "Mezz bsdforums.org" <reigncracks@hotmail.com>
Cc:        gnome@FreeBSD.ORG
Subject:   Re: gstreamer-0.5.2 has been failed.. (cutter.c)
Message-ID:  <20030129040936.GA1163@gforce.johnson.home>
In-Reply-To: <F77dFOSPUPeKljq65Rn0000572b@hotmail.com>
References:  <F77dFOSPUPeKljq65Rn0000572b@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030129040936.GA1163>