| Anonymous | Login | Signup for a new account | 11-10-2008 11:11 PST |
| Main | My View | View Issues | Change Log | Docs |
| 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 | |||||||||
|
|
|||||||||
| There are no notes attached to this issue. |
| Copyright © 2000 - 2006 Mantis Group |