search for: asterisk_header_dir

Displaying 4 results from an estimated 4 matches for "asterisk_header_dir".

2005 Mar 17
3
Compilation problem chan_capi and Eicon Diva 4Bri
...pi is installed. I use the latest dev version from eicon compiled and installed for my fedora 2 system. I found the chan_capi for asterisk from www.junghanns.net. Also loaded the patch and applied to the chan_capi source tree. I changed the Makefile to include the capi20.h from eicon: INCLUDE=-I$(ASTERISK_HEADER_DIR) -I/usr/src/linux-2.6.5-1.358/drivers/isdn/hardware/eicon make install gives me the following errors: gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g -I/usr/include -I/usr/src/linux-2.6.5-1.358/drivers/isdn/hardware/eicon -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DCAPI_ES -DCAPI_...
2007 Jan 25
1
Failing to compile chan_capi
...-------------------- Since the configuration method is a bit too much for me, here's part of chan_capi "Makefile". I think I've been blind as I haven't found the documentation for WHAT needs to go WHERE in this Makefile... .PHONY: openpbx INSTALL_PREFIX=/usr/lib/asterisk ASTERISK_HEADER_DIR=/usr/src/asterisk-1.4.0/include MODULES_DIR=/usr/lib/asterisk/modules CONFIG_DIR=/etc/asterisk //---------------------------------------------------------------------------------- If anyone has any idea what I'm doing wrong, please help me, Thanks, Cosmin Prund
2004 Sep 20
1
can't compile chan_capi 0.3.5 under SuSE 9.0
Hi there, the subject says it all... I get the following error messages: ---- mmielke@pbx:~/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
2004 Aug 26
6
chan_capi module
Hello! I have tried to compile the capi module (http://www.junghanns.net/asterisk/downloads/chan_capi.0.3.5.tar.gz) on fedora2 today. ----------- MAKEFILE -------------- ..EXPORT_ALL_VARIABLES: INSTALL_PREFIX= #ASTERISK_HEADER_DIR=$(INSTALL_PREFIX)/usr/include ASTERISK_HEADER_DIR=/usr/include/asterisk #MODULES_DIR=$(INSTALL_PREFIX)/usr/lib/asterisk/modules MODULES_DIR=/usr/lib/asterisk/modules/ PROC=$(shell uname -m) ----------- MAKEFILE SNIP END-------------- Make Error: ------------------------------------------- In...