BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001196 [uClibc] Other minor always 02-05-07 14:51 02-13-07 09:50
Reporter smithj View Status public  
Assigned To uClibc
Priority normal Resolution fixed  
Status closed   Product Version 0.9.28
Summary 0001196: inttypes.h uses #if when it should use #ifdef
Description inttypes.h has the following line (line 30 in 0.9.28.1):
#if __UCLIBC_HAS_WCHAR__

Everywhere else in the headers, #ifdef is used instead. My busybox build fails thusly without this change:

  CC applets/applets.o
In file included from include/libbb.h:19,
                 from include/busybox.h:10,
                 from applets/applets.c:15:
/usr/i386-linux-uclibc/usr/include/inttypes.h:30:5: error: "__UCLIBC_HAS_WCHAR__" is not defined
/usr/i386-linux-uclibc/usr/include/inttypes.h:314:5: error: "__UCLIBC_HAS_WCHAR__" is not defined
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
02-05-07 14:51 smithj New Issue
02-05-07 14:51 smithj Status new => assigned
02-05-07 14:51 smithj Assigned To  => uClibc
02-05-07 14:53 smithj Issue Monitored: smithj
02-13-07 09:50 vapier Status assigned => closed
02-13-07 09:50 vapier Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker