ill tried latest build + 01 may build
while doing make:
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ -I../modules/include/ -I/usr/include/ -D_REENTRANT -Wall -g -O2 -MT fw_update.o -MD -MP -MF ".deps/fw_update.Tpo" -c -o fw_update.o fw_update.c; \
then mv -f ".deps/fw_update.Tpo" ".deps/fw_update.Po"; else rm -f ".deps/fw_update.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc -D_REENTRANT -Wall -g -O2 -o vgsmctl vgsmctl.o codec.o power.o pad_timeout.o fw_version.o fw_update.o
mkdir .libs
gcc -D_REENTRANT -Wall -g -O2 -o vgsmctl vgsmctl.o codec.o power.o pad_timeout.o fw_version.o fw_update.o
make[2]: Leaving directory `/visdn- 0.0.0/vgsmctl'
Making all in chan_visdn
make[2]: Entering directory `/visdn-0.0.0/chan_visdn'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include/ -I../modules/include/ -I../libq931/ -I/usr/include/ -I/usr/include/ -D_REENTRANT -D_GNU_SOURCE -Wall -fno-inline -g -O2 -MT chan_visdn.lo -MD -MP -MF ".deps/chan_visdn.Tpo" -c -o chan_visdn.lo chan_visdn.c; \
then mv -f ".deps/chan_visdn.Tpo" ".deps/chan_visdn.Plo"; else rm -f ".deps/chan_visdn.Tpo"; exit 1; fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include/ -I../modules/include/ -I../libq931/ -I/usr/include/ -I/usr/include/ -D_REENTRANT -D_GNU_SOURCE -Wall -fno-inline -g -O2 -MT chan_visdn.lo -MD -MP -MF .deps/chan_visdn.Tpo -c chan_visdn.c -fPIC -DPIC -o .libs/chan_visdn.o
In file included from chan_visdn.c:90:
chan_visdn.h: In function 'to_visdn_chan':
chan_visdn.h:162: error: 'struct ast_channel' has no member named 'tech_pvt'
chan_visdn.c: In function 'visdn_reload_config':
chan_visdn.c:263: warning: implicit declaration of function 'ast_config_load'
chan_visdn.c:263: warning: assignment makes pointer from integer without a cast
chan_visdn.c:275: warning: implicit declaration of function 'ast_config_destroy'
chan_visdn.c: In function 'visdn_q931_is_number_complete':
chan_visdn.c:401: warning: implicit declaration of function 'ast_queue_control'
chan_visdn.c:408: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c: In function 'visdn_request_call':
chan_visdn.c:812: warning: implicit declaration of function 'ast_change_name'
chan_visdn.c:814: warning: implicit declaration of function 'ast_setstate'
chan_visdn.c:857: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:858: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:860: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:860: error: 'AST_PRES_RESTRICTION' undeclared (first use in this function)
chan_visdn.c:860: error: (Each undeclared identifier is reported only once
chan_visdn.c:860: error: for each function it appears in.)
chan_visdn.c:861: error: 'AST_PRES_ALLOWED' undeclared (first use in this function)
chan_visdn.c:866: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:878: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:891: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:895: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:896: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:900: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c: In function 'visdn_bridge':
chan_visdn.c:1195: error: 'AST_BRIDGE_FAILED_NOWARN' undeclared (first use in this function)
chan_visdn.c:1347: error: 'AST_BRIDGE_COMPLETE' undeclared (first use in this function)
chan_visdn.c: In function 'visdn_indicate':
chan_visdn.c:1433: warning: implicit declaration of function 'ast_bridged_channel'
chan_visdn.c:1434: error: invalid type argument of '->'
chan_visdn.c:1546: error: invalid type argument of '->'
chan_visdn.c: In function 'visdn_hangup':
chan_visdn.c:1898: error: 'struct ast_channel' has no member named 'tech_pvt'
chan_visdn.c: In function 'visdn_new':
chan_visdn.c:2024: warning: implicit declaration of function 'ast_channel_alloc'
chan_visdn.c:2024: warning: assignment makes pointer from integer without a cast
chan_visdn.c:2054: error: 'struct ast_channel' has no member named 'rawreadformat'
chan_visdn.c:2055: error: 'struct ast_channel' has no member named 'rawwriteformat'
chan_visdn.c:2059: error: 'struct ast_channel' has no member named 'tech'
chan_visdn.c:2060: error: 'struct ast_channel' has no member named 'tech_pvt'
chan_visdn.c: At top level:
chan_visdn.c:2114: error: variable 'visdn_tech' has initializer but incomplete type
chan_visdn.c:2115: error: unknown field 'type' specified in initializer
chan_visdn.c:2115: warning: excess elements in struct initializer
chan_visdn.c:2115: warning: (near initialization for 'visdn_tech')
chan_visdn.c:2116: error: unknown field 'description' specified in initializer
chan_visdn.c:2116: warning: excess elements in struct initializer
chan_visdn.c:2116: warning: (near initialization for 'visdn_tech')
chan_visdn.c:2117: error: unknown field 'capabilities' specified in initializer
chan_visdn.c:2117: warning: excess elements in struct initializer
chan_visdn.c:2117: warning: (near initialization for 'visdn_tech')
chan_visdn.c:2118: error: unknown field 'requester' specified in initializer
chan_visdn.c:2118: warning: excess elements in struct initializer
chan_visdn.c:2118: warning: (near initialization for 'visdn_tech')
chan_visdn.c:2119: error: unknown field 'call' specified in initializer
chan_visdn.c:2119: warning: excess elements in struct initializer
chan_visdn.c:2119: warning: (near initialization for 'visdn_tech')
chan_visdn.c:2120: error: unknown field 'hangup' specified in initializer
chan_visdn.c:2120: warning: excess elements in struct initializer
chan_visdn.c:2120: warning: (near initialization for 'visdn_tech')
chan_visdn.c:2121: error: unknown field 'answer' specified in initializer
chan_visdn.c:2121: warning: excess elements in struct initializer
chan_visdn.c:2121: warning: (near initialization for 'visdn_tech')
chan_visdn.c:2122: error: unknown field 'read' specified in initializer
chan_visdn.c:2122: warning: excess elements in struct initializer
chan_visdn.c:2122: warning: (near initialization for 'visdn_tech')
chan_visdn.c:2123: error: unknown field 'write' specified in initializer
chan_visdn.c:2123: warning: excess elements in struct initializer
chan_visdn.c:2123: warning: (near initialization for 'visdn_tech')
chan_visdn.c:2124: error: unknown field 'indicate' specified in initializer
chan_visdn.c:2124: warning: excess elements in struct initializer
chan_visdn.c:2124: warning: (near initialization for 'visdn_tech')
chan_visdn.c:2125: error: unknown field 'transfer' specified in initializer
chan_visdn.c:2125: warning: excess elements in struct initializer
chan_visdn.c:2125: warning: (near initialization for 'visdn_tech')
chan_visdn.c:2126: error: unknown field 'fixup' specified in initializer
chan_visdn.c:2126: warning: excess elements in struct initializer
chan_visdn.c:2126: warning: (near initialization for 'visdn_tech')
chan_visdn.c:2127: error: unknown field 'send_digit' specified in initializer
chan_visdn.c:2127: warning: excess elements in struct initializer
chan_visdn.c:2127: warning: (near initialization for 'visdn_tech')
chan_visdn.c:2128: error: unknown field 'bridge' specified in initializer
chan_visdn.c:2128: warning: excess elements in struct initializer
chan_visdn.c:2128: warning: (near initialization for 'visdn_tech')
chan_visdn.c:2129: error: unknown field 'send_text' specified in initializer
chan_visdn.c:2129: warning: excess elements in struct initializer
chan_visdn.c:2129: warning: (near initialization for 'visdn_tech')
chan_visdn.c:2130: error: unknown field 'setoption' specified in initializer
chan_visdn.c:2130: warning: excess elements in struct initializer
chan_visdn.c:2130: warning: (near initialization for 'visdn_tech')
chan_visdn.c: In function 'visdn_q931_info_indication':
chan_visdn.c:2670: warning: implicit declaration of function 'ast_queue_frame'
chan_visdn.c: In function 'visdn_q931_resume_indication':
chan_visdn.c:2935: error: invalid type argument of '->'
chan_visdn.c:2944: warning: passing argument 1 of 'to_visdn_chan' makes pointer from integer without a cast
chan_visdn.c:2960: warning: passing argument 1 of 'ast_moh_stop' makes pointer from integer without a cast
chan_visdn.c: In function 'visdn_cgpn_to_pres':
chan_visdn.c:3056: error: 'AST_PRES_ALLOWED' undeclared (first use in this function)
chan_visdn.c:3060: error: 'AST_PRES_RESTRICTED' undeclared (first use in this function)
chan_visdn.c:3064: error: 'AST_PRES_UNAVAILABLE' undeclared (first use in this function)
chan_visdn.c: In function 'visdn_rewrite_and_assign_cli':
chan_visdn.c:3144: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3155: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3157: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c: In function 'visdn_handle_clip_nt':
chan_visdn.c:3172: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3173: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3173: error: 'AST_PRES_NETWORK_NUMBER' undeclared (first use in this function)
chan_visdn.c:3183: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3184: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3190: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3191: error: 'AST_PRES_USER_NUMBER_UNSCREENED' undeclared (first use in this function)
chan_visdn.c:3201: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3202: error: 'AST_PRES_USER_NUMBER_PASSED_SCREEN' undeclared (first use in this function)
chan_visdn.c:3206: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3208: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c: In function 'visdn_q931_setup_indication':
chan_visdn.c:3410: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3411: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3413: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3414: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3422: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3422: error: 'AST_PRES_RESTRICTED' undeclared (first use in this function)
chan_visdn.c:3424: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3424: error: 'AST_PRES_ALLOWED' undeclared (first use in this function)
chan_visdn.c:3427: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3430: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3432: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3437: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3438: error: 'AST_PRES_UNAVAILABLE' undeclared (first use in this function)
chan_visdn.c:3439: error: 'AST_PRES_NETWORK_NUMBER' undeclared (first use in this function)
chan_visdn.c:3448: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3449: error: 'AST_PRES_USER_NUMBER_UNSCREENED' undeclared (first use in this function)
chan_visdn.c:3453: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3454: error: 'AST_PRES_USER_NUMBER_PASSED_SCREEN' undeclared (first use in this function)
chan_visdn.c:3458: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3459: error: 'AST_PRES_USER_NUMBER_FAILED_SCREEN' undeclared (first use in this function)
chan_visdn.c:3463: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3470: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3475: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3480: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3490: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c:3503: error: 'struct ast_channel' has no member named 'cid'
chan_visdn.c: In function 'visdn_q931_suspend_indication':
chan_visdn.c:3741: warning: passing argument 1 of 'ast_moh_start' makes pointer from integer without a cast
chan_visdn.c:3743: error: invalid type argument of '->'
chan_visdn.c:3750: warning: passing argument 1 of 'to_visdn_chan' makes pointer from integer without a cast
chan_visdn.c: In function 'load_module':
chan_visdn.c:4954: warning: passing argument 1 of 'ast_channel_register' from incompatible pointer type
chan_visdn.c:4954: error: too few arguments to function 'ast_channel_register'
chan_visdn.c: In function 'unload_module':
chan_visdn.c:5015: warning: passing argument 1 of 'ast_channel_unregister' from incompatible pointer type
chan_visdn.c: In function 'to_visdn_chan':
chan_visdn.h:163: warning: control reaches end of non-void function
make[2]: *** [chan_visdn.lo] Fout 1
make[2]: Leaving directory `/visdn-0.0.0/chan_visdn'
make[1]: *** [all-recursive] Fout 1
make[1]: Leaving directory `/visdn-0.0.0'
make: *** [all] Fout 2
[EMAIL PROTECTED] visdn-0.0.0]# cd /usr
---------------------------------------------------------------------------------
Not sure what todo Thnx for your help
Regards Bram
_______________________________________________ Visdn-hackers mailing list [email protected] https://mailman.uli.it/mailman/listinfo/visdn-hackers
