From owner-freebsd-ports@FreeBSD.ORG Mon Sep 15 12:09:08 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2278416A4BF for ; Mon, 15 Sep 2003 12:09:08 -0700 (PDT) Received: from mail.liwing.de (mail.liwing.de [213.70.188.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id F192C43FAF for ; Mon, 15 Sep 2003 12:09:06 -0700 (PDT) (envelope-from rehsack@liwing.de) Received: (qmail 23081 invoked from network); 15 Sep 2003 19:09:04 -0000 Received: from stingray.liwing.de (HELO liwing.de) ([213.70.188.164]) (envelope-sender ) by mail.liwing.de (qmail-ldap-1.03) with SMTP for ; 15 Sep 2003 19:09:04 -0000 Message-ID: <3F660E50.4000803@liwing.de> Date: Mon, 15 Sep 2003 19:09:04 +0000 From: Jens Rehsack User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030821 X-Accept-Language: de-de, de, en-us, en MIME-Version: 1.0 To: Guy Middleton References: <20030915000829.GA6272@chaos.obstruction.com> <20030915190436.GA11198@chaos.obstruction.com> In-Reply-To: <20030915190436.GA11198@chaos.obstruction.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ports@freebsd.org Subject: Re: wxgtk incompatible with stlport X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2003 19:09:08 -0000 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