Re: [App_rpt-users] SVN app_rpt compile fails
Where is NEW_ASTERISK defined? There is no reason why I have it defined. Dwaine ________________________________ From: Dwaine Garden VE3GIF <dwainegarden@rogers.com> To: Dwaine Garden VE3GIF <dwainegarden@rogers.com> Sent: Wednesday, November 23, 2011 12:03:22 AM Subject: Re: [App_rpt-users] SVN app_rpt compile fails Where is NEW_ASTERISK defined? There is no reason I have it defined. ________________________________ From: Dwaine Garden VE3GIF <dwainegarden@rogers.com> To: "app_rpt-users@ohnosec.org" <app_rpt-users@ohnosec.org> Sent: Tuesday, November 22, 2011 9:07:14 PM Subject: [App_rpt-users] SVN app_rpt compile fails I'm getting a compile error when trying to compile SVN. I can compile most of SVN, but it fails on app_rpt. Anyone seen this problem? [root@AsteriskServer asterisk]# make menuselect/menuselect --check-deps menuselect.makeopts Generating embedded module rules ... make[1]: Entering directory `/usr/src/trunk/asterisk/utils' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/trunk/asterisk/utils' make[1]: Entering directory `/usr/src/trunk/asterisk/agi' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/trunk/asterisk/agi' make[1]: Entering directory `/usr/src/trunk/asterisk/res' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/trunk/asterisk/res' make[1]: Entering directory `/usr/src/trunk/asterisk/channels' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/trunk/asterisk/channels' make[1]: Entering directory `/usr/src/trunk/asterisk/pbx' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/trunk/asterisk/pbx' make[1]: Entering directory `/usr/src/trunk/asterisk/apps' [CC] app_rpt.c -> app_rpt.o app_rpt.c:542: error: âCONFIG_FLAG_WITHCOMMENTSâ undeclared here (not in a function) app_rpt.c: In function âuchameleon_pin_initâ: app_rpt.c:2598: error: too many arguments to function âast_config_loadâ app_rpt.c: In function âdo_dtmf_phoneâ: app_rpt.c:4367: error: too many arguments to function âast_senddigitâ app_rpt.c: In function âdo_dtmf_localâ: app_rpt.c:4435: error: too many arguments to function âast_senddigitâ app_rpt.c: In function âsend_usb_txtâ: app_rpt.c:4977: error: request for member âptrâ in something not a structure or union app_rpt.c: In function âsend_link_plâ: app_rpt.c:5000: error: request for member âptrâ in something not a structure or union app_rpt.c: In function ânode_lookupâ: app_rpt.c:5577: error: too many arguments to function âast_config_loadâ app_rpt.c: In function âforward_node_lookupâ: app_rpt.c:5650: error: too many arguments to function âast_config_loadâ app_rpt.c: At top level: app_rpt.c:5790: warning: âstruct ast_tmâ declared inside parameter list app_rpt.c:5790: warning: its scope is only this definition or declaration, which is probably not what you want app_rpt.c: In function ârpt_localtimeâ: app_rpt.c:5796: warning: passing argument 1 of âast_localtimeâ from incompatible pointer type app_rpt.c:5796: warning: passing argument 2 of âast_localtimeâ from incompatible pointer type app_rpt.c: In function âload_rpt_varsâ: app_rpt.c:5858: error: too many arguments to function âast_config_loadâ make[1]: *** wait: No child processes. Stop. make[1]: *** Waiting for unfinished jobs.... make[1]: *** wait: No child processes. Stop. make: *** wait: No child processes. Stop. make: *** Waiting for unfinished jobs.... make: *** wait: No child processes. Stop. [root@AsteriskServer asterisk]# [root@AsteriskServer asterisk]# [root@AsteriskServer asterisk]# [root@AsteriskServer asterisk]# _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
that is in astver.h (in the /usr/src/astsrc/asterisk directory) It appears that it would only even attempt to use that line of code if it is defined JIM Date: Tue, 22 Nov 2011 21:05:16 -0800 From: dwainegarden@rogers.com To: dwainegarden@rogers.com CC: app_rpt-users@ohnosec.org Subject: Re: [App_rpt-users] SVN app_rpt compile fails Where is NEW_ASTERISK defined? There is no reason why I have it defined. Dwaine From: Dwaine Garden VE3GIF <dwainegarden@rogers.com> To: Dwaine Garden VE3GIF <dwainegarden@rogers.com> Sent: Wednesday, November 23, 2011 12:03:22 AM Subject: Re: [App_rpt-users] SVN app_rpt compile fails Where is NEW_ASTERISK defined? There is no reason I have it defined. From: Dwaine Garden VE3GIF <dwainegarden@rogers.com> To: "app_rpt-users@ohnosec.org" <app_rpt-users@ohnosec.org> Sent: Tuesday, November 22, 2011 9:07:14 PM Subject: [App_rpt-users] SVN app_rpt compile fails I'm getting a compile error when trying to compile SVN. I can compile most of SVN, but it fails on app_rpt. Anyone seen this problem? [root@AsteriskServer asterisk]# make menuselect/menuselect --check-deps menuselect.makeopts Generating embedded module rules ... make[1]: Entering directory `/usr/src/trunk/asterisk/utils' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/trunk/asterisk/utils' make[1]: Entering directory `/usr/src/trunk/asterisk/agi' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/trunk/asterisk/agi' make[1]: Entering directory `/usr/src/trunk/asterisk/res' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/trunk/asterisk/res' make[1]: Entering directory `/usr/src/trunk/asterisk/channels' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/trunk/asterisk/channels' make[1]: Entering directory `/usr/src/trunk/asterisk/pbx' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/trunk/asterisk/pbx' make[1]: Entering directory `/usr/src/trunk/asterisk/apps' [CC] app_rpt.c -> app_rpt.o app_rpt.c:542: error: âCONFIG_FLAG_WITHCOMMENTSâ undeclared here (not in a function) app_rpt.c: In function âuchameleon_pin_initâ: app_rpt.c:2598: error: too many arguments to function âast_config_loadâ app_rpt.c: In function âdo_dtmf_phoneâ: app_rpt.c:4367: error: too many arguments to function âast_senddigitâ app_rpt.c: In function âdo_dtmf_localâ: app_rpt.c:4435: error: too many arguments to function âast_senddigitâ app_rpt.c: In function âsend_usb_txtâ: app_rpt.c:4977: error: request for member âptrâ in something not a structure or union app_rpt.c: In function âsend_link_plâ: app_rpt.c:5000: error: request for member âptrâ in something not a structure or union app_rpt.c: In function ânode_lookupâ: app_rpt.c:5577: error: too many arguments to function âast_config_loadâ app_rpt.c: In function âforward_node_lookupâ: app_rpt.c:5650: error: too many arguments to function âast_config_loadâ app_rpt.c: At top level: app_rpt.c:5790: warning: âstruct ast_tmâ declared inside parameter list app_rpt.c:5790: warning: its scope is only this definition or declaration, which is probably not what you want app_rpt.c: In function ârpt_localtimeâ: app_rpt.c:5796: warning: passing argument 1 of âast_localtimeâ from incompatible pointer type app_rpt.c:5796: warning: passing argument 2 of âast_localtimeâ from incompatible pointer type app_rpt.c: In function âload_rpt_varsâ: app_rpt.c:5858: error: too many arguments to function âast_config_loadâ make[1]: *** wait: No child processes. Stop. make[1]: *** Waiting for unfinished jobs.... make[1]: *** wait: No child processes. Stop. make: *** wait: No child processes. Stop. make: *** Waiting for unfinished jobs.... make: *** wait: No child processes. Stop. [root@AsteriskServer asterisk]# [root@AsteriskServer asterisk]# [root@AsteriskServer asterisk]# [root@AsteriskServer asterisk]# _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
participants (2)
-
Dwaine Garden VE3GIF -
Jim Duuuude