
Originally Posted by
m1cha3l
sorry wasnt thinking earlier
i have checked for that file but it is missing
how would i find this file?
will i have to contact the firestarter team
thank you for your help
try looking for gdkconfig.h at
Code:
/usr/lib/gtk-2.0/include/
and try making a symlink in
Code:
/usr/include/gtk-2.0/gdk
You can do this by:
Code:
ln -s /usr/lib/gtk-2.0/include/gdkconfig.h /usr/include/gtk-2.0/gdk
If you do not have the include folder then you will most likely need to upgrade gtk.
Let us know how you get on with it.