Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2003 16:39:51 -0400
From:      Guy Middleton <guy@obstruction.com>
To:        freebsd-ports@freebsd.org
Subject:   Re: wxgtk incompatible with stlport
Message-ID:  <20030915203951.GA11666@chaos.obstruction.com>
In-Reply-To: <3F660E50.4000803@liwing.de>
References:  <20030915000829.GA6272@chaos.obstruction.com> <20030915190436.GA11198@chaos.obstruction.com> <3F660E50.4000803@liwing.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Sep 15, 2003 at 07:09:04PM +0000, Jens Rehsack wrote:
> Guy Middleton wrote:
> >I think the way to fix this is for stlport to #include wchar.h depending on
> >the version of FreeBSD.
> >
> >When did wchar.h first appear in FreeBSD, and what is the correct way to
> >construct an #ifdef for this?
> 
> # if  (__FreeBSD_cc_version < 500006)
> #  include <../wchar.h>
> # endif

I'm confused, as this seems to imply that wchar.h first appeared in 5.0, but I
have a 4.6 system that has it.



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