I am trying to compile SFA on my Trixbox installation v2.8.0.3( Asterisk 1.6.0.22-samy-r60). I have followed every instruction but keep on getting this errors when i run the make command.
chan_skype.c:2949: warning: âreturnâ with a value, in function returning void
chan_skype.c:2951: warning: âreturnâ with a value, in function returning void
chan_skype.c: At top level:
chan_skype.c:2956: error: return type is an incomplete type
chan_skype.c: In function âdevstate_providerâ:
chan_skype.c:2964: warning: âreturnâ with a value, in function returning void
chan_skype.c:2969: warning: âreturnâ with a value, in function returning void
chan_skype.c: In function âbuddy_state_changeâ:
chan_skype.c:2984: error: invalid use of void expression
chan_skype.c: In function âaccount_status_changeâ:
chan_skype.c:3003: error: storage size of âtmâ isnât known
chan_skype.c:3051: warning: passing argument 1 of âast_localtimeâ from incompatible pointer type
chan_skype.c:3051: warning: passing argument 2 of âast_localtimeâ from incompatible pointer type
chan_skype.c:3052: error: request for member âtm_gmtoffâ in something not a structure or union
chan_skype.c: In function âload_moduleâ:
chan_skype.c:3195: warning: passing argument 2 of âast_devstate_prov_addâ from incompatible pointer type
make: *** [chan_skype.o] Error 1
[root@trixbox1 skypeforasterisk-1.6.0_1.0.9.2-x86_32]#
Does anyone have an idea of what the problem could be? Any solution would be really appreciated…
Has anyone Successfully implemented SFA on Trixbox?