gtk_error



installing gtk 2.10 gives me this error  glib installed fine

Making install in po
make[1]: Entering directory `/home/landie/gtk+-1.2.10/po'
if test -r ".././mkinstalldirs"; then \
  .././mkinstalldirs /usr/local/share; \
else \
  /bin/sh ../mkinstalldirs /usr/local/share; \
fi
installing az.gmo as /usr/local/share/locale/az/LC_MESSAGES/gtk+.mo
installing ca.gmo as /usr/local/share/locale/ca/LC_MESSAGES/gtk+.mo
installing cs.gmo as /usr/local/share/locale/cs/LC_MESSAGES/gtk+.mo
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/gtk+.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/gtk+.mo
installing el.gmo as /usr/local/share/locale/el/LC_MESSAGES/gtk+.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/gtk+.mo
installing et.gmo as /usr/local/share/locale/et/LC_MESSAGES/gtk+.mo
installing eu.gmo as /usr/local/share/locale/eu/LC_MESSAGES/gtk+.mo
installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/gtk+.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/gtk+.mo
installing ga.gmo as /usr/local/share/locale/ga/LC_MESSAGES/gtk+.mo
installing gl.gmo as /usr/local/share/locale/gl/LC_MESSAGES/gtk+.mo
installing hr.gmo as /usr/local/share/locale/hr/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 lt.gmo as /usr/local/share/locale/lt/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 nn.gmo as /usr/local/share/locale/nn/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 pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/gtk+.mo
installing ro.gmo as /usr/local/share/locale/ro/LC_MESSAGES/gtk+.mo
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/gtk+.mo
installing sk.gmo as /usr/local/share/locale/sk/LC_MESSAGES/gtk+.mo
installing sl.gmo as /usr/local/share/locale/sl/LC_MESSAGES/gtk+.mo
installing sp.gmo as /usr/local/share/locale/sp/LC_MESSAGES/gtk+.mo
installing sr.gmo as /usr/local/share/locale/sr/LC_MESSAGES/gtk+.mo
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/gtk+.mo
installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/gtk+.mo
installing uk.gmo as /usr/local/share/locale/uk/LC_MESSAGES/gtk+.mo
installing vi.gmo as /usr/local/share/locale/vi/LC_MESSAGES/gtk+.mo
installing wa.gmo as /usr/local/share/locale/wa/LC_MESSAGES/gtk+.mo
installing zh_CN.GB2312.gmo as /usr/local/share/locale/zh_CN.GB2312/LC_MESSAGES/gtk+.mo
installing zh_TW.Big5.gmo as /usr/local/share/locale/zh_TW.Big5/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/ginstall -c -m 644 ./Makefile.in.in \
		  /usr/local/share/gettext/po/Makefile.in.in; \
else \
  : ; \
fi
make[1]: Leaving directory `/home/landie/gtk+-1.2.10/po'
Making install in gdk
make[1]: Entering directory `/home/landie/gtk+-1.2.10/gdk'
make[2]: Entering directory `/home/landie/gtk+-1.2.10/gdk'
/bin/sh ../mkinstalldirs /usr/local/lib
/bin/sh ../libtool  --mode=install /usr/bin/ginstall -c libgdk.la /usr/local/lib/libgdk.la
/usr/bin/ginstall -c .libs/libgdk-1.2.so.0.9.1 /usr/local/lib/libgdk-1.2.so.0.9.1
(cd /usr/local/lib && rm -f libgdk-1.2.so.0 && ln -s libgdk-1.2.so.0.9.1 libgdk-1.2.so.0)
(cd /usr/local/lib && rm -f libgdk.so && ln -s libgdk-1.2.so.0.9.1 libgdk.so)
/usr/bin/ginstall -c .libs/libgdk.lai /usr/local/lib/libgdk.la
/usr/bin/ginstall -c .libs/libgdk.a /usr/local/lib/libgdk.a
ranlib /usr/local/lib/libgdk.a
chmod 644 /usr/local/lib/libgdk.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh ../mkinstalldirs /usr/local/bin
/bin/sh ../mkinstalldirs /usr/local/include/gtk-1.2/gdk
 /usr/bin/ginstall -c -m 644 gdk.h /usr/local/include/gtk-1.2/gdk/gdk.h
 /usr/bin/ginstall -c -m 644 gdkcursors.h /usr/local/include/gtk-1.2/gdk/gdkcursors.h
 /usr/bin/ginstall -c -m 644 gdkrgb.h /usr/local/include/gtk-1.2/gdk/gdkrgb.h
 /usr/bin/ginstall -c -m 644 gdki18n.h /usr/local/include/gtk-1.2/gdk/gdki18n.h
 /usr/bin/ginstall -c -m 644 gdkkeysyms.h /usr/local/include/gtk-1.2/gdk/gdkkeysyms.h
 /usr/bin/ginstall -c -m 644 gdkprivate.h /usr/local/include/gtk-1.2/gdk/gdkprivate.h
 /usr/bin/ginstall -c -m 644 gdktypes.h /usr/local/include/gtk-1.2/gdk/gdktypes.h
 /usr/bin/ginstall -c -m 644 gdkx.h /usr/local/include/gtk-1.2/gdk/gdkx.h
make[2]: Leaving directory `/home/landie/gtk+-1.2.10/gdk'
make[1]: Leaving directory `/home/landie/gtk+-1.2.10/gdk'
Making install in gtk
make[1]: Entering directory `/home/landie/gtk+-1.2.10/gtk'
make[2]: Entering directory `/home/landie/gtk+-1.2.10/gtk'
/bin/sh ../mkinstalldirs /usr/local/lib
/bin/sh ../libtool  --mode=install /usr/bin/ginstall -c libgtk.la /usr/local/lib/libgtk.la
/usr/bin/ginstall -c .libs/libgtk-1.2.so.0.9.1 /usr/local/lib/libgtk-1.2.so.0.9.1
(cd /usr/local/lib && rm -f libgtk-1.2.so.0 && ln -s libgtk-1.2.so.0.9.1 libgtk-1.2.so.0)
(cd /usr/local/lib && rm -f libgtk.so && ln -s libgtk-1.2.so.0.9.1 libgtk.so)
/usr/bin/ginstall -c .libs/libgtk.lai /usr/local/lib/libgtk.la
/usr/bin/ginstall -c .libs/libgtk.a /usr/local/lib/libgtk.a
/usr/bin/ginstall: .libs/libgtk.a: Input/output error
make[2]: *** [install-libLTLIBRARIES] Error 1
make[2]: Leaving directory `/home/landie/gtk+-1.2.10/gtk'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/landie/gtk+-1.2.10/gtk'
make: *** [install-recursive] Error 1

-- 
SuSe 7.0 Linux 2.4.2 i686 Sun May 6 17:05:00 EDT 2001




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]