GNOME Bugzilla – Bug 323085
CVS HEAD build error, libgimpmath missed in Makefile.am
Last modified: 2005-12-05 12:03:14 UTC
many plugins referenced gimp_matrix2_get_type(...) but did not include it in the LDD. /usr/local/opt/cvs/gnome2/gimp/libgimpconfig/.libs/libgimpconfig-2.0.so.0: undefined reference to `gimp_matrix2_get_type' collect2: ld returned 1 exit status make[3]: *** [metadata] 错误 1 make[3]: Leaving directory `/usr/local/opt/cvs/gnome2/gimp/plug-ins/metadata' make[2]: *** [all-recursive] 错误 1 make[2]: Leaving directory `/usr/local/opt/cvs/gnome2/gimp/plug-ins' make[1]: *** [all-recursive] 错误 1 make[1]: Leaving directory `/usr/local/opt/cvs/gnome2/gimp' make: *** [all] 错误 2
Created attachment 55564 [details] [review] patch to fix the build error patch to fix the build error
This is actually a bug in your linker, see bug #314513.
Even though it's not really a GIMP bug, I have done some changes based on your patch: 2005-12-05 Sven Neumann <sven@gimp.org> * plug-ins/common/mkgen.pl * plug-ins/faxg3/Makefile.am * plug-ins/help/Makefile.am * plug-ins/metadata/Makefile.am: workaround for libtool brokeness on Linux (bug #314513 and bug #323085) * plug-ins/common/Makefile.am: regenerated.