[Buildroot] [Bug 71] ./wchar.h:41:12: error: empty filename in #include

bugzilla at busybox.net bugzilla at busybox.net
Wed Mar 4 00:58:40 UTC 2009


https://bugs.busybox.net/show_bug.cgi?id=71





--- Comment #2 from Paul Jones <paul.jones at iwtech.com.au>  2009-03-04 00:58:39 UTC ---
Created an attachment (id=101)
 --> (https://bugs.busybox.net/attachment.cgi?id=101)
.config from menuconfig

wchar.h is as follows:


#ifndef _GL_WCHAR_H
#define _GL_WCHAR_H

/* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
   <wchar.h>.
   BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
   included before <wchar.h>.  */
#include <stddef.h>
#include <stdio.h>
#include <time.h>

/* Include the original <wchar.h>.  */
#include ""

#endif /* _GL_WCHAR_H */


-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the buildroot mailing list