I am trying to compile the asterisk and if fails at the end on: make[1]: Entering directory `/usr/src/asterisk-0.5.0/pbx' gcc -shared -Xlinker -x -o pbx_gtkconsole.so pbx_gtkconsole.o `gtk-config --libs gthread` /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/../../../../i486-slackware-linux/bin/ld: cannot find -lXext collect2: ld returned 1 exit status make[1]: *** [pbx_gtkconsole.so] Error 1 make[1]: Leaving directory `/usr/src/asterisk-0.5.0/pbx' make: *** [subdirs] Error 1 Anyone know what is wrong? Linpri and zaptel compiled just fine. This is linux slackware 2.4.23 all the latest from 9.1 slackware distrib fresh system install. Thanks, John -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031222/9a62f576/attachment.htm
Sorry for the dup post but never got a reply so I am reposting below: I am trying to compile the asterisk and if fails at the end on: make[1]: Entering directory `/usr/src/asterisk-0.5.0/pbx' gcc -shared -Xlinker -x -o pbx_gtkconsole.so pbx_gtkconsole.o `gtk-config --libs gthread` /usr/lib/gcc-lib/i486-slackware-linux/3.3.2/../../../../i486-slackware-linux/bin/ld: cannot find -lXext collect2: ld returned 1 exit status make[1]: *** [pbx_gtkconsole.so] Error 1 make[1]: Leaving directory `/usr/src/asterisk-0.5.0/pbx' make: *** [subdirs] Error 1 Anyone know what is wrong? Linpri and zaptel compiled just fine. This is linux slackware 2.4.23 all the latest from 9.1 slackware distrib fresh system install. Thanks, John -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031222/5ee2ee2a/attachment.htm
I have loaded the latest cvs (19/08/04). When I try to compile I receive the following error:- bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c ast_expr.y:110: unrecognized: %locations ast_expr.y:110: Skipping to next % ast_expr.y:141: invalid @-construct ast_expr.y:141: $. is invalid ast_expr.y:155: invalid @-construct ast_expr.y:155: $. is invalid ast_expr.y:155: invalid @-construct ast_expr.y:155: $. is invalid make: *** [ast_expr.c] Error 1 Can anyone help ? Best regards Steve Beaumont