Hi, I'm compiling nessus on a AIX 4.3.3 box, but the following error is apearing:
cd nasl && make make[1]: Entering directory `/home/tclahr/libnasl/nasl' /bin/sh /home/tclahr/libnasl/libtool --silent gcc -pipe -g -O2 `sh ./cflags` -c nasl_packet_forgery.c /bin/sh /home/tclahr/libnasl/libtool --silent gcc -pipe -g -O2 `sh ./cflags` -c nasl_socket.c nasl_socket.c: In function `nasl_recv': nasl_socket.c:354: warning: passing arg 5 of `getsockopt' from incompatible pointer type nasl_socket.c: In function `nasl_send': nasl_socket.c:498: warning: passing arg 5 of `getsockopt' from incompatible pointer type nasl_socket.c: In function `nasl_close_socket': nasl_socket.c:529: warning: passing arg 5 of `getsockopt' from incompatible pointer type /bin/sh /home/tclahr/libnasl/libtool --silent gcc -pipe -g -O2 `sh ./cflags` -c nasl_crypto.c /bin/sh /home/tclahr/libnasl/libtool --silent gcc -pipe -g -O2 `sh ./cflags` -c nasl_http.c /bin/sh /home/tclahr/libnasl/libtool --silent gcc -pipe -g -O2 `sh ./cflags` -c nasl_host.c /bin/sh /home/tclahr/libnasl/libtool --silent gcc -pipe -g -O2 `sh ./cflags` -c nasl_text_utils.c nasl_text_utils.c: In function `nasl_split': nasl_text_utils.c:966: warning: assignment makes pointer from integer without a cast nasl_text_utils.c: In function `nasl_stridx': nasl_text_utils.c:1167: warning: assignment makes pointer from integer without a cast nasl_text_utils.c: In function `nasl_str_replace': nasl_text_utils.c:1218: warning: assignment makes pointer from integer without a cast /bin/sh /home/tclahr/libnasl/libtool --silent gcc -pipe -g -O2 `sh ./cflags` -c nasl_nessusd_glue.c /bin/sh /home/tclahr/libnasl/libtool --silent gcc -pipe -g -O2 `sh ./cflags` -c nasl_misc_funcs.c nasl_misc_funcs.c: In function `nasl_sort_array': nasl_misc_funcs.c:552: warning: passing arg 4 of `qsort' from incompatible pointer type /bin/sh /home/tclahr/libnasl/libtool --silent gcc -pipe -g -O2 `sh ./cflags` -c capture_packet.c bison -d -v -t -p nasl nasl_grammar.y /bin/sh /home/tclahr/libnasl/libtool --silent gcc -pipe -g -O2 `sh ./cflags` -c nasl_grammar.tab.c /usr/local/share/bison.simple: In function `naslparse': /usr/local/share/bison.simple:219: number of arguments doesn't match prototype /usr/local/share/bison.simple:153: prototype declaration nasl_grammar.y:282: too many arguments to function `naslparse' nasl_grammar.y:380: warning: passing arg 4 of `alloc_expr_cell' from incompatible pointer type nasl_grammar.y:381: warning: passing arg 4 of `alloc_expr_cell' from incompatible pointer type make[1]: *** [nasl_grammar.tab.o] Error 1 make[1]: Leaving directory `/home/tclahr/libnasl/nasl' make: *** [all] Error 2 Anyone has an idea? Obrigado / Regards /* * Thiago Canozzo Lahr .:. I/T Security Brazil * IBM Global Services .:. Email: [EMAIL PROTECTED] * T/L: 6839-7091 .:. Phone: +55 19 3887-7091 */
