Skip to content

Instantly share code, notes, and snippets.

@wlach
Created February 7, 2009 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wlach/59907 to your computer and use it in GitHub Desktop.
Save wlach/59907 to your computer and use it in GitHub Desktop.
libtool: link: gcc -g -O2 -Wall -o gnomeshell-taskpanel gnomeshell_taskpanel-gnomeshell-taskpanel.o gnomeshell_taskpanel-shell-panel-window.o -L/home/wlach/gnome-shell/lib64 -L/lib64 -lwnck-1 /usr/lib64/libgtk-x11-2.0.so /usr/lib64/libgdk-x11-2.0.so /usr/lib64/libatk-1.0.so -lpangoft2-1.0 /usr/lib64/libgdk_pixbuf-2.0.so -lgio-2.0 -lpangocairo-1.0 /usr/lib64/libcairo.so /usr/lib64/libpixman-1.so -lpng12 /usr/lib64/libxcb-render-util.so /usr/lib64/libxcb-render.so /usr/lib64/libXrender.so /usr/lib64/libX11.so /usr/lib64/libxcb-xlib.so /usr/lib64/libxcb.so -lXau -ldl -lm -lpango-1.0 /usr/lib64/libfreetype.so -lz -lfontconfig -lgmodule-2.0 /usr/lib64/libdbus-glib-1.so -lnsl -ldbus-1 -lgobject-2.0 -lglib-2.0
/home/wlach/gnome-shell/bin/g-ir-scanner \
--namespace=Big \
--nsversion=1.0 \
--include=ClutterCairo-0.8 \
--program=metacity \
--program-arg=--mutter-plugins=$(pwd)/libgnome-shell.la \
big/box.h big/rectangle.h big/theme-image.h \
big/box.c big/rectangle.c big/theme-image.c \
big-enum-types.h \
-I../src -DPREFIX=\""/home/wlach/gnome-shell"\" -DLIBDIR=\""/home/wlach/gnome-shell/lib64"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Big\" -pthread -I/home/wlach/gnome-shell/include/clutter-0.8/clutter-cairo -I/home/wlach/gnome-shell/include/clutter-0.8 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/librsvg-2 \
-o Big-1.0.gir
(metacity:9865): metacity-WARNING **: Could not load library [/home/wlach/src/gnome-shell/source/gnome-shell/src/libgnome-shell.la (libmozjs.so: cannot open shared object file: No such file or directory)]
(metacity:9865): metacity-CRITICAL **: failed to load plugins
Invalid GType: 'big_box_get_type'
failed to dump: Failed to find symbol 'big_box_get_type'
Command '['metacity', '--mutter-plugins=/home/wlach/src/gnome-shell/source/gnome-shell/src/libgnome-shell.la', '--introspect-dump=/tmp/tmp-introspectkkjsTV/types.txt,/tmp/tmp-introspectkkjsTV/dump.xml']' returned non-zero exit status 1
make[3]: *** [Big-1.0.gir] Error 1
make[3]: Leaving directory `/home/wlach/src/gnome-shell/source/gnome-shell/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/wlach/src/gnome-shell/source/gnome-shell/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/wlach/src/gnome-shell/source/gnome-shell'
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment