On Thu, Jul 24, 2003 at 08:35:31PM -0500, Bob Mahan wrote: > Hi All, > > I am having the same sort of problem with 2.0.7 in attempting to install > from the tarballs onto a Redhat 9.0 box where it doesn't seem to be > ignoring my "--disable-gtk" flag in nessus-core. I attempted to fix the > problem here which I thought was I was missing the gtk-devel stuff, but > after installing that and all its dependencies I still am unable to get > the client to compile using gtk2. I have gtk1.2 installed as well and > the gtk.h file is in /usr/include, but still not working. > > casm> # make > cd nessus && make > make[1]: Entering directory `/root/pkgs/nessus-core/nessus' > gcc -g -O2 `sh ./cflags` -c xstuff.c > xstuff.c:32:21: gtk/gtk.h: No such file or directory > In file included from xstuff.c:35: > xstuff.h:24: parse error before '*' token
Do : cd nessus-core make distclean ./configure --disable-gtk make && make install
