Zaptel 1.4.1 with centos 5

Anyone out there using Centos 5, trying to install zaptel 1.4.1 - it configures ok, but when I do make, it complains about something in x-bus core?

Anyone seen this, or can give any advice? Please see output below

Thanks

Robert

[root@localhost zaptel-1.4.1]# ./configure
checking for gcc… gcc
checking for C compiler default output file name… a.out
checking whether the C compiler works… yes
checking whether we are cross compiling… no
checking for suffix of executables…
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking how to run the C preprocessor… gcc -E
checking for a BSD-compatible install… /usr/bin/install -c
checking whether ln -s works… yes
checking for GNU make… make
checking for grep… /bin/grep
checking for sh… /bin/sh
checking for ln… /bin/ln
checking for wget… /usr/bin/wget
checking for grep that handles long lines and -e… (cached) /bin/grep
checking for egrep… /bin/grep -E
checking for ANSI C header files… yes
checking for sys/types.h… yes
checking for sys/stat.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for memory.h… yes
checking for strings.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for unistd.h… yes
checking for initscr in -lcurses… yes
checking curses.h usability… yes
checking curses.h presence… yes
checking for curses.h… yes
checking for initscr in -lncurses… yes
checking for curses.h… (cached) yes
checking for newtBell in -lnewt… no
checking for usb_init in -lusb… no
configure: creating ./config.status
config.status: creating build_tools/menuselect-deps
config.status: creating makeopts
configure: *** Zaptel build successfully configured ***
[root@localhost zaptel-1.4.1]# make menuselect
make[1]: Entering directory /usr/src/zaptel-1.4.1/menuselect' make[2]: Entering directory/usr/src/zaptel-1.4.1/menuselect’
make[2]: menuselect' is up to date. make[2]: Leaving directory/usr/src/zaptel-1.4.1/menuselect’
make[1]: Leaving directory /usr/src/zaptel-1.4.1/menuselect' menuselect changes saved! [root@localhost zaptel-1.4.1]# make make[1]: Entering directory/usr/src/zaptel-1.4.1/menuselect’
make[2]: Entering directory /usr/src/zaptel-1.4.1/menuselect' make[2]:menuselect’ is up to date.
make[2]: Leaving directory /usr/src/zaptel-1.4.1/menuselect' make[1]: Leaving directory/usr/src/zaptel-1.4.1/menuselect’
make[1]: Entering directory /usr/src/zaptel-1.4.1' make[2]: Entering directory/usr/src/zaptel-1.4.1/menuselect’
make[3]: Entering directory /usr/src/zaptel-1.4.1/menuselect' make[3]:menuselect’ is up to date.
make[3]: Leaving directory /usr/src/zaptel-1.4.1/menuselect' make[2]: Leaving directory/usr/src/zaptel-1.4.1/menuselect’
make -C /lib/modules/2.6.18-8.1.1.el5/build SUBDIRS=/usr/src/zaptel-1.4.1 modules
make[2]: Entering directory `/usr/src/kernels/2.6.18-8.1.1.el5-x86_64’
Compile xpp (version trunk-r3495)

CC [M] /usr/src/zaptel-1.4.1/xpp/xbus-core.o
/usr/src/zaptel-1.4.1/xpp/xbus-core.c: In function ‘debugfs_open’:
/usr/src/zaptel-1.4.1/xpp/xbus-core.c:171: error: ‘struct inode’ has no member named ‘u’
/usr/src/zaptel-1.4.1/xpp/xbus-core.c: In function ‘proc_xbus_command_write’:
/usr/src/zaptel-1.4.1/xpp/xbus-core.c:1108: warning: format ‘%d’ expects type ‘int’, but argument 6 has type ‘long int’
/usr/src/zaptel-1.4.1/xpp/xbus-core.c:1118: warning: format ‘%d’ expects type ‘int’, but argument 6 has type ‘long int’
make[4]: *** [/usr/src/zaptel-1.4.1/xpp/xbus-core.o] Error 1
make[3]: *** [/usr/src/zaptel-1.4.1/xpp] Error 2
make[2]: *** [module/usr/src/zaptel-1.4.1] Error 2
make[2]: Leaving directory /usr/src/kernels/2.6.18-8.1.1.el5-x86_64' make[1]: *** [modules] Error 2 make[1]: Leaving directory/usr/src/zaptel-1.4.1’
make: *** [all] Error 2

In /usr/src/zaptel-1.4.x/xpp/xbus-core.c, replace :

with

Regards,

Largo