RSS/Atom feed Twitter
Site is read-only, email is disabled

Compiling gimp2.0-pre1 on Mac OS X

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

Compiling gimp2.0-pre1 on Mac OS X Nevin Kapur 08 Jan 06:52
Nevin Kapur
2004-01-08 06:52:59 UTC (over 20 years ago)

Compiling gimp2.0-pre1 on Mac OS X

I am trying to build gimp2.0-pre1 on Mac OS 10.3.2. My build environment is a mixture of fink packages and local stuff that I installed to satisfy the configure phase. After a long make, the build failed with the following error:

gcc -g -O2 -Wall -o .libs/jpeg jpeg.o -L/sw/lib ../../libgimp/.libs/libgimpui-1.3.dylib /Users/nevinkapur/Desktop/Downloads/gimp-2.0pre1/libgimp/.libs/libgimp-1.3.dylib /Users/nevinkapur/Desktop/Downloads/gimp-2.0pre1/libgimpwidgets/.libs/libgimpwidgets-1.3.dylib -L/usr/X11R6/lib /Users/nevinkapur/Desktop/Downloads/gimp-2.0pre1/libgimpmodule/.libs/libgimpmodule-1.3.dylib ../../libgimpwidgets/.libs/libgimpwidgets-1.3.dylib ../../libgimp/.libs/libgimp-1.3.dylib /Users/nevinkapur/Desktop/Downloads/gimp-2.0pre1/libgimpcolor/.libs/libgimpcolor-1.3.dylib /Users/nevinkapur/Desktop/Downloads/gimp-2.0pre1/libgimpbase/.libs/libgimpbase-1.3.dylib ../../libgimpcolor/.libs/libgimpcolor-1.3.dylib ../../libgimpbase/.libs/libgimpbase-1.3.dylib /sw/lib/libjpeg.dylib /sw/lib/libgtk-x11-2.0.dylib /sw/lib/libgdk-x11-2.0.dylib /sw/lib/libatk-1.0.dylib /sw/lib/libgdk_pixbuf-2.0.dylib /sw/lib/libpangoxft-1.0.dylib /sw/lib/libpangox-1.0.dylib /sw/lib/libpango-1.0.dylib /sw/lib/libgobject-2.0.dylib /sw/lib/libgmodule-2.0.dylib /sw/lib/libglib-2.0.dylib -L/usr/local/lib /usr/local/lib/libexif.dylib -lm /sw/lib/libintl.dylib /sw/lib/libiconv.dylib ld: warning multiple definitions of symbol _locale_charset /sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset /sw/lib/libiconv.dylib(localcharset.o) definition of _locale_charset ld: Undefined symbols:
_libintl_bind_textdomain_codeset
_libintl_bindtextdomain
_libintl_dgettext
make[3]: *** [jpeg] Error 1
make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2

Any pointers on how to getting gimp to build would be appreciated.

-Nevin