Opened 15 years ago
Closed 14 years ago
#227 closed defect (fixed)
Inability to install headers in uclibc 0.30.1
Reported by: | animeloe | Owned by: | Joe Ciccone |
---|---|---|---|
Priority: | critical | Milestone: | CLFS Embedded 1.0.0 |
Component: | BOOK | Version: | CLFS Embedded 1.0.0 |
Keywords: | Cc: |
Description
<output>
HOSTCC extra/scripts/unifdef
extra/scripts/unifdef.c:209: error: conflicting types for 'getline' /usr/include/stdio.h:651: note: previous declaration of 'getline' was here make: * [extra/scripts/unifdef] Error 1 <end output>
Preposed fix: sed -i "s/getline/uc_&/" extra/scripts/unifdef.c
Problem is getline function in unifdef conflicts with system wide getline.
Change History (3)
comment:1 by , 15 years ago
Milestone: | CLFS Sysroot 1.0.0 → CLFS Embedded 1.0.0 |
---|---|
Version: | CLFS Sysroot 1.0.0 → CLFS Embedded 1.0.0 |
comment:2 by , 14 years ago
Owner: | changed from | to
---|
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This has been fixed.