GNOME Bugzilla – Bug 711012
gimpmetadata.h GFile reference halts compilation
Last modified: 2013-10-28 14:33:37 UTC
Compiling on openSuse 12.3 with very recent glib, gegl, babl, gexiv2. Current git code throws this make error: Making all in libgimp make[2]: Entering directory `/home/owner/Source/gimp/libgimp' CC gimpenums.lo In file included from ../libgimpbase/gimpbase.h:32:0, from gimpenums.c:7: ../libgimpbase/gimpmetadata.h:53:51: error: unknown type name 'GFile' ../libgimpbase/gimpmetadata.h:56:51: error: unknown type name 'GFile' make[2]: *** [gimpenums.lo] Error 1 make[2]: Leaving directory `/home/owner/Source/gimp/libgimp' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/owner/Source/gimp' make: *** [all] Error 2 On this machine, Gimp 2.9 has been successfully compiled many times, until now.
The various generates gimpfooenums.c files need to be regenerated, please make sure you have nothing important in your source tree, then do: git clean -xcf and ./autogen.sh again
Argh, it's "git clean -xdf", sorry :)
Ok with -xdf.
Great :)