On Tue, 21 Dec 1999, Jeroen Ruigrok/Asmodai wrote:

> -On [19991221 18:25], Nik Clayton ([EMAIL PROTECTED]) 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to