Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 1999 11:36:05 -0800 (PST)
From:      Kip Macy <kip@lyris.com>
To:        Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
Cc:        Nik Clayton <nik@freebsd.org>, hackers@freebsd.org
Subject:   Re: wchar support?
Message-ID:  <Pine.SOL.4.05.9912211135320.21967-100000@luna.lyris.com>
In-Reply-To: <19991221203021.D50448@daemon.ninth-circle.org>

next in thread | previous in thread | raw e-mail | index | archive | help


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 <wchar.h>
#endif




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.05.9912211135320.21967-100000>