I have been trying to compile GIMP for the last few days from source and I am having an issue with libmypaint.
I have read the REAMDME, and install all dependencies via MacPort. The autogen.sh file completes, but when I run the ./configure, I get the
following line of code:
checking for libintl.h... yes
checking for ngettext in libc... no
checking for bindtextdomain in -lintl... no
checking if -liconv is needed to use gettext...
checking for ngettext in -lintl... no
checking for library containing dgettext... no
configure: error: no dgettext
I am on OSX
, and have installed the following packages via macports
:
sudo port install gtk2 gegl-0.3 babl atk fontconfig freetype harfbuzz gdk-pixbuf2 glib2 bzip2 libpng xz zlib aalib ghostscript jasper libmng librsvg xpm openexr swig scons json-c py27-numpy py27-scipy py27-pyobjc py27-py2app py27-macholib py27-modulegraph py27-altgraph py27-pyobjc-cocoa lcms2 py27-gobject3 hicolor-icon-theme php71 mhash php_select php71-gettext gobject-introspection intltool automake autoconf libcxx
Any help will be appreciated
Regards