On 01/15/2014 10:07 PM, Darrell Anderson wrote:
My build script configuration:
SLKCFLAGS="$SLKCFLAGS `pkg-config libgsf-1 --cflags`" SLKCFLAGS=" -D_FILE_OFFSET_BITS=64 $SLKCFLAGS"
That fixed the FTBFS - Why the FILE_OFFSET_BITS=64?? There is no way file size exceeds (2<<31)-1 bits??