Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2003 19:09:04 +0000
From:      Jens Rehsack <rehsack@liwing.de>
To:        Guy Middleton <guy-dated-1066244677.06c321@obstruction.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: wxgtk incompatible with stlport
Message-ID:  <3F660E50.4000803@liwing.de>
In-Reply-To: <20030915190436.GA11198@chaos.obstruction.com>
References:  <20030915000829.GA6272@chaos.obstruction.com> <20030915190436.GA11198@chaos.obstruction.com>

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

Jens



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