problem compiling with recent glibc
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
partimage-ng |
Fix Committed
|
Undecided
|
Dmitry Ivanov |
Bug Description
I have glibc-2.7 and get the following error:/
usr/src/
PartimageNG:
tor(int, size_t)':
/usr/src/
unsignedinteger expressions
/usr/src/
PartimageNG:
/usr/src/
unsignedinteger expressions
/usr/src/
PartimageNG:
/usr/src/
this scope
/usr/src/
this scope
the following change fixed the problem:
sed -i -e '/<fcntl.h>/ a\
#include <langinfo.h>
' src/imager.cpp
Which revision are you compiling?