| Anonymous | Login | Signup for a new account | 11-10-2008 11:13 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 | ||||
| 0001276 | [BusyBox] Other | major | always | 03-18-07 13:20 | 03-18-07 13:34 | ||||
| Reporter | espakman | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | svn | ||||||
| Summary | 0001276: rev 18131 "punt useless header as pointed out by src.obsolete.headers" breaks building | ||||||||
| Description |
#include <malloc.h> in libbb.h doesn't seem to be pointless. Without, busybox won't build. gcc-3.3.3 uClibc-0.9.28 One of the errors: coreutils/diff.c: In function `change': coreutils/diff.c:775: error: `ptrdiff_t' undeclared (first use in this function) coreutils/diff.c:775: error: (Each undeclared identifier is reported only once coreutils/diff.c:775: error: for each function it appears in.) coreutils/diff.c:775: error: parse error before "offset" coreutils/diff.c:781: error: `offset' undeclared (first use in this function) make[2]: *** [coreutils/diff.o] Error 1 make[1]: *** [coreutils] Error 2 |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |