Skip to content

Instantly share code, notes, and snippets.

@olsonjeffery
Created March 8, 2011 07:39
Show Gist options
  • Save olsonjeffery/859994 to your computer and use it in GitHub Desktop.
Save olsonjeffery/859994 to your computer and use it in GitHub Desktop.
# jhbuild build -afc on ubuntu natty alpha 3 x64
make[4]: Entering directory `/home/jeff/gnome-shell/source/mutter/src/compositor/plugins'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/jeff/gnome-shell/source/mutter/src/compositor/plugins'
make[4]: Entering directory `/home/jeff/gnome-shell/source/mutter/src'
CCLD mutter
/usr/bin/ld: mutter.o: undefined reference to symbol 'g_printerr'
/usr/bin/ld: note: 'g_printerr' is defined in DSO /home/jeff/gnome-shell/install/lib64/libglib-2.0.so.0 so try adding it to the linker command line
/home/jeff/gnome-shell/install/lib64/libglib-2.0.so.0: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[4]: *** [mutter] Error 1
make[4]: Leaving directory `/home/jeff/gnome-shell/source/mutter/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/jeff/gnome-shell/source/mutter/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/jeff/gnome-shell/source/mutter/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jeff/gnome-shell/source/mutter'
make: *** [all] Error 2
*** Error during phase build of mutter: ########## Error running make *** [20/40]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment