Temp. solved: 1.6 does not compile with 2.6.11.4 on x86_64
Brought to you by:
olaf81825
After replacing cipe.h with the patched one, I got the
following error:
/home/andre/bin/cipe-1.6.0/2.6.11.4-21.7-default-x86_64-cb/bf.c:60:
error: conflicting types for `__be32_to_cpup'
include/linux/byteorder/little_endian.h:80: error: previous
declaration of `__be32_to_cpup'
/home/andre/bin/cipe-1.6.0/2.6.11.4-21.7-default-x86_64-cb/bf.c:75:
error: conflicting types for `__le32_to_cpup'
include/linux/byteorder/little_endian.h:56: error: previous
declaration of `__le32_to_cpup'
gmake[3]: ***
[/home/andre/bin/cipe-1.6.0/2.6.11.4-21.7-default-x86_64-cb/bf.o]
Fehler 1
I solved the problem by commenting out the two
definitions of __le32_to_cpup() and __be32_to_cpup() in
bf.c.
Patched bf.c