Hello list,
The configure of gimp-1.1.23 apparently
has a bug that does not add the correct
path to libintl.h which is located
in ~/gimp-1.1.23/intl/libintl.h (see
below).
The location
../../libgimp/gimpintl.h
should be
../../intl/libgimp/gimpintl.h
This error shows up in all Makefiles
under /plug-ins.
Would someone know where to fix
the configure script in a global
way?
Thanks,
--
Valmor
------------------------------------------------------------------------
Making all in dbbrowser
gmake[3]: Entering directory `/usr/local/src/gimp-1.1.23/plug-ins/dbbrowser'
cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..
-I/usr/local/gtk+/include -I/usr/local/glib/lib/glib/include -I/usr/local/glib/include
-I/usr/local/gimp-1.1.23/include
-DLOCALEDIR=\""/usr/local/gimp-1.1.23/share/locale"\" -g -c dbbrowser.c
"../../libgimp/gimpintl.h", line 39: error(1005): could not open source file
"libintl.h"
# include <libintl.h>
^
1 catastrophic error detected in the compilation of "dbbrowser.c".
Compilation terminated.
gmake[3]: *** [dbbrowser.o] Error 2
gmake[3]: Leaving directory `/usr/local/src/gimp-1.1.23/plug-ins/dbbrowser'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/local/src/gimp-1.1.23/plug-ins'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/local/src/gimp-1.1.23'
gmake: *** [all-recursive-am] Error 2
645.032u 325.889s 18:04.84 89.4% 0+0k 1990+70io 1251pf+0w
------------------------------------------------------------------------