Opened 23 years ago

Closed 23 years ago

Last modified 23 years ago

#144 closed defect (fixed)

problem compiling file-3.36 when using automake-1.5

Reported by: markh@… Owned by: markh@…
Priority: normal Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc:

Description

file-3.36 seems to need the line #include <stdint.h> to be added to readelf.h when using automake-1.5 to compile properly.

Change History (2)

comment:1 by markh@…, 23 years ago

Owner: changed from lfs-book@… to markh@…
Status: newassigned

Thanks to Erika and hrandoz on #lfs for helping me with this

cp -f readelf.h readelf.h.backup && sed '/#define /a \ #include <stdint.h>' readelf.h.backup > readelf.h

comment:2 by markh@…, 23 years ago

Resolution: fixed
Status: assignedclosed

donededededone

Note: See TracTickets for help on using tickets.