Hi, Václav Hlobil <megadesign@xxxxxxxx> writes: > I tried to compile gimp-1.3.4 on my i386/RedHat7.0, but with no success. > > I think I have all what is required, ./configure was without errors, but > after make I got this messages: > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/gtk+-2.0.0/include/gtk-2.0 > -I/usr/local/gtk+-2.0.0/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 > -I/usr/local/include/pango-1.0 -I/usr/X11R6/include > -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include > -I/usr/local/gimp-1.3.4/include -DGIMPDIR=\".gimp-1.3\" > -DDATADIR=\"/usr/local/gimp-1.3.4/share/gimp/1.3\" > -DSYSCONFDIR=\"/usr/local/gimp-1.3.4/etc/gimp/1.3\" > -DG_LOG_DOMAIN=\"LibGimpWidgets\" -DG_DISABLE_DEPRECATED > -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED > -DGTK_DISABLE_DEPRECATED -g -O2 -Wall -c gimpstock.c -fPIC -DPIC -o > .libs/gimpstock.lo > gimpstock.c:162: `stock_button_anchor' undeclared here (not in a function) > gimpstock.c:162: initializer element is not constant > gimpstock.c:162: (near initialization for > `gimp_stock_button_pixbufs[0].inline_data') > gimpstock.c:163: `stock_button_duplicate' undeclared here (not in a function) > gimpstock.c:163: initializer element is not constant > gimpstock.c:163: (near initialization for > `gimp_stock_button_pixbufs[1].inline_data') > > ***** [ much of similar messages ] **** are you sure there have been no errors at the beginning of the compilation in the themes directory? This is the place where inline data for the stock pixbufs is generated. Most probably something went wrong there. Try to run make clean in the themes directory, then give it another try. Salut, Sven