Hi there, i have problems to compile gimp-1.1.30. First some error occurs while configuring the make script: --- ... creating devel-docs/pdb/Makefile sed: can't read ./devel-docs/pdb/Makefile.in: No such file or directory ... Checking if your kit is complete... Warning: the following files are missing in your kit: po/Makefile.PL po/update.sh Please inform the author. Warning: prerequisite Parse::RecDescent 1.6 not found at (eval 13) line 220. ... --- While executing make this error occurs: --- make[2]: Entering directory `/usr/src/packages/gimp-1.1.30/libgimp' Makefile:1472: warning: overriding commands for target `makefile.mingw' Makefile:299: warning: ignoring old commands for target `makefile.mingw' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../intl -I../intl -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/gtk-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -DGIMPDIR=\"".gimp-1.1"\" -DDATADIR=\""/usr/local/share/gimp/1.1"\" -DSYSCONFDIR=\""/usr/local/etc/gimp/1.1"\" -DG_LOG_DOMAIN=\"LibGimp\" -DGTK_DISABLE_COMPAT_H -g -O2 -Wall -c gimpchainbutton.c gimpchainbutton.c: In function `gimp_chain_button_class_init': gimpchainbutton.c:110: structure has no member named `type' make[2]: *** [gimpchainbutton.o] Error 1 make[2]: Leaving directory `/usr/src/packages/gimp-1.1.30/libgimp' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/packages/gimp-1.1.30' make: *** [all-recursive-am] Error 2 --- I have installed glib-1.3.2 and gtk+-1.3.2. Can someone tell me, how can I solve this problem? Thanks in advance, Frank Werner