TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

IPX tools build error - Slack 7



I'm trying to get the greg@caldera.com IPX tools built under Slack7 / 2.2.13, and am encountering the following fatal errors when I 'make' or 'make all' (pardon my paste):

billbob_linux:~/ipx-1.0$ ls
COPYING   Samples/    ipx_configure.8  ipx_interface.c     ipx_route.8
Makefile  config.ipx  ipx_configure.c  ipx_internal_net.8  ipx_route.c
README    init.ipx    ipx_interface.8  ipx_internal_net.c
billbob_linux:~/ipx-1.0$ make all
cc -O2 -Wall    ipx_configure.c   -o ipx_configure
In file included from ipx_configure.c:11:
/usr/include/linux/ipx.h:10: parse error before `sa_family_t'
/usr/include/linux/ipx.h:10: warning: no semicolon at end of struct or union
/usr/include/linux/ipx.h:11: warning: data definition has no type or storage cla
ss
/usr/include/linux/ipx.h:12: parse error before `sipx_network'
/usr/include/linux/ipx.h:12: warning: data definition has no type or storage cla
/usr/include/linux/ipx.h:14: warning: data definition has no type or storage class
/usr/include/linux/ipx.h:16: parse error before `}'
/usr/include/linux/ipx.h:29: parse error before `__u32'
/usr/include/linux/ipx.h:29: warning: no semicolon at end of struct or union
/usr/include/linux/ipx.h:30: warning: data definition has no type or storage class
/usr/include/linux/ipx.h:32: parse error before `}'
/usr/include/linux/ipx.h:32: warning: data definition has no type or storage class
/usr/include/linux/ipx.h:36: parse error before `__u32'
/usr/include/linux/ipx.h:36: warning: no semicolon at end of struct or union
/usr/include/linux/ipx.h:50: parse error before `}'
/usr/include/linux/ipx.h:50: warning: data definition has no type or storage class
/usr/include/linux/ipx.h:64: parse error before `__u32'
/usr/include/linux/ipx.h:64: warning: no semicolon at end of struct or union
/usr/include/linux/ipx.h:65: warning: data definition has no type or storage class
/usr/include/linux/ipx.h:74: parse error before `}'
make: *** [ipx_configure] Error 1 

Can someone shed light on the issue? I'm not a C programmer, but I am guessing that either the ipx.h header file or the program itself is broken.

If one of you can compile it successfully, I would be in your debt if you could send me the binaries. BTW, the greg@caldera.com mail addr is also broken :/

thanks,
Bill