Displaying 1 result from an estimated 1 matches for "undebugscript".
Did you mean:
debugscript
2005 Mar 08
0
problem in compiling chan_mISDN
...from incompatible pointer type
make: *** [chan_misdn.o] Error 1
Does anybody have an idea where i got wrong? My Makefile:
asterisk:/usr/src/chan_misdn-beta-0.0.3-rc4 # cat Makefile
#debugscript
DEBUGSCRIPT=sed -e "s/{/{\nchan_misdn_log(\"SEGFAULT_DEBUG:
%d\\\n\",__LINE__)/g"
UNDEBUGSCRIPT=sed -e "s/{/{\nchan_misdn_log(\"SEGFAULT_DEBUG:
%d\\\n\",__LINE__)/g"
#
# The following line tells the makefile where to install the module,
# if necessary, please edit it
#
INSTALL_MODPATH=/usr/lib/asterisk/modules
#
# The following line tells the makefile where to find the...