* [Buildroot] [Bug 71] ./wchar.h:41:12: error: empty filename in #include
2009-01-25 5:58 [Buildroot] [Bug 71] New: ./wchar.h:41:12: error: empty filename in #include bugzilla at busybox.net
@ 2009-02-14 17:44 ` bugzilla at busybox.net
2009-02-14 17:47 ` bugzilla at busybox.net
` (8 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2009-02-14 17:44 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=71
swalker <admin@tpconn.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |admin at tpconn.com
Build| |2009.02
Target|ARM |x86
--
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.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 71] ./wchar.h:41:12: error: empty filename in #include
2009-01-25 5:58 [Buildroot] [Bug 71] New: ./wchar.h:41:12: error: empty filename in #include bugzilla at busybox.net
2009-02-14 17:44 ` [Buildroot] [Bug 71] " bugzilla at busybox.net
@ 2009-02-14 17:47 ` bugzilla at busybox.net
2009-03-02 19:55 ` bugzilla at busybox.net
` (7 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2009-02-14 17:47 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=71
swalker <admin@tpconn.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target|x86 |x86&ARM
--
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.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 71] ./wchar.h:41:12: error: empty filename in #include
2009-01-25 5:58 [Buildroot] [Bug 71] New: ./wchar.h:41:12: error: empty filename in #include bugzilla at busybox.net
2009-02-14 17:44 ` [Buildroot] [Bug 71] " bugzilla at busybox.net
2009-02-14 17:47 ` bugzilla at busybox.net
@ 2009-03-02 19:55 ` bugzilla at busybox.net
2009-03-04 0:58 ` bugzilla at busybox.net
` (6 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2009-03-02 19:55 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=71
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jacmet at uclibc.org
Status|NEW |ASSIGNED
--- Comment #1 from Peter Korsgaard <jacmet@uclibc.org> 2009-03-02 19:55:49 UTC ---
Sorry, cannot reproduce. What does build_build_arm/coreutils-6.9/lib/config.h
look like? Please post your buildroot .config
--
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.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 71] ./wchar.h:41:12: error: empty filename in #include
2009-01-25 5:58 [Buildroot] [Bug 71] New: ./wchar.h:41:12: error: empty filename in #include bugzilla at busybox.net
` (2 preceding siblings ...)
2009-03-02 19:55 ` bugzilla at busybox.net
@ 2009-03-04 0:58 ` bugzilla at busybox.net
2009-03-04 0:59 ` bugzilla at busybox.net
` (5 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2009-03-04 0:58 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=71
--- Comment #2 from Paul Jones <paul.jones@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.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 71] ./wchar.h:41:12: error: empty filename in #include
2009-01-25 5:58 [Buildroot] [Bug 71] New: ./wchar.h:41:12: error: empty filename in #include bugzilla at busybox.net
` (3 preceding siblings ...)
2009-03-04 0:58 ` bugzilla at busybox.net
@ 2009-03-04 0:59 ` bugzilla at busybox.net
2009-03-04 1:01 ` bugzilla at busybox.net
` (4 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2009-03-04 0:59 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=71
Paul Jones <paul.jones@iwtech.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #101|application/xml |application/text
mime type| |
--
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.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 71] ./wchar.h:41:12: error: empty filename in #include
2009-01-25 5:58 [Buildroot] [Bug 71] New: ./wchar.h:41:12: error: empty filename in #include bugzilla at busybox.net
` (4 preceding siblings ...)
2009-03-04 0:59 ` bugzilla at busybox.net
@ 2009-03-04 1:01 ` bugzilla at busybox.net
2009-03-04 10:38 ` bugzilla at busybox.net
` (3 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2009-03-04 1:01 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=71
Paul Jones <paul.jones@iwtech.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #101|application/text |text/plain
mime type| |
--
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.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 71] ./wchar.h:41:12: error: empty filename in #include
2009-01-25 5:58 [Buildroot] [Bug 71] New: ./wchar.h:41:12: error: empty filename in #include bugzilla at busybox.net
` (5 preceding siblings ...)
2009-03-04 1:01 ` bugzilla at busybox.net
@ 2009-03-04 10:38 ` bugzilla at busybox.net
2009-03-04 11:01 ` bugzilla at busybox.net
` (2 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2009-03-04 10:38 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=71
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #3 from Peter Korsgaard <jacmet@uclibc.org> 2009-03-04 10:38:39 UTC ---
How did you manage to enable BR2_PACKAGE_COREUTILS without enabling
BR2_USE_WCHAR? Coreutils has depended on WCHAR since Summer 2007.
Please enable WCHAR support in your toolchain if you need to use coreutils (or
consider busybox instead).
--
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.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 71] ./wchar.h:41:12: error: empty filename in #include
2009-01-25 5:58 [Buildroot] [Bug 71] New: ./wchar.h:41:12: error: empty filename in #include bugzilla at busybox.net
` (6 preceding siblings ...)
2009-03-04 10:38 ` bugzilla at busybox.net
@ 2009-03-04 11:01 ` bugzilla at busybox.net
2009-03-04 11:15 ` bugzilla at busybox.net
2009-03-11 10:32 ` bugzilla at busybox.net
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2009-03-04 11:01 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=71
--- Comment #4 from Paul Jones <paul.jones@iwtech.com.au> 2009-03-04 11:01:54 UTC ---
In Menuconfig I did this:
Target Architecture -> ARM
Target Architecture Variant -> arm920t
Target options -> * ARM Ltd. Device Support
* Generic development system
--
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.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 71] ./wchar.h:41:12: error: empty filename in #include
2009-01-25 5:58 [Buildroot] [Bug 71] New: ./wchar.h:41:12: error: empty filename in #include bugzilla at busybox.net
` (7 preceding siblings ...)
2009-03-04 11:01 ` bugzilla at busybox.net
@ 2009-03-04 11:15 ` bugzilla at busybox.net
2009-03-11 10:32 ` bugzilla at busybox.net
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2009-03-04 11:15 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=71
--- Comment #5 from Peter Korsgaard <jacmet@uclibc.org> 2009-03-04 11:15:54 UTC ---
Ahh, thanks. I've fixed it so you can only select generic develop system if you
have wchar enabled in r25521.
--
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.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Buildroot] [Bug 71] ./wchar.h:41:12: error: empty filename in #include
2009-01-25 5:58 [Buildroot] [Bug 71] New: ./wchar.h:41:12: error: empty filename in #include bugzilla at busybox.net
` (8 preceding siblings ...)
2009-03-04 11:15 ` bugzilla at busybox.net
@ 2009-03-11 10:32 ` bugzilla at busybox.net
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla at busybox.net @ 2009-03-11 10:32 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=71
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |stef at bononline.nl
--- Comment #6 from Peter Korsgaard <jacmet@uclibc.org> 2009-03-11 10:32:43 UTC ---
*** Bug 175 has been marked as a duplicate of this bug. ***
--
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.
^ permalink raw reply [flat|nested] 11+ messages in thread