Hi, > if I want to build a plug-in with gimptool from 1.1.23, I get for > example > > ps.c:62: config.h: No such file or directory > ps.c:74: libgimp/stdplugins-intl.h: No such file or directory > > gimptool --cflags > > gives me > > -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/X11R6/include > > > stdplugins-intl.h has not been installed at /usr/local/include/libgimp. > config.h not installed at /usr/local/include (would not be a good place > although). The behaviour is correct! gimp-tools is spupposed to be a tool to compile plug-ins outside the gimp source tree. Plug-ins that are not part of the standard distribution should never include stdplugins-intl.h, but implement similar macros by themselves. Have a look at gimp-freetype or gimp-plugin-template in CVS. config.h should of course not be installed since it is created by configure. Salut, Sven