Installing zaptel on fedora core 5

Hi,

i am trying to install zaptel on fedore core 5. But when i try to “make” it i have this error as a result. My plan is that i would like to be able to run asterisk and zaptel on ferora core 5.

thaks in advanced, L.F

my kernel version is:

Linux version 2.6.15-1.2054_FC5smp 
[root@server3 zaptel-1.2]# make
ZAPTELVERSION="SVN-branch-1.2-r1230" build_tools/make_version_h > version.h.tmp
if cmp -s version.h.tmp version.h ; then echo; else \
        mv version.h.tmp version.h ; \
firm -f version.h.tmp
/lib/modules/2.6.15-1.2054_FC5smp/build
make -C /lib/modules/2.6.15-1.2054_FC5smp/build SUBDIRS=/usr/src/zaptel-1.2 modules
make[1]: Entering directory `/usr/src/kernels/2.6.15-1.2054_FC5-smp-i686'
  CC [M]  /usr/src/zaptel-1.2/wcusb.o
/usr/src/zaptel-1.2/wcusb.c:1452: error: unknown field ?owner? specified in initializer
/usr/src/zaptel-1.2/wcusb.c:1452: warning: initialization from incompatible pointer type
make[2]: *** [/usr/src/zaptel-1.2/wcusb.o] Error 1
make[1]: *** [_module_/usr/src/zaptel-1.2] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.15-1.2054_FC5-smp-i686'
make: *** [linux26] Error 2