Hallo, wollte eben mein Asterisk mal update und hab dazu die neuesten Version geladen. Leider kompiliert er nicht zu Ende:
Das System ist ein Debian stable mit 2.6.15er backport Kernel.
Hat irgendwer Ideen woran es liegen könnte?
Code:
gcc -shared -Xlinker -x -L/usr/lib -o chan_misdn.so chan_misdn.o misdn_config.o misdn/chan_misdn_lib.a -lisdnnet -lmISDN
gcc -c -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer -Imisdn -Wno-missing-prototypes -Wno-missing-declarations -DZAPATA_PRI -DIAX_TRUNKING -DCRYPTO -fPIC -o chan_zap.o chan_zap.c
chan_zap.c: In Funktion »pri_dchannel«:
chan_zap.c:9025: error: structure has no member named `call'
make[1]: *** [chan_zap.o] Fehler 1
make[1]: Leaving directory `/usr/src/asterisk-1.2.11/channels'
make: *** [subdirs] Fehler 1
Hat irgendwer Ideen woran es liegen könnte?