[Asterisk-Dev] Asterisk compilation fails.
Ramon Peek
R.Peek at trends.nl
Sat Mar 12 06:05:01 MST 2005
There is a bug in the latest CVS-Head, I already reported this to digium
When compiling you get the error:
chan_zap.c:2879: error: structure has no member named `tranfer'
In chan_zap.c at this line it says:
if (p0->tranfer && p1->transfer...................................
It should offcourse say:
if (p0->transfer && p1->transfer.................................
That will solve your problems
Ramon Peek
Trends Telematics BV
The Netherlands
-----Original Message-----
From: Jeff Stokoe [mailto:jeff.stokoe at ntlworld.com]
Sent: zaterdag 12 maart 2005 11:23
To: asterisk-dev at lists.digium.com
Subject: [Asterisk-Dev] Asterisk compilation fails.
Hi
I think I need a little help here. I'm installing asterisk onto an
SME-Server system (basically a heavily butchered RH7.3). I have the very
latest sources from CVS (as at 11th March). I can get asterisk to compile
quite happily unless/until I try to install the Zaptel drivers at which
point I get the following compile fail (on asterisk). Just to make that
absolutelly clear. If I downlload the sources onto a virgin system and
simply compile asterisk it works fine and comes up clean. However, If I
compile zaptel, libpri and then asterisk (in that order), I get the
following error on the asterisk step.
chan_zap.c: In function `zt_bridge':
chan_zap.c:2879: structure has no member named `tranfer'
make[1]: *** [chan_zap.o] Error 1
make[1]: Leaving directory
`/home/e-smith/files/ibays/docs/mods/asterisk/source/
asterisk/channels'
make: *** [subdirs] Error 1
I've been through the boards 'till I'm blue in the face but I can't find
this particular error. Any help would be gratefully appreciated.
Jeff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-dev/attachments/20050312/8013ca01/attachment.htm
More information about the asterisk-dev
mailing list