Skip to content

Instantly share code, notes, and snippets.

@knewter
Created May 2, 2009 00:11
Show Gist options
  • Save knewter/105330 to your computer and use it in GitHub Desktop.
Save knewter/105330 to your computer and use it in GitHub Desktop.
--(jadams@goro)-(44/pts/2)-(1910/01-May-09)--
--($:~/software/gnome-shell)(sander-master)-- jhbuild shell
__ _ ___ _ __ ___
/ _` |/ _ \| '__/ _ \
| (_| | (_) | | | (_) |
\__, |\___/|_| \___/
|___/
Great men can't be ruled. -Ayn Rand
--(jadams@goro)-(1/pts/2)-(1910/01-May-09)--
--($:~/software/gnome-shell)(sander-master)-- make
/bin/bash ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash ./configure --enable-maintainer-mode LDFLAGS=-L/home/jadams/gnome-shell/install/lib64 --no-create --no-recursion
checking for a BSD-compatible install... /home/jadams/bin/install-check
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for GStreamer (needed for recording functionality)... yes
checking for TEST_SHELL_RECORDER... yes
checking for MUTTER_PLUGIN... yes
checking for TIDY... yes
checking for BIG... yes
checking for GDMUSER... yes
checking for TRAY... yes
checking for TASKPANEL... yes
checking for LIBGNOMEUI... yes
checking for fdwalk... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.0.0... yes (version 2.20.1)
checking for metacity... /home/jadams/gnome-shell/install/bin/metacity
configure: creating ./config.status
/bin/bash ./config.status
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating js/Makefile
config.status: creating js/ui/Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
cd . && /bin/bash /home/jadams/software/gnome-shell/config/missing --run autoheader
rm -f stamp-h1
touch config.h.in
make all-recursive
make[1]: Entering directory `/home/jadams/software/gnome-shell'
Making all in data
make[2]: Entering directory `/home/jadams/software/gnome-shell/data'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jadams/software/gnome-shell/data'
Making all in js
make[2]: Entering directory `/home/jadams/software/gnome-shell/js'
Making all in ui
make[3]: Entering directory `/home/jadams/software/gnome-shell/js/ui'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jadams/software/gnome-shell/js/ui'
make[3]: Entering directory `/home/jadams/software/gnome-shell/js'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jadams/software/gnome-shell/js'
make[2]: Leaving directory `/home/jadams/software/gnome-shell/js'
Making all in src
make[2]: Entering directory `/home/jadams/software/gnome-shell/src'
glib-genmarshal \
--prefix=_tidy_marshal \
--header \
./tidy/tidy-marshal.list > xgen-tmh && \
(cmp -s xgen-tmh tidy-marshal.h || cp -f xgen-tmh tidy-marshal.h) && \
rm -f xgen-tmh && \
echo timestamp > stamp-tidy-marshal.h
(echo "#include \"tidy-marshal.h\"" ; \
glib-genmarshal \
--prefix=_tidy_marshal \
--body \
./tidy/tidy-marshal.list ) > xgen-tmc && \
cp -f xgen-tmc tidy-marshal.c && \
rm -f xgen-tmc
glib-genmarshal \
--prefix=_na_marshal \
--header \
./tray/na-marshal.list > xgen-tmh && \
(cmp -s xgen-tmh na-marshal.h || cp -f xgen-tmh na-marshal.h) && \
rm -f xgen-tmh && \
echo timestamp > stamp-na-marshal.h
(echo "#include \"na-marshal.h\"" ; \
glib-genmarshal \
--prefix=_na_marshal \
--body \
./tray/na-marshal.list ) > xgen-tmc && \
cp -f xgen-tmc na-marshal.c && \
rm -f xgen-tmc
glib-genmarshal \
--prefix=_shell_marshal \
--header \
./shell-marshal.list > xgen-tmh && \
(cmp -s xgen-tmh shell-marshal.h || cp -f xgen-tmh shell-marshal.h) && \
rm -f xgen-tmh && \
echo timestamp > stamp-shell-marshal.h
(echo "#include \"shell-marshal.h\"" ; \
glib-genmarshal \
--prefix=_shell_marshal \
--body \
./shell-marshal.list ) > xgen-tmc && \
cp -f xgen-tmc shell-marshal.c && \
rm -f xgen-tmc
make all-am
make[3]: Entering directory `/home/jadams/software/gnome-shell/src'
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr/local"\" -DLIBDIR=\""/usr/local/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Tidy\" -pthread -D_REENTRANT -DWITH_CLUTTER -DMETACITY_MAJOR_VERSION=2 -DMETACITY_MINOR_VERSION=27 -DMETACITY_MICRO_VERSION=0 -DMETACITY_CLUTTER_PLUGIN_API_VERSION=2 -DMUTTER_PLUGIN_DIR="/home/jadams/gnome-shell/install/lib64/metacity/plugins/clutter" -DXP_UNIX -DJS_THREADSAFE -DORBIT2=1 -I/home/jadams/gnome-shell/install/include/clutter-0.9 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/home/jadams/gnome-shell/install/include/metacity-1/metacity-private -I/home/jadams/gnome-shell/install/include/gjs-1.0 -I/usr/include/xulrunner-1.9.0.9/unstable -I/home/jadams/gnome-shell/install/include/gobject-introspection-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/xulrunner-1.9.0.10/stable -I/usr/include/nspr -I/usr/include/gnome-menus -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -g -O2 -Wall -MT libtidy_1_0_la-tidy-grid.lo -MD -MP -MF .deps/libtidy_1_0_la-tidy-grid.Tpo -c -o libtidy_1_0_la-tidy-grid.lo `test -f 'tidy/tidy-grid.c' || echo './'`tidy/tidy-grid.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Tidy\" -pthread -D_REENTRANT -DWITH_CLUTTER -DMETACITY_MAJOR_VERSION=2 -DMETACITY_MINOR_VERSION=27 -DMETACITY_MICRO_VERSION=0 -DMETACITY_CLUTTER_PLUGIN_API_VERSION=2 -DMUTTER_PLUGIN_DIR=/home/jadams/gnome-shell/install/lib64/metacity/plugins/clutter -DXP_UNIX -DJS_THREADSAFE -DORBIT2=1 -I/home/jadams/gnome-shell/install/include/clutter-0.9 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/home/jadams/gnome-shell/install/include/metacity-1/metacity-private -I/home/jadams/gnome-shell/install/include/gjs-1.0 -I/usr/include/xulrunner-1.9.0.9/unstable -I/home/jadams/gnome-shell/install/include/gobject-introspection-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/xulrunner-1.9.0.10/stable -I/usr/include/nspr -I/usr/include/gnome-menus -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -g -O2 -Wall -MT libtidy_1_0_la-tidy-grid.lo -MD -MP -MF .deps/libtidy_1_0_la-tidy-grid.Tpo -c tidy/tidy-grid.c -fPIC -DPIC -o .libs/libtidy_1_0_la-tidy-grid.o
mv -f .deps/libtidy_1_0_la-tidy-grid.Tpo .deps/libtidy_1_0_la-tidy-grid.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr/local"\" -DLIBDIR=\""/usr/local/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Tidy\" -pthread -D_REENTRANT -DWITH_CLUTTER -DMETACITY_MAJOR_VERSION=2 -DMETACITY_MINOR_VERSION=27 -DMETACITY_MICRO_VERSION=0 -DMETACITY_CLUTTER_PLUGIN_API_VERSION=2 -DMUTTER_PLUGIN_DIR="/home/jadams/gnome-shell/install/lib64/metacity/plugins/clutter" -DXP_UNIX -DJS_THREADSAFE -DORBIT2=1 -I/home/jadams/gnome-shell/install/include/clutter-0.9 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/home/jadams/gnome-shell/install/include/metacity-1/metacity-private -I/home/jadams/gnome-shell/install/include/gjs-1.0 -I/usr/include/xulrunner-1.9.0.9/unstable -I/home/jadams/gnome-shell/install/include/gobject-introspection-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/xulrunner-1.9.0.10/stable -I/usr/include/nspr -I/usr/include/gnome-menus -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -g -O2 -Wall -MT libtidy_1_0_la-tidy-marshal.lo -MD -MP -MF .deps/libtidy_1_0_la-tidy-marshal.Tpo -c -o libtidy_1_0_la-tidy-marshal.lo `test -f 'tidy-marshal.c' || echo './'`tidy-marshal.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Tidy\" -pthread -D_REENTRANT -DWITH_CLUTTER -DMETACITY_MAJOR_VERSION=2 -DMETACITY_MINOR_VERSION=27 -DMETACITY_MICRO_VERSION=0 -DMETACITY_CLUTTER_PLUGIN_API_VERSION=2 -DMUTTER_PLUGIN_DIR=/home/jadams/gnome-shell/install/lib64/metacity/plugins/clutter -DXP_UNIX -DJS_THREADSAFE -DORBIT2=1 -I/home/jadams/gnome-shell/install/include/clutter-0.9 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/home/jadams/gnome-shell/install/include/metacity-1/metacity-private -I/home/jadams/gnome-shell/install/include/gjs-1.0 -I/usr/include/xulrunner-1.9.0.9/unstable -I/home/jadams/gnome-shell/install/include/gobject-introspection-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/xulrunner-1.9.0.10/stable -I/usr/include/nspr -I/usr/include/gnome-menus -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -g -O2 -Wall -MT libtidy_1_0_la-tidy-marshal.lo -MD -MP -MF .deps/libtidy_1_0_la-tidy-marshal.Tpo -c tidy-marshal.c -fPIC -DPIC -o .libs/libtidy_1_0_la-tidy-marshal.o
mv -f .deps/libtidy_1_0_la-tidy-marshal.Tpo .deps/libtidy_1_0_la-tidy-marshal.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -L/home/jadams/gnome-shell/install/lib64 -o libtidy-1.0.la libtidy_1_0_la-tidy-grid.lo libtidy_1_0_la-tidy-enum-types.lo libtidy_1_0_la-tidy-marshal.lo -pthread -L/home/jadams/gnome-shell/install/lib64 -lclutter-glx-0.9 -lpangocairo-1.0 -lgthread-2.0 -lrt -lXi -lGL -lX11 -lXdamage -lXcomposite -lgdk_pixbuf-2.0 -lm -lpango-1.0 -lcairo -lXfixes -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
libtool: link: rm -fr .libs/libtidy-1.0.a .libs/libtidy-1.0.la
libtool: link: ar cru .libs/libtidy-1.0.a .libs/libtidy_1_0_la-tidy-grid.o .libs/libtidy_1_0_la-tidy-enum-types.o .libs/libtidy_1_0_la-tidy-marshal.o
libtool: link: ranlib .libs/libtidy-1.0.a
libtool: link: ( cd ".libs" && rm -f "libtidy-1.0.la" && ln -s "../libtidy-1.0.la" "libtidy-1.0.la" )
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr/local"\" -DLIBDIR=\""/usr/local/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Big\" -pthread -D_REENTRANT -I/home/jadams/gnome-shell/install/include/clutter-0.9 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/librsvg-2 -g -O2 -Wall -MT libbig_1_0_la-box.lo -MD -MP -MF .deps/libbig_1_0_la-box.Tpo -c -o libbig_1_0_la-box.lo `test -f 'big/box.c' || echo './'`big/box.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Big\" -pthread -D_REENTRANT -I/home/jadams/gnome-shell/install/include/clutter-0.9 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/librsvg-2 -g -O2 -Wall -MT libbig_1_0_la-box.lo -MD -MP -MF .deps/libbig_1_0_la-box.Tpo -c big/box.c -fPIC -DPIC -o .libs/libbig_1_0_la-box.o
mv -f .deps/libbig_1_0_la-box.Tpo .deps/libbig_1_0_la-box.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr/local"\" -DLIBDIR=\""/usr/local/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Big\" -pthread -D_REENTRANT -I/home/jadams/gnome-shell/install/include/clutter-0.9 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/librsvg-2 -g -O2 -Wall -MT libbig_1_0_la-rectangle.lo -MD -MP -MF .deps/libbig_1_0_la-rectangle.Tpo -c -o libbig_1_0_la-rectangle.lo `test -f 'big/rectangle.c' || echo './'`big/rectangle.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Big\" -pthread -D_REENTRANT -I/home/jadams/gnome-shell/install/include/clutter-0.9 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/librsvg-2 -g -O2 -Wall -MT libbig_1_0_la-rectangle.lo -MD -MP -MF .deps/libbig_1_0_la-rectangle.Tpo -c big/rectangle.c -fPIC -DPIC -o .libs/libbig_1_0_la-rectangle.o
mv -f .deps/libbig_1_0_la-rectangle.Tpo .deps/libbig_1_0_la-rectangle.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr/local"\" -DLIBDIR=\""/usr/local/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Big\" -pthread -D_REENTRANT -I/home/jadams/gnome-shell/install/include/clutter-0.9 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/librsvg-2 -g -O2 -Wall -MT libbig_1_0_la-theme-image.lo -MD -MP -MF .deps/libbig_1_0_la-theme-image.Tpo -c -o libbig_1_0_la-theme-image.lo `test -f 'big/theme-image.c' || echo './'`big/theme-image.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Big\" -pthread -D_REENTRANT -I/home/jadams/gnome-shell/install/include/clutter-0.9 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/librsvg-2 -g -O2 -Wall -MT libbig_1_0_la-theme-image.lo -MD -MP -MF .deps/libbig_1_0_la-theme-image.Tpo -c big/theme-image.c -fPIC -DPIC -o .libs/libbig_1_0_la-theme-image.o
mv -f .deps/libbig_1_0_la-theme-image.Tpo .deps/libbig_1_0_la-theme-image.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\""/usr/local"\" -DLIBDIR=\""/usr/local/lib"\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Big\" -pthread -D_REENTRANT -I/home/jadams/gnome-shell/install/include/clutter-0.9 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/librsvg-2 -g -O2 -Wall -MT libbig_1_0_la-big-enum-types.lo -MD -MP -MF .deps/libbig_1_0_la-big-enum-types.Tpo -c -o libbig_1_0_la-big-enum-types.lo `test -f 'big-enum-types.c' || echo './'`big-enum-types.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DPREFIX=\"/usr/local\" -DLIBDIR=\"/usr/local/lib\" -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"Big\" -pthread -D_REENTRANT -I/home/jadams/gnome-shell/install/include/clutter-0.9 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/librsvg-2 -g -O2 -Wall -MT libbig_1_0_la-big-enum-types.lo -MD -MP -MF .deps/libbig_1_0_la-big-enum-types.Tpo -c big-enum-types.c -fPIC -DPIC -o .libs/libbig_1_0_la-big-enum-types.o
mv -f .deps/libbig_1_0_la-big-enum-types.Tpo .deps/libbig_1_0_la-big-enum-types.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -L/home/jadams/gnome-shell/install/lib64 -o libbig-1.0.la libbig_1_0_la-box.lo libbig_1_0_la-rectangle.lo libbig_1_0_la-theme-image.lo libbig_1_0_la-big-enum-types.lo -pthread -L/home/jadams/gnome-shell/install/lib64 -lclutter-glx-0.9 -lgthread-2.0 -lrt -lXi -lGL -lX11 -lXdamage -lXcomposite -lXfixes -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgio-2.0 -lpango-1.0 -lfreetype -lfontconfig -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
libtool: link: rm -fr .libs/libbig-1.0.a .libs/libbig-1.0.la
libtool: link: ar cru .libs/libbig-1.0.a .libs/libbig_1_0_la-box.o .libs/libbig_1_0_la-rectangle.o .libs/libbig_1_0_la-theme-image.o .libs/libbig_1_0_la-big-enum-types.o
libtool: link: ranlib .libs/libbig-1.0.a
libtool: link: ( cd ".libs" && rm -f "libbig-1.0.la" && ln -s "../libbig-1.0.la" "libbig-1.0.la" )
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"notification_area\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -MT libtray_la-na-marshal.lo -MD -MP -MF .deps/libtray_la-na-marshal.Tpo -c -o libtray_la-na-marshal.lo `test -f 'na-marshal.c' || echo './'`na-marshal.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../src -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN=\"notification_area\" -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -MT libtray_la-na-marshal.lo -MD -MP -MF .deps/libtray_la-na-marshal.Tpo -c na-marshal.c -fPIC -DPIC -o .libs/libtray_la-na-marshal.o
mv -f .deps/libtray_la-na-marshal.Tpo .deps/libtray_la-na-marshal.Plo
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -L/home/jadams/gnome-shell/install/lib64 -o libtray.la libtray_la-na-tray-child.lo libtray_la-na-tray-manager.lo libtray_la-na-marshal.lo -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0
libtool: link: rm -fr .libs/libtray.a .libs/libtray.la
libtool: link: ar cru .libs/libtray.a .libs/libtray_la-na-tray-child.o .libs/libtray_la-na-tray-manager.o .libs/libtray_la-na-marshal.o
libtool: link: ranlib .libs/libtray.a
libtool: link: ( cd ".libs" && rm -f "libtray.la" && ln -s "../libtray.la" "libtray.la" )
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -D_REENTRANT -DWITH_CLUTTER -DMETACITY_MAJOR_VERSION=2 -DMETACITY_MINOR_VERSION=27 -DMETACITY_MICRO_VERSION=0 -DMETACITY_CLUTTER_PLUGIN_API_VERSION=2 -DMUTTER_PLUGIN_DIR="/home/jadams/gnome-shell/install/lib64/metacity/plugins/clutter" -DXP_UNIX -DJS_THREADSAFE -DORBIT2=1 -I/home/jadams/gnome-shell/install/include/clutter-0.9 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/home/jadams/gnome-shell/install/include/metacity-1/metacity-private -I/home/jadams/gnome-shell/install/include/gjs-1.0 -I/usr/include/xulrunner-1.9.0.9/unstable -I/home/jadams/gnome-shell/install/include/gobject-introspection-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/xulrunner-1.9.0.10/stable -I/usr/include/nspr -I/usr/include/gnome-menus -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -DORBIT2=1 -pthread -D_REENTRANT -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/directfb -I/usr/include/libpng12 -I./tray -DGETTEXT_PACKAGE=gnome-shell -DGNOME_SHELL_DATADIR=\"/usr/local/share/gnome-shell\" -DGNOME_SHELL_PKGLIBDIR=\"/usr/local/lib/gnome-shell\" -DJSDIR=\"/usr/local/share/gnome-shell/js\" -g -O2 -Wall -MT libgnome_shell_la-shell-marshal.lo -MD -MP -MF .deps/libgnome_shell_la-shell-marshal.Tpo -c -o libgnome_shell_la-shell-marshal.lo `test -f 'shell-marshal.c' || echo './'`shell-marshal.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -D_REENTRANT -DWITH_CLUTTER -DMETACITY_MAJOR_VERSION=2 -DMETACITY_MINOR_VERSION=27 -DMETACITY_MICRO_VERSION=0 -DMETACITY_CLUTTER_PLUGIN_API_VERSION=2 -DMUTTER_PLUGIN_DIR=/home/jadams/gnome-shell/install/lib64/metacity/plugins/clutter -DXP_UNIX -DJS_THREADSAFE -DORBIT2=1 -I/home/jadams/gnome-shell/install/include/clutter-0.9 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/home/jadams/gnome-shell/install/include/metacity-1/metacity-private -I/home/jadams/gnome-shell/install/include/gjs-1.0 -I/usr/include/xulrunner-1.9.0.9/unstable -I/home/jadams/gnome-shell/install/include/gobject-introspection-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/xulrunner-1.9.0.10/stable -I/usr/include/nspr -I/usr/include/gnome-menus -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -DORBIT2=1 -pthread -D_REENTRANT -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/directfb -I/usr/include/libpng12 -I./tray -DGETTEXT_PACKAGE=gnome-shell -DGNOME_SHELL_DATADIR=\"/usr/local/share/gnome-shell\" -DGNOME_SHELL_PKGLIBDIR=\"/usr/local/lib/gnome-shell\" -DJSDIR=\"/usr/local/share/gnome-shell/js\" -g -O2 -Wall -MT libgnome_shell_la-shell-marshal.lo -MD -MP -MF .deps/libgnome_shell_la-shell-marshal.Tpo -c shell-marshal.c -fPIC -DPIC -o .libs/libgnome_shell_la-shell-marshal.o
mv -f .deps/libgnome_shell_la-shell-marshal.Tpo .deps/libgnome_shell_la-shell-marshal.Plo
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -D_REENTRANT -DWITH_CLUTTER -DMETACITY_MAJOR_VERSION=2 -DMETACITY_MINOR_VERSION=27 -DMETACITY_MICRO_VERSION=0 -DMETACITY_CLUTTER_PLUGIN_API_VERSION=2 -DMUTTER_PLUGIN_DIR="/home/jadams/gnome-shell/install/lib64/metacity/plugins/clutter" -DXP_UNIX -DJS_THREADSAFE -DORBIT2=1 -I/home/jadams/gnome-shell/install/include/clutter-0.9 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/home/jadams/gnome-shell/install/include/metacity-1/metacity-private -I/home/jadams/gnome-shell/install/include/gjs-1.0 -I/usr/include/xulrunner-1.9.0.9/unstable -I/home/jadams/gnome-shell/install/include/gobject-introspection-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/xulrunner-1.9.0.10/stable -I/usr/include/nspr -I/usr/include/gnome-menus -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -DORBIT2=1 -pthread -D_REENTRANT -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/directfb -I/usr/include/libpng12 -I./tray -DGETTEXT_PACKAGE=gnome-shell -DGNOME_SHELL_DATADIR=\"/usr/local/share/gnome-shell\" -DGNOME_SHELL_PKGLIBDIR=\"/usr/local/lib/gnome-shell\" -DJSDIR=\"/usr/local/share/gnome-shell/js\" -g -O2 -Wall -MT libgnome_shell_la-gnome-shell-plugin.lo -MD -MP -MF .deps/libgnome_shell_la-gnome-shell-plugin.Tpo -c -o libgnome_shell_la-gnome-shell-plugin.lo `test -f 'gnome-shell-plugin.c' || echo './'`gnome-shell-plugin.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -pthread -D_REENTRANT -DWITH_CLUTTER -DMETACITY_MAJOR_VERSION=2 -DMETACITY_MINOR_VERSION=27 -DMETACITY_MICRO_VERSION=0 -DMETACITY_CLUTTER_PLUGIN_API_VERSION=2 -DMUTTER_PLUGIN_DIR=/home/jadams/gnome-shell/install/lib64/metacity/plugins/clutter -DXP_UNIX -DJS_THREADSAFE -DORBIT2=1 -I/home/jadams/gnome-shell/install/include/clutter-0.9 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gtk-2.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/home/jadams/gnome-shell/install/include/metacity-1/metacity-private -I/home/jadams/gnome-shell/install/include/gjs-1.0 -I/usr/include/xulrunner-1.9.0.9/unstable -I/home/jadams/gnome-shell/install/include/gobject-introspection-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/xulrunner-1.9.0.10/stable -I/usr/include/nspr -I/usr/include/gnome-menus -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -DORBIT2=1 -pthread -D_REENTRANT -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/directfb -I/usr/include/libpng12 -I./tray -DGETTEXT_PACKAGE=gnome-shell -DGNOME_SHELL_DATADIR=\"/usr/local/share/gnome-shell\" -DGNOME_SHELL_PKGLIBDIR=\"/usr/local/lib/gnome-shell\" -DJSDIR=\"/usr/local/share/gnome-shell/js\" -g -O2 -Wall -MT libgnome_shell_la-gnome-shell-plugin.lo -MD -MP -MF .deps/libgnome_shell_la-gnome-shell-plugin.Tpo -c gnome-shell-plugin.c -fPIC -DPIC -o .libs/libgnome_shell_la-gnome-shell-plugin.o
In file included from /home/jadams/gnome-shell/install/include/gjs-1.0/gjs/gjs.h:28,
from gnome-shell-plugin.c:35:
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/importer.h:33:19: error: jsapi.h: No such file or directory
In file included from /home/jadams/gnome-shell/install/include/gjs-1.0/gjs/gjs.h:28,
from gnome-shell-plugin.c:35:
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/importer.h:37: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gjs_create_root_importer’
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/importer.h:40: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gjs_define_root_importer’
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/importer.h:43: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
In file included from /home/jadams/gnome-shell/install/include/gjs-1.0/gjs/gjs.h:29,
from gnome-shell-plugin.c:35:
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:97: error: expected ‘)’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:99: error: expected ‘)’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:103: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:104: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:105: error: expected ‘)’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:106: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:107: error: expected ‘)’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:108: error: expected ‘)’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:111: error: expected ‘)’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:115: error: expected ‘)’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:120: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:132: error: expected ‘)’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:134: error: expected ‘)’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:138: error: expected ‘)’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:143: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:147: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:153: error: expected ‘)’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:156: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gjs_log_exception’
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:158: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gjs_log_and_keep_exception’
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:160: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gjs_move_exception’
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:162: error: expected ‘)’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:170: error: expected ‘)’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:172: error: expected ‘)’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:174: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gjs_call_function_value’
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:180: error: expected ‘)’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:183: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gjs_get_prop_verbose_stub’
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:187: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gjs_set_prop_verbose_stub’
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:191: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gjs_add_prop_verbose_stub’
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:195: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gjs_delete_prop_verbose_stub’
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:199: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gjs_string_to_utf8’
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:202: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gjs_string_from_utf8’
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:206: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gjs_string_to_filename’
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:209: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gjs_string_from_filename’
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:213: error: expected ‘)’ before ‘value’
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:214: error: expected ‘)’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:216: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gjs_string_get_binary_data’
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:220: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gjs_string_from_binary_data’
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:224: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gjs_get_string_id’
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:226: error: expected ‘)’ before ‘value’
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:228: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gjs_date_from_time_t’
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:231: error: expected ‘)’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:234: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gjs_rooted_array_get’
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:237: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:239: error: expected ‘)’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:241: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:244: error: expected ‘)’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:248: error: expected ‘)’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/jsapi-util.h:251: error: expected ‘)’ before ‘*’ token
In file included from /home/jadams/gnome-shell/install/include/gjs-1.0/gjs/gjs.h:30,
from gnome-shell-plugin.c:35:
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/native.h:65: error: expected declaration specifiers or ‘...’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/native.h:65: error: expected ‘)’ before ‘*’ token
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/native.h:81: error: expected declaration specifiers or ‘...’ before ‘GjsDefineModuleFunc’
/home/jadams/gnome-shell/install/include/gjs-1.0/gjs/native.h:87: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gjs_import_native_module’
gnome-shell-plugin.c: In function ‘gnome_shell_plugin_constructed’:
gnome-shell-plugin.c:218: warning: implicit declaration of function ‘exit’
gnome-shell-plugin.c:218: warning: incompatible implicit declaration of built-in function ‘exit’
make[3]: *** [libgnome_shell_la-gnome-shell-plugin.lo] Error 1
make[3]: Leaving directory `/home/jadams/software/gnome-shell/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/jadams/software/gnome-shell/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jadams/software/gnome-shell'
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment