Make error in SVN asterisk (possibly error(s) with zaptel?)

When following the instructions for the CentOS install posted via jangestre.wordpress.com/2007/06/07/hello-world/ , I make & install the zaptel, then run the install script for asterisk and try ‘make’. It errors and instructs me to make again, then i get the following:


make[1]: Entering directory /usr/src/asterisk/main' [CC] asterisk.c -> asterisk.o In file included from /usr/src/asterisk/include/asterisk/zapata.h:42, from asterisk.c:125: /usr/include/zaptel/zaptel.h:419: error: expected specifier-qualifier-list before â__s32â /usr/include/zaptel/zaptel.h:954: error: expected specifier-qualifier-list before â__s32â make[1]: *** [asterisk.o] Error 1 make[1]: Leaving directory/usr/src/asterisk/main’
make: *** [main] Error 2
[root@localhost asterisk]#

I have ran configure/make as both a regular user and as the root user, neither prevail. Does anyone have any ideas? (Fresh install of CentOS 5.1, kernel-2.6.18-53.el5)

edit: To the administrators: Had problems with IE posting, sorry about the 3-4 topics apparently created by the intended, single post.

Alrighty, so I came back to work this morning and started knocking some problems from last week out. I removed all files related to/named ‘zaptel’ and asterisk from the server and downloaded the tarball release of asterisk (found here: svn.digium.com/svn/zaptel/branches/1.4 zaptel ). Compiled and installed the zaptel branch, then untar’d the asterisk file and ran the config file on it. The compile had no errors and seems to startup and operate smoothly. Hopefully this may help others that are potentially having issues with CentOS 5.1 and Asterisk. Thanks for looking.!