Lee Jasper wrote:
Hi there,
Hi
'./configure' works on "nessus-core-2.3.1" but 'make' fails with the following error:
Funny, I didn't knew nessus-core version 2.3.1 was published yet. Looks like you are compiling the experimental version, right?
make[1]: Entering directory `/usr/local/src/nessus-core/nessus' gcc -g -O2 `sh ./cflags` -c auth.c gcc -g -O2 `sh ./cflags` -c comm.c comm.c: In function âcomm_update_uiâ: comm.c:99: error: label at end of compound statement make[1]: *** [comm.o] Error 1 make[1]: Leaving directory `/usr/local/src/nessus-core/nessus' make: *** [client] Error 2
Are you using gcc 4? (I think you are) Show us the output of 'gcc --version'
Do I need later versions of these? If so,how do I upgrade etc...
No, this seems to be an issue due to GCC v4 being more strict with C code and Nessus in experimental not compiling with it, try to use an earlier GCC version.
Regards Javier _______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
