I use stable CVS asterisk and it is working without problems. But now i am trying to compile chan_capi 0.3.5 module and i get following error /usr/src/chan_capi-0.3.5# make gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g -I/usr/include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DCAPI_ES -DCAPI_GAIN -DCAPI_SYNC -Wno-missing-prototypes -Wno-missing-declarations -DCRYPTO -c -o chan_capi.o chan_capi.c chan_capi.c:23: asterisk/features.h: No such file or directory chan_capi.c:24: asterisk/utils.h: No such file or directory chan_capi.c: In function `restart_monitor': chan_capi.c:2278: warning: implicit declaration of function `ast_pthread_create' make: *** [chan_capi.o] Error 1 I am using debian stable, kernel 2.4.28 greetings Milos -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041207/15feaa3b/attachment.htm
On Tue, 2004-12-07 at 11:36 +0100, Milos Kocbek wrote: [snip]> chan_capi.c:23: asterisk/features.h: No such file or directory > chan_capi.c:24: asterisk/utils.h: No such file or directory[snip] Iirc you don't have the asterisk header files installed. They are installed when you do "make install" in the asterisk src directory. Install them and try again. Regards, Patrick