On Tue, Aug 09, 2005 at 05:42:04PM +0800, [EMAIL PROTECTED] wrote: > [EMAIL PROTECTED] nessus-core]# make > > cd nessus && make > > make[1]: Entering directory `/root/nessus/nessus-core/nessus' > > gcc -g -O2 `sh ./cflags` -c xstuff.c > > xstuff.c:32:21: error: gtk/gtk.h: No such file or directory
You need the header files for GTK; on Fedora Core you'd typically get them by installing 'gtk+-devel', I believe. George -- [EMAIL PROTECTED] _______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
