Ok, I did a few steps forward (I hope) by manually installing 'zlib' & 'glib' libraries, both of which were required by libgtk+-1.2.0
Now, when after the command 'make install' this is what I get:
Making install in po
make[1]: Entering directory `/home/tomasz/Desktop/gtk+-1.2.0/po'
if test -r ".././mkinstalldirs"; then \
.././mkinstalldirs /usr/local/share; \
else \
/bin/sh ../mkinstalldirs /usr/local/share; \
fi
installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/gtk+.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/gtk+.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/gtk+.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/gtk+.mo
installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/gtk+.mo
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/gtk+.mo
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/gtk+.mo
installing ko.gmo as /usr/local/share/locale/ko/LC_MESSAGES/gtk+.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/gtk+.mo
installing no.gmo as /usr/local/share/locale/no/LC_MESSAGES/gtk+.mo
installing pl.gmo as /usr/local/share/locale/pl/LC_MESSAGES/gtk+.mo
installing pt.gmo as /usr/local/share/locale/pt/LC_MESSAGES/gtk+.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/gtk+.mo
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/gtk+.mo
if test "gtk+" = "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
make[1]: Leaving directory `/home/tomasz/Desktop/gtk+-1.2.0/po'
Making install in gdk
make[1]: Entering directory `/home/tomasz/Desktop/gtk+-1.2.0/gdk'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -I.. -DGTK_NO_CHECK_CASTS -DUSE_XIM -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -g -O2 -Wall -c gdk.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Gdk\" -I.. -DGTK_NO_CHECK_CASTS -DUSE_XIM -I/usr/include/glib-1.2 -I/usr/lib/glib/include -D_REENTRANT -g -O2 -Wall -c -fPIC -DPIC gdk.c -o gdk.lo
gdk.c:44:29: error: X11/Xmu/WinUtil.h: No such file or directory
gdk.c: In function 'gdk_set_sm_client_id':
gdk.c:934: warning: pointer targets in passing argument 7 of 'XChangeProperty' differ in signedness
/usr/include/X11/Xlib.h:2065: note: expected 'const unsigned char *' but argument is of type 'const gchar *'
make[1]: *** [gdk.lo] Error 1
make[1]: Leaving directory `/home/tomasz/Desktop/gtk+-1.2.0/gdk'
make: *** [install-recursive] Error 1
If somebody could help me, please! I really want to run this great dictionary on my computer! :/
Bookmarks