From owner-freebsd-ports@FreeBSD.ORG Mon Sep 15 12:05:37 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 8726C16A4BF for ; Mon, 15 Sep 2003 12:05:37 -0700 (PDT) Received: from chaos.obstruction.com (CPE00e018983b2f-CM013349903124.cpe.net.cable.rogers.com [24.156.200.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EFC243FB1 for ; Mon, 15 Sep 2003 12:05:36 -0700 (PDT) (envelope-from guy-dated-1066244677.06c321@obstruction.com) Received: from chaos.obstruction.com (localhost [127.0.0.1]) by chaos.obstruction.com (Postfix) with ESMTP id 7D93D5C43 for ; Mon, 15 Sep 2003 15:04:37 -0400 (EDT) Received: by chaos.obstruction.com (tmda-sendmail, from uid 1000); Mon, 15 Sep 2003 15:04:37 -0400 (EDT) Date: Mon, 15 Sep 2003 15:04:36 -0400 To: freebsd-ports@freebsd.org Message-ID: <20030915190436.GA11198@chaos.obstruction.com> References: <20030915000829.GA6272@chaos.obstruction.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030915000829.GA6272@chaos.obstruction.com> User-Agent: Mutt/1.4.1i From: Guy Middleton X-Delivery-Agent: TMDA/0.80 (Determine) Subject: Re: wxgtk incompatible with stlport X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Guy Middleton 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:05:37 -0000 On Sun, Sep 14, 2003 at 08:08:29PM -0400, Guy Middleton wrote: > It compiles cleanly without stlport. > > I tried to find the cause, but I quickly became lost in a twisty maze of > #include files. 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?