Results 1 to 2 of 2

Thread: Need help compiling gtk 2.10.9..

  1. #1
    Join Date
    Dec 2006
    Beans
    79

    Need help compiling gtk 2.10.9..

    Hey guys...i'm trying to compile gtk 2.10.9 but have run into a brick wall. I believe I have all the dependencies needed. ./configure runs fine, but when I do make, I get these errors halfway through...

    Code:
    make[3]: Entering directory `/home/eitan/Desktop/gtk+-2.10.9/gtk'
    make[3]: `gtk-update-icon-cache' is up to date.
    make[3]: Leaving directory `/home/eitan/Desktop/gtk+-2.10.9/gtk'
    GDK_PIXBUF_MODULE_FILE=../gdk-pixbuf/gdk-pixbuf.loaders ./gtk-update-icon-cache --force --ignore-theme-index            \
               --source builtin_icons stock-icons > gtkbuiltincache.h.tmp &&        \
            mv gtkbuiltincache.h.tmp gtkbuiltincache.h
    /home/eitan/Desktop/gtk+-2.10.9/gtk/.libs/lt-gtk-update-icon-cache: symbol lookup error: /home/eitan/Desktop/gtk+-2.10.9/gdk-pixbuf/.libs/libgdk_pixbuf-2.0.so.0: undefined symbol: g_type_register_static_simple
    make[2]: *** [gtkbuiltincache.h] Error 127
    make[2]: Leaving directory `/home/eitan/Desktop/gtk+-2.10.9/gtk'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/eitan/Desktop/gtk+-2.10.9'
    make: *** [all] Error 2
    Any suggestions will be much appreciated! Thanks!

  2. #2
    Join Date
    Dec 2006
    Beans
    79

    Re: Need help compiling gtk 2.10.9..

    bump...still would love to hear suggestions

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •