Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2003 23:31:40 -0500
From:      "Mezz bsdforums.org" <reigncracks@hotmail.com>
To:        glennpj@charter.net
Cc:        gnome@freebsd.org
Subject:   Re: gstreamer-0.5.2 has been failed.. (cutter.c)
Message-ID:  <F67mgyrniJpusjKTQkG000066f0@hotmail.com>

next 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
>~~~~~~~~~~

So, I just delete that -Werror and try it again?

Thanks,
Mezz

_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail


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?F67mgyrniJpusjKTQkG000066f0>