On Mon, Sep 20, 2004 at 01:45:19PM +0200, Martin Mielke wrote: > [EMAIL PROTECTED]:~/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 -DUNSTABLE_CVS -Wno-missing-prototypes > -Wno-missing-declarations -DCRYPTO -c -o chan_capi.o chan_capi.c > chan_capi.c:23:31: asterisk/features.h: No such file or directory > chan_capi.c:24:28: asterisk/utils.h: No such file or directory
Have a look at the Makefile in the ./chan_capi-0.3.5/ directory: INSTALL_PREFIX= ASTERISK_HEADER_DIR=$(INSTALL_PREFIX)/usr/include INCLUDE=-I$(ASTERISK_HEADER_DIR) If asterisk has not already been installed, you have to adjust the Makefile. It may be easier first to install asterisk without chan_capi and to build chan_capi in a second step. > Is there any chance to find the RPM for chan_capi 0.3.5?? :) It would be possible to build some asterisk rpm and a matching chan_capi rpm, but as far as I know there is no rpm available for the SuSE 9.0 distribution. -- Stefan Tichy <[EMAIL PROTECTED]> _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
