This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problems compiling


> When I issue the make command from the build directory, all goes fine
> until make enters the string subdir, at which point I get:
> 
[error snipped]

> Is wint_t declared in /usr/include/stddef.h on other systems ?

I get the same error when compiling with DJGPP. DJGPP defines 
wint_t in wctype.h  and wchar.h and not in stddef.h. Could you guys 
modify wmemcmp.c to include one of the wide character headers?

Mark

--- 
Mark Elbrecht snowball3@usa.net
http://members.xoom.com/snowball3/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]