I'd like to use the Gimp on NetBSD 1.4.2.
And try to make Gimp1.1.24.
'make' was passed,
but 'make install' gives me an error.
---------top_of_log-----
Making install in tools
Making install in po
if test -r ".././mkinstalldirs"; then .././mkinstalldirs
/usr/local/share; else /bin/sh ../mkinstalldirs /usr/local/share; fi
installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/gimp.mo
installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/gimp.mo
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/gimp.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/gimp.mo
installing en_GB.gmo as /usr/local/share/locale/en_GB/LC_MESSAGES/gimp.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/gimp.mo
installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/gimp.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/gimp.mo
installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/gimp.mo
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/gimp.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/gimp.mo
installing ko.gmo as /usr/local/share/locale/ko/LC_MESSAGES/gimp.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/gimp.mo
installing no.gmo as /usr/local/share/locale/no/LC_MESSAGES/gimp.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/gimp.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/gimp.mo
installing sk.gmo as /usr/local/share/locale/sk/LC_MESSAGES/gimp.mo
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/gimp.mo
installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/gimp.mo
if test "gimp" = "gettext"; then if test -r ".././mkinstalldirs"; then
.././mkinstalldirs /usr/local/share/gettext/po; else /bin/sh
../mkinstalldirs /usr/local/share/gettext/po; fi; /usr/bin/install -c
-m 644 ./Makefile.in.in /usr/local/share/gettext/po/Makefile.in.in;
else : ; fi
Making install in po-libgimp
if test -r ".././mkinstalldirs"; then .././mkinstalldirs
/usr/local/share; else /bin/sh ../mkinstalldirs /usr/local/share; fi
installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/gimp-libgimp.mo
installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/gimp-libgimp.mo
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/gimp-libgimp.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/gimp-libgimp.mo
installing en_GB.gmo as /usr/local/share/locale/en_GB/LC_MESSAGES/gimp-libgimp.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/gimp-libgimp.mo
installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/gimp-libgimp.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/gimp-libgimp.mo
installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/gimp-libgimp.mo
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/gimp-libgimp.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/gimp-libgimp.mo
installing ko.gmo as /usr/local/share/locale/ko/LC_MESSAGES/gimp-libgimp.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/gimp-libgimp.mo
installing no.gmo as /usr/local/share/locale/no/LC_MESSAGES/gimp-libgimp.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/gimp-libgimp.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/gimp-libgimp.mo
installing sk.gmo as /usr/local/share/locale/sk/LC_MESSAGES/gimp-libgimp.mo
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/gimp-libgimp.mo
installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/gimp-libgimp.mo
if test "gimp-libgimp" = "gettext"; then if test -r
".././mkinstalldirs"; then .././mkinstalldirs
/usr/local/share/gettext/po; else /bin/sh ../mkinstalldirs
/usr/local/share/gettext/po; fi; /usr/bin/install -c -m 644
./Makefile.in.in /usr/local/share/gettext/po/Makefile.in.in; else : ;
fi
Making install in po-plug-ins
file=./`echo uk | sed 's,.*/,,'`.gmo && rm -f $file &&
PATH=../src:$PATH msgfmt -o $file uk.po
msgfmt: not found
*** Error code 127
Stop.
*** Error code 1
Stop.
------enfd_of_log---------
This is my fisrt 'make'
I've checked it's working;
glib-1.2.8
gtk+-1.2.8
gimp-data-extras-1.2.20
What shall I do?
Tatsuya, Tokyo
- Re: Gimp1.1.24;make install error on NetBSD1.4.2 Tatsuya Matsuyama
