i want to compile gnunet for arm-linux-androideabi, when i type make i got this error does any one have solution to solve this problem ?
CC gnunet-helper-dns.o
gnunet-helper-dns.c:90:8: error: redefinition of 'in6_ifreq'
struct in6_ifreq
^
/my-toolchain/bin/../sysroot/usr/include/linux/ipv6.h:38:8: note: previous definition is here
struct in6_ifreq {
^
1 error generated.
Makefile:947: recipe for target 'gnunet-helper-dns.o' failed
make[3]: *** [gnunet-helper-dns.o] Error 1
make[3]: Leaving directory '/gnunet/src/dns'
Makefile:552: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/gnunet/src'
Makefile:607: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/gnunet'
Makefile:497: recipe for target 'all' failed
make: *** [all] Error 2