Am Donnerstag, den 07.10.2010, 16:30 +0400 schrieb Ledabe: > I'm trying to compile gnome3 with jhbuild for testing purpose. > /home/simon/checkout/gnome/gtk+-3/gtk/tmp-introspect9H2Wmj/.libs/Gtk-3.0: > symbol lookup error: /opt/gnome/lib/libcairo-gobject.so.2: undefined symbol: > cairo_region_destroy > Command > '['/home/simon/checkout/gnome/gtk+-3/gtk/tmp-introspect9H2Wmj/Gtk-3.0', > '--introspect-dump=/home/simon/checkout/gnome/gtk+-3/gtk/tmp-introspect9H2Wmj/types.txt,/home/simon/checkout/gnome/gtk+-3/gtk/tmp-introspect9H2Wmj/dump.xml']' > returned non-zero exit status 127 > make[4]: *** [Gtk-3.0.gir] Error 1
When it comes to introspection errors I normally recommend a make distclean first (bad experiences in the past, too). Which moduleset do you use in .jhbuildrc? Which cairo version was compiled? 1.10.0? (This is the "Is your jhbuild checkout with its modulesets up-to-date?" question). You can also find the package with the version number in its name in your git checkout directory in the subdirectory "pkgs". If it's not cairo 1.10.0, I'd recommend to go to your jhbuild checkout directory and run "git pull" to update your checkout (and the modulesets), and try again. andre -- mailto:[email protected] | failed http://blogs.gnome.org/aklapper _______________________________________________ gnome-love mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-love
