I'm new to this list so I am sorry if I am asking a stupid question. I have downloaded all of the OpenVAS 3.x source code and have been able to compile most of it. I have run into problems with the openvas administrator though. After running cmake I get the following errors after running make:
cc1: warnings being treated as errors /downloads/openvas-administrator-0.8.0/src/admin.c: In function 'openvas_sync_script_perform_selftest': /downloads/openvas-administrator-0.8.0/src/admin.c:976: warning: implicit declaration of function 'g_assert_cmpstr' /downloads/openvas-administrator-0.8.0/src/admin.c:976: error: expected expression before '==' token /downloads/openvas-administrator-0.8.0/src/admin.c: In function 'openvas_get_sync_script_identification': /downloads/openvas-administrator-0.8.0/src/admin.c:1047: error: expected expression before '==' token /downloads/openvas-administrator-0.8.0/src/admin.c: In function 'openvas_get_sync_script_description': /downloads/openvas-administrator-0.8.0/src/admin.c:1135: error: expected expression before '==' token /downloads/openvas-administrator-0.8.0/src/admin.c: In function 'openvas_get_sync_script_feed_version': /downloads/openvas-administrator-0.8.0/src/admin.c:1202: error: expected expression before '==' token make[2]: *** [src/CMakeFiles/admin.dir/admin.c.o] Error 1 make[2]: Leaving directory '/downloads/openvas-administrator-0.8.0' make[1]: *** [src/CMakeFiles/admin.dir/all] Error 2 make[1]: Leaving directory '/downloads/openvas-administrator-0.8.0' It seems that all of the required libraries can be found but I can't figure out what is going on. The lines generating the errors seem to be related to a call to g_assert_cmpstr. The server I am working on is Centos 5.4. Any help would really be appreciated. Thanks, Darryl
_______________________________________________ Openvas-discuss mailing list [email protected] http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss
