I get these errors, and i am stuck here. I don't know what to do. I am using latest stable Zaptel 1.0.4 and Asterisk 1.0.5. I just ran it on a freinds machine and it went well there. chan_zap.c:3647: dereferencing pointer to incomplete type chan_zap.c:3648: dereferencing pointer to incomplete type chan_zap.c:3651: dereferencing pointer to incomplete type chan_zap.c:3652: dereferencing pointer to incomplete type chan_zap.c:3653: dereferencing pointer to incomplete type chan_zap.c:3654: break statement not within loop or switch chan_zap.c:3655: case label not within a switch statement chan_zap.c:3656: case label not within a switch statement chan_zap.c:3657: case label not within a switch statement chan_zap.c:3658: case label not within a switch statement chan_zap.c:3659: case label not within a switch statement chan_zap.c:3660: dereferencing pointer to incomplete type chan_zap.c:3661: break statement not within loop or switch chan_zap.c:3662: default label not within a switch statement chan_zap.c:3663: break statement not within loop or switch chan_zap.c:3665: break statement not within loop or switch chan_zap.c:3666: default label not within a switch statement chan_zap.c:3667: dereferencing pointer to incomplete type chan_zap.c:3669: dereferencing pointer to incomplete type chan_zap.c:3670: confused by earlier errors, bailing out make[1]: *** [chan_zap.o] Error 2 make[1]: Leaving directory `/usr/src/asterisk/asterisk-1.0.5/channels' make: *** [subdirs] Error 1 [root@perserver asterisk-1.0.5]# Per
On Sunday 30 January 2005 23:29, helpme@per-s.dk wrote:> I get these errors, and i am stuck here. I don't know what to do. > I am using latest stable Zaptel 1.0.4 and Asterisk 1.0.5. I just ran it on > a freinds machine and it went well there.[...]> chan_zap.c:3669: dereferencing pointer to incomplete type > chan_zap.c:3670: confused by earlier errors, bailing out > make[1]: *** [chan_zap.o] Error 2 > make[1]: Leaving directory `/usr/src/asterisk/asterisk-1.0.5/channels' > make: *** [subdirs] Error 1 > [root@perserver asterisk-1.0.5]#It's not the last errors which are important, but the first. B