From owner-freebsd-hackers Tue Dec 21 11:36:25 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from luna.lyris.net (luna.shelby.com [207.90.155.6]) by hub.freebsd.org (Postfix) with ESMTP id 8CF6D1514C; Tue, 21 Dec 1999 11:36:20 -0800 (PST) (envelope-from kip@lyris.com) Received: from luna.shelby.com by luna.lyris.net (8.9.1b+Sun/SMI-SVR4) id LAA23523; Tue, 21 Dec 1999 11:36:05 -0800 (PST) Received: from (luna.shelby.com [207.90.155.6]) by luna.shelby.com with SMTP (MailShield v1.50); Tue, 21 Dec 1999 11:36:05 -0800 Date: Tue, 21 Dec 1999 11:36:05 -0800 (PST) From: Kip Macy To: Jeroen Ruigrok/Asmodai Cc: Nik Clayton , hackers@freebsd.org Subject: Re: wchar support? In-Reply-To: <19991221203021.D50448@daemon.ninth-circle.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SMTP-HELO: luna X-SMTP-MAIL-FROM: kip@lyris.com X-SMTP-RCPT-TO: asmodai@wxs.nl,nik@freebsd.org,hackers@freebsd.org X-SMTP-PEER-INFO: luna.shelby.com [207.90.155.6] Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 21 Dec 1999, Jeroen Ruigrok/Asmodai wrote: > -On [19991221 18:25], Nik Clayton (nik@freebsd.org) wrote: > >I'm trying to compile OpenJade 1.3, a C++ application, for the Doc. Proj. > >The build fails with > > Bah, you beat me to it ;) > > >LangObj.cxx:15: wchar.h: No such file or directory > >LangObj.cxx:16: wctype.h: No such file or directory > >gmake[2]: *** [LangObj.lo] Error 1 > > On CURRENT I have the above, but prefixed with a c, so: > > cwchar.h and cwctype.h under /usr/include/g++/ > > I do see wchar and wctype.h as part of SUSv2 though. > > I also see them as part of Linux libc. > > But that's all I can tell about it. > > HTH a bit Nik, I am afraid it is not that simple. io [lyris/cb/source|11:34|111|]locate wchar.h /usr/include/g++/std/cwchar.h /usr/src/contrib/libg++/libstdc++/std/cwchar.h io [lyris/cb/source|11:35|112|]more /usr/include/g++/std/cwchar.h // The -*- C++ -*- wide character header. // This file is part of the GNU ANSI C++ Library. #ifndef __CWCHAR__ #define __CWCHAR__ #include #endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message