chpax compile
Posted: Fri Jul 04, 2003 3:52 pm
Could someone shed some light on the following error when attempting to compile chpax:
root@ciphin [~]# make
gcc -Wall -W -g3 -c -o chpax.o chpax.c
In file included from /usr/include/linux/elf.h:4,
from chpax.h:13,
from chpax.c:15:
/usr/include/linux/types.h:104: parse error before `__kernel_daddr_t'
/usr/include/linux/types.h:104: warning: no semicolon at end of struct or union
/usr/include/linux/types.h:105: warning: data definition has no type or storage class
/usr/include/linux/types.h:108: parse error before `}'
make: *** [chpax.o] Error 1
root@ciphin [~]# make
gcc -Wall -W -g3 -c -o chpax.o chpax.c
In file included from /usr/include/linux/elf.h:4,
from chpax.h:13,
from chpax.c:15:
/usr/include/linux/types.h:104: parse error before `__kernel_daddr_t'
/usr/include/linux/types.h:104: warning: no semicolon at end of struct or union
/usr/include/linux/types.h:105: warning: data definition has no type or storage class
/usr/include/linux/types.h:108: parse error before `}'
make: *** [chpax.o] Error 1