so wondering if anyone who has this working can advise how they got GTK/pyGTK to work, Im stuck building pygtk with the following make error, I tried reinstalling GTK package and linking some files but no luck yet.. how did you get GUI working?
BTW I do have w3af console working with the newest CVS just cant get the GUI working yet due to pygtk=>2
Code:
In file included from /usr/local/include/gtk-2.0/gdk/gdkcolor.h:31,
from /usr/local/include/gtk-2.0/gdk/gdkcairo.h:23,
from /usr/local/include/gtk-2.0/gdk/gdk.h:30,
from /usr/local/include/gtk-2.0/gtk/gtk.h:31,
from ./pygtk.h:8,
from gtkunixprintmodule.c:28:
/usr/local/include/gtk-2.0/gdk/gdktypes.h:51:23: error: gdkconfig.h: No such file or directory
make[2]: *** [gtkunixprint_la-gtkunixprintmodule.lo] Error 1
make[2]: Leaving directory `/pentest/web/w3af/extlib/pygtk-2.12.1/gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/pentest/web/w3af/extlib/pygtk-2.12.1'
make: *** [all] Error 2