#------------------------------------------------------------------------------ # Copyright (c) 2001-2022 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2007-03-18 jed # Last Update: $Id: build_dnsip.txt 4538 2005-09-18 19:52:39Z jed $ # # !!! this is not a script but an step-by-step howto !!! #------------------------------------------------------------------------------ exit 1 # - needs the following library packages to be build: libcapi20 libcapi20-dev # - needs the following packages to be build: ### download wget http://ibp-consult.com/developer/download/capi2text_src.tar.gz or better take the modified v0.18 from the eisfair SVN repository. ### extract tar xvzf capi2text_src.tar.gz tar xvzf capi2text-0.18.tar.gz cd capi2text ### build make gcc -Wall -static -c capiconn.c capiconn.c: In function 'check_incoming_complete': capiconn.c:955: warning: pointer targets in initialization differ in signedness capiconn.c:973: warning: pointer targets in passing argument 4 of 'cb->incoming' differ in signedness capiconn.c:973: warning: pointer targets in passing argument 5 of 'cb->incoming' differ in signedness capiconn.c: In function 'handle_callednumber_info': capiconn.c:1106: warning: pointer targets in passing argument 3 of 'extend_callednumber' differ in signedness gcc -Wall -static -c capitotext.c gcc -lcapi20 -L/usr/lib capiconn.o capitotext.o -o capitotext strip -s capitotext