Why? No Emerald, No Compiz?

Add functionality to your desktop
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
omynos

Why? No Emerald, No Compiz?

Post by omynos »

First off, to the moderators, I hope I've posted this in the right place. If not, please move and let me know where it should go.

Second, I would like to thank the people who have already created tutorials to get emerald and compiz working. The time you share was well worth it for a lot of people.

Just not me.

As mentioned, there are are tutorials that explain how to get emerald up and running on Linux Mint 12. (I assume I'm using the LMDE version, as it's packed with Gnome 3.) I am completely frustrated with this new Desktop Environment (DE). It is far too restricting in terms of how you can customize it. The themes I have found are good themes, but they seem to break my Linux Box.

Emerald was my favorite program ever! Compiz not so much, but I understand its necessity. What I don't understand is why they (Gnome DE development, MATE, etc.) would break any means of compatibility with Emerald.

I am also aware that Emerald is outdated/obsolete or is nearing its EOL. What will be the next program? I've heard a few things about a program called Clutter (I can't find much info about it yet, but will continue my research.) I've installed the program... but I think my overall inexperience with this program is leading me to dead ends.

Anyways I've followed a few tutorials to try and get Emerald up and working:
http://community.linuxmint.com/tutorial/view/710

I thought this might be a problem too:
http://www.webupd8.org/2011/05/get-emer ... -1104.html

Here are the steps:

Part 1:

Code: Select all

sudo apt-get install autoconf git intltool libdecoration0-dev libtool libwnck1.0-cil-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
autoconf is already the newest version.
autoconf set to manually installed.
git is already the newest version.
intltool is already the newest version.
intltool set to manually installed.
libtool is already the newest version.
libtool set to manually installed.
libwnck1.0-cil-dev is already the newest version.
libdecoration0-dev is already the newest version.
libdecoration0-dev set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Part 2

Code: Select all

sudo apt-get install libwnck-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libxres-dev x11proto-resource-dev
The following NEW packages will be installed:
  libwnck-dev libxres-dev x11proto-resource-dev
0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded.
Need to get 236 kB of archives.
After this operation, 1,602 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://archive.ubuntu.com/ubuntu/ oneiric/main x11proto-resource-dev i386 1.2.0-3 [10.7 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ oneiric/main libxres-dev i386 2:1.0.5-1 [6,614 B]
Get:3 http://archive.ubuntu.com/ubuntu/ oneiric/main libwnck-dev i386 1:2.30.7-0ubuntu1 [219 kB]
Fetched 236 kB in 28s (8,334 B/s)                                              
Selecting previously deselected package x11proto-resource-dev.
(Reading database ... 182032 files and directories currently installed.)
Unpacking x11proto-resource-dev (from .../x11proto-resource-dev_1.2.0-3_i386.deb) ...
Selecting previously deselected package libxres-dev.
Unpacking libxres-dev (from .../libxres-dev_2%3a1.0.5-1_i386.deb) ...
Selecting previously deselected package libwnck-dev.
Unpacking libwnck-dev (from .../libwnck-dev_1%3a2.30.7-0ubuntu1_i386.deb) ...
Processing triggers for man-db ...
Processing triggers for doc-base ...
Processing 1 added doc-base file...
Registering documents with scrollkeeper...
Setting up x11proto-resource-dev (1.2.0-3) ...
Setting up libxres-dev (2:1.0.5-1) ...
Setting up libwnck-dev (1:2.30.7-0ubuntu1) ...
Part 3:

Code: Select all

sudo git clone git://anongit.compiz.org/fusion/decorators/emerald
Cloning into emerald...
remote: Counting objects: 2272, done.
remote: Compressing objects: 100% (2221/2221), done.
remote: Total 2272 (delta 1622), reused 0 (delta 0)
Receiving objects: 100% (2272/2272), 857.72 KiB | 55 KiB/s, done.
Resolving deltas: 100% (1622/1622), done.
Part 4:
(cd to emerald)

Part 5:

Code: Select all

sudo git checkout -b compiz++ origin/compiz++
Branch compiz++ set up to track remote branch compiz++ from origin.
Switched to a new branch 'compiz++'
Part 5:
(Followed instructions from http://community.linuxmint.com/tutorial/view/710), then:

Code: Select all

./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal 
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --install --copy
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: running: /usr/bin/autoconf
autoreconf: running: /usr/bin/autoheader
autoreconf: running: automake --add-missing --copy --no-force
configure.ac:6: installing `./missing'
engines/Makefile.am: installing `./depcomp'
autoreconf: Leaving directory `.'
Copying file mkinstalldirs
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

checking for a BSD-compatible install... /usr/bin/install -c
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 for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to print strings... printf
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... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
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 dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
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) 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... yes
checking for ANSI C header files... (cached) yes
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.41.1 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.12.4
checking for XML::Parser... ok
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for stdlib.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking whether byte ordering is bigendian... no
configure: Using PKG_CONFIG_PATH=NONE/lib/pkgconfig
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for EMERALD... yes
checking for wnck_window_has_name... yes
checking for update-mime-database... /usr/bin/update-mime-database
checking for update-desktop-database... /usr/bin/update-desktop-database
checking for gtk-update-icon-cache... /usr/bin/gtk-update-icon-cache
configure: creating ./config.status
config.status: creating libengine/emeraldengine.pc
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating engines/Makefile
config.status: creating themer/Makefile
config.status: creating pixmaps/Makefile
config.status: creating libengine/Makefile
config.status: creating misc/Makefile
config.status: creating doc/Makefile
config.status: creating po/Makefile.in
config.status: creating defaults/Makefile
config.status: creating defaults/theme/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
Part 6:

Code: Select all

./configure --prefix=/usr/local
checking for a BSD-compatible install... /usr/bin/install -c
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 for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking how to print strings... printf
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... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
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 dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
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) 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... yes
checking for ANSI C header files... (cached) yes
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.41.1 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.12.4
checking for XML::Parser... ok
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for stdlib.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking whether byte ordering is bigendian... no
configure: Using PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for EMERALD... yes
checking for wnck_window_has_name... yes
checking for update-mime-database... /usr/bin/update-mime-database
checking for update-desktop-database... /usr/bin/update-desktop-database
checking for gtk-update-icon-cache... /usr/bin/gtk-update-icon-cache
configure: creating ./config.status
config.status: creating libengine/emeraldengine.pc
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating engines/Makefile
config.status: creating themer/Makefile
config.status: creating pixmaps/Makefile
config.status: creating libengine/Makefile
config.status: creating misc/Makefile
config.status: creating doc/Makefile
config.status: creating po/Makefile.in
config.status: creating defaults/Makefile
config.status: creating defaults/theme/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands
Part 7:

Code: Select all

make
make  all-recursive
make[1]: Entering directory `/home/leaseaux/emerald'
Making all in libengine
make[2]: Entering directory `/home/leaseaux/emerald/libengine'
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz   -I../include -DENGINE_DIR=\"/usr/local/lib/emerald/engines\" -DDEFTHEMEDIR='"/usr/local/share/emerald/theme/"' -DDEFSETTINGSFILE='"/usr/local/share/emerald/settings.ini"'    -g -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz   -MT emerald.lo -MD -MP -MF .deps/emerald.Tpo -c -o emerald.lo emerald.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz -I../include -DENGINE_DIR=\"/usr/local/lib/emerald/engines\" -DDEFTHEMEDIR=\"/usr/local/share/emerald/theme/\" -DDEFSETTINGSFILE=\"/usr/local/share/emerald/settings.ini\" -g -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz -MT emerald.lo -MD -MP -MF .deps/emerald.Tpo -c emerald.c  -fPIC -DPIC -o .libs/emerald.o
emerald.c: In function 'copy_from_defaults_if_needed':
emerald.c:49:20: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz -I../include -DENGINE_DIR=\"/usr/local/lib/emerald/engines\" -DDEFTHEMEDIR=\"/usr/local/share/emerald/theme/\" -DDEFSETTINGSFILE=\"/usr/local/share/emerald/settings.ini\" -g -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz -MT emerald.lo -MD -MP -MF .deps/emerald.Tpo -c emerald.c -o emerald.o >/dev/null 2>&1
mv -f .deps/emerald.Tpo .deps/emerald.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz   -I../include -DENGINE_DIR=\"/usr/local/lib/emerald/engines\" -DDEFTHEMEDIR='"/usr/local/share/emerald/theme/"' -DDEFSETTINGSFILE='"/usr/local/share/emerald/settings.ini"'    -g -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz   -MT themer.lo -MD -MP -MF .deps/themer.Tpo -c -o themer.lo themer.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz -I../include -DENGINE_DIR=\"/usr/local/lib/emerald/engines\" -DDEFTHEMEDIR=\"/usr/local/share/emerald/theme/\" -DDEFSETTINGSFILE=\"/usr/local/share/emerald/settings.ini\" -g -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz -MT themer.lo -MD -MP -MF .deps/themer.Tpo -c themer.c  -fPIC -DPIC -o .libs/themer.o
themer.c: In function 'append_engine':
themer.c:877:9: warning: format not a string literal and no format arguments [-Wformat-security]
themer.c:888:13: warning: format not a string literal and no format arguments [-Wformat-security]
themer.c:899:17: warning: format not a string literal and no format arguments [-Wformat-security]
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz -I../include -DENGINE_DIR=\"/usr/local/lib/emerald/engines\" -DDEFTHEMEDIR=\"/usr/local/share/emerald/theme/\" -DDEFSETTINGSFILE=\"/usr/local/share/emerald/settings.ini\" -g -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz -MT themer.lo -MD -MP -MF .deps/themer.Tpo -c themer.c -o themer.o >/dev/null 2>&1
mv -f .deps/themer.Tpo .deps/themer.Plo
/bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz     -o libemeraldengine.la -rpath /usr/local/lib emerald.lo themer.lo -pthread -lwnck-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lfreetype -lfontconfig -ldecoration -lXrender -lX11 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0   -pthread -lwnck-1 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lfreetype -lfontconfig -ldecoration -lXrender -lX11 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  
libtool: link: gcc -shared  -fPIC -DPIC  .libs/emerald.o .libs/themer.o   -lwnck-1 /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so /usr/lib/i386-linux-gnu/libgdk-x11-2.0.so /usr/lib/i386-linux-gnu/libatk-1.0.so /usr/lib/i386-linux-gnu/libgio-2.0.so /usr/lib/i386-linux-gnu/libpangoft2-1.0.so -lgdk_pixbuf-2.0 /usr/lib/i386-linux-gnu/libfreetype.so -lfontconfig -ldecoration -lXrender -lX11 /usr/lib/i386-linux-gnu/libpangocairo-1.0.so /usr/lib/i386-linux-gnu/libpango-1.0.so /usr/lib/i386-linux-gnu/libcairo.so /usr/lib/i386-linux-gnu/libgobject-2.0.so /usr/lib/i386-linux-gnu/libgmodule-2.0.so /usr/lib/i386-linux-gnu/libgthread-2.0.so -lrt /usr/lib/i386-linux-gnu/libglib-2.0.so  -O2 -pthread -pthread -pthread   -pthread -Wl,-soname -Wl,libemeraldengine.so.0 -o .libs/libemeraldengine.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libemeraldengine.so.0" && ln -s "libemeraldengine.so.0.0.0" "libemeraldengine.so.0")
libtool: link: (cd ".libs" && rm -f "libemeraldengine.so" && ln -s "libemeraldengine.so.0.0.0" "libemeraldengine.so")
libtool: link: ar cru .libs/libemeraldengine.a  emerald.o themer.o
libtool: link: ranlib .libs/libemeraldengine.a
libtool: link: ( cd ".libs" && rm -f "libemeraldengine.la" && ln -s "../libemeraldengine.la" "libemeraldengine.la" )
make[2]: Leaving directory `/home/leaseaux/emerald/libengine'
Making all in src
make[2]: Entering directory `/home/leaseaux/emerald/src'
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz   -I../include -DLOCALEDIR="\"/usr/local/share/locale"\" -DENGINE_DIR=\"/usr/local/lib/emerald/engines\"    -g -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz   -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
main.c: In function ‘decor_update_window_property’:
main.c:507:7: warning: assignment makes pointer from integer without a cast [enabled by default]
main.c:511:8: warning: passing argument 3 of ‘decor_quads_to_property’ makes pointer from integer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘struct decor_extents_t *’ but argument is of type ‘XID’
main.c:511:8: warning: passing argument 7 of ‘decor_quads_to_property’ makes integer from pointer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘int’ but argument is of type ‘struct decor_extents_t *’
main.c:511:8: warning: passing argument 10 of ‘decor_quads_to_property’ makes integer from pointer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘int’ but argument is of type ‘struct decor_quad_t *’
main.c:511:8: error: too many arguments to function ‘decor_quads_to_property’
/usr/include/compiz/decoration.h:189:1: note: declared here
main.c:518:7: error: ‘PROP_HEADER_SIZE’ undeclared (first use in this function)
main.c:518:7: note: each undeclared identifier is reported only once for each function it appears in
main.c: In function ‘decor_update_switcher_property’:
main.c:1944:7: warning: assignment makes pointer from integer without a cast [enabled by default]
main.c:1948:8: warning: passing argument 3 of ‘decor_quads_to_property’ makes pointer from integer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘struct decor_extents_t *’ but argument is of type ‘XID’
main.c:1948:8: warning: passing argument 7 of ‘decor_quads_to_property’ makes integer from pointer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘int’ but argument is of type ‘struct decor_extents_t *’
main.c:1948:8: warning: passing argument 10 of ‘decor_quads_to_property’ makes integer from pointer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘int’ but argument is of type ‘struct decor_quad_t *’
main.c:1948:8: error: too many arguments to function ‘decor_quads_to_property’
/usr/include/compiz/decoration.h:189:1: note: declared here
main.c:1962:7: error: ‘PROP_HEADER_SIZE’ undeclared (first use in this function)
main.c: In function ‘update_default_decorations’:
main.c:2375:7: warning: assignment makes pointer from integer without a cast [enabled by default]
main.c:2379:5: warning: passing argument 3 of ‘decor_quads_to_property’ makes pointer from integer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘struct decor_extents_t *’ but argument is of type ‘XID’
main.c:2379:5: warning: passing argument 7 of ‘decor_quads_to_property’ makes integer from pointer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘int’ but argument is of type ‘struct decor_extents_t *’
main.c:2379:5: warning: passing argument 10 of ‘decor_quads_to_property’ makes integer from pointer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘int’ but argument is of type ‘struct decor_quad_t *’
main.c:2379:5: error: too many arguments to function ‘decor_quads_to_property’
/usr/include/compiz/decoration.h:189:1: note: declared here
main.c:2385:4: error: ‘PROP_HEADER_SIZE’ undeclared (first use in this function)
main.c:2439:5: warning: passing argument 3 of ‘decor_quads_to_property’ makes pointer from integer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘struct decor_extents_t *’ but argument is of type ‘XID’
main.c:2439:5: warning: passing argument 7 of ‘decor_quads_to_property’ makes integer from pointer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘int’ but argument is of type ‘struct decor_extents_t *’
main.c:2439:5: warning: passing argument 10 of ‘decor_quads_to_property’ makes integer from pointer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘int’ but argument is of type ‘struct decor_quad_t *’
main.c:2439:5: error: too many arguments to function ‘decor_quads_to_property’
/usr/include/compiz/decoration.h:189:1: note: declared here
main.c:2443:5: warning: passing argument 3 of ‘decor_quads_to_property’ makes pointer from integer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘struct decor_extents_t *’ but argument is of type ‘XID’
main.c:2443:5: warning: passing argument 7 of ‘decor_quads_to_property’ makes integer from pointer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘int’ but argument is of type ‘struct decor_extents_t *’
main.c:2443:5: warning: passing argument 10 of ‘decor_quads_to_property’ makes integer from pointer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘int’ but argument is of type ‘struct decor_quad_t *’
main.c:2443:5: error: too many arguments to function ‘decor_quads_to_property’
/usr/include/compiz/decoration.h:189:1: note: declared here
main.c: In function ‘update_window_decoration_size’:
main.c:3054:11: warning: assignment makes pointer from integer without a cast [enabled by default]
main.c: In function ‘update_switcher_window’:
main.c:3252:9: warning: assignment makes pointer from integer without a cast [enabled by default]
main.c:3301:11: warning: assignment makes pointer from integer without a cast [enabled by default]
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/home/leaseaux/emerald/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/leaseaux/emerald'
make: *** [all] Error 2
Part 8:

Code: Select all

make install
Making install in libengine
make[1]: Entering directory `/home/leaseaux/emerald/libengine'
make[2]: Entering directory `/home/leaseaux/emerald/libengine'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libemeraldengine.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libemeraldengine.so.0.0.0 /usr/local/lib/libemeraldengine.so.0.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libemeraldengine.so.0.0.0 libemeraldengine.so.0 || { rm -f libemeraldengine.so.0 && ln -s libemeraldengine.so.0.0.0 libemeraldengine.so.0; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libemeraldengine.so.0.0.0 libemeraldengine.so || { rm -f libemeraldengine.so && ln -s libemeraldengine.so.0.0.0 libemeraldengine.so; }; })
libtool: install: /usr/bin/install -c .libs/libemeraldengine.lai /usr/local/lib/libemeraldengine.la
libtool: install: /usr/bin/install -c .libs/libemeraldengine.a /usr/local/lib/libemeraldengine.a
libtool: install: chmod 644 /usr/local/lib/libemeraldengine.a
libtool: install: ranlib /usr/local/lib/libemeraldengine.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
 /usr/bin/install -c -m 644 emeraldengine.pc '/usr/local/lib/pkgconfig'
make[2]: Leaving directory `/home/leaseaux/emerald/libengine'
make[1]: Leaving directory `/home/leaseaux/emerald/libengine'
Making install in src
make[1]: Entering directory `/home/leaseaux/emerald/src'
gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz   -I../include -DLOCALEDIR="\"/usr/local/share/locale"\" -DENGINE_DIR=\"/usr/local/lib/emerald/engines\"    -g -O2 -pthread -I/usr/include/gtk-2.0 -I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libwnck-1.0 -I/usr/include/startup-notification-1.0 -I/usr/include/compiz   -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
main.c: In function ‘decor_update_window_property’:
main.c:507:7: warning: assignment makes pointer from integer without a cast [enabled by default]
main.c:511:8: warning: passing argument 3 of ‘decor_quads_to_property’ makes pointer from integer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘struct decor_extents_t *’ but argument is of type ‘XID’
main.c:511:8: warning: passing argument 7 of ‘decor_quads_to_property’ makes integer from pointer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘int’ but argument is of type ‘struct decor_extents_t *’
main.c:511:8: warning: passing argument 10 of ‘decor_quads_to_property’ makes integer from pointer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘int’ but argument is of type ‘struct decor_quad_t *’
main.c:511:8: error: too many arguments to function ‘decor_quads_to_property’
/usr/include/compiz/decoration.h:189:1: note: declared here
main.c:518:7: error: ‘PROP_HEADER_SIZE’ undeclared (first use in this function)
main.c:518:7: note: each undeclared identifier is reported only once for each function it appears in
main.c: In function ‘decor_update_switcher_property’:
main.c:1944:7: warning: assignment makes pointer from integer without a cast [enabled by default]
main.c:1948:8: warning: passing argument 3 of ‘decor_quads_to_property’ makes pointer from integer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘struct decor_extents_t *’ but argument is of type ‘XID’
main.c:1948:8: warning: passing argument 7 of ‘decor_quads_to_property’ makes integer from pointer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘int’ but argument is of type ‘struct decor_extents_t *’
main.c:1948:8: warning: passing argument 10 of ‘decor_quads_to_property’ makes integer from pointer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘int’ but argument is of type ‘struct decor_quad_t *’
main.c:1948:8: error: too many arguments to function ‘decor_quads_to_property’
/usr/include/compiz/decoration.h:189:1: note: declared here
main.c:1962:7: error: ‘PROP_HEADER_SIZE’ undeclared (first use in this function)
main.c: In function ‘update_default_decorations’:
main.c:2375:7: warning: assignment makes pointer from integer without a cast [enabled by default]
main.c:2379:5: warning: passing argument 3 of ‘decor_quads_to_property’ makes pointer from integer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘struct decor_extents_t *’ but argument is of type ‘XID’
main.c:2379:5: warning: passing argument 7 of ‘decor_quads_to_property’ makes integer from pointer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘int’ but argument is of type ‘struct decor_extents_t *’
main.c:2379:5: warning: passing argument 10 of ‘decor_quads_to_property’ makes integer from pointer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘int’ but argument is of type ‘struct decor_quad_t *’
main.c:2379:5: error: too many arguments to function ‘decor_quads_to_property’
/usr/include/compiz/decoration.h:189:1: note: declared here
main.c:2385:4: error: ‘PROP_HEADER_SIZE’ undeclared (first use in this function)
main.c:2439:5: warning: passing argument 3 of ‘decor_quads_to_property’ makes pointer from integer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘struct decor_extents_t *’ but argument is of type ‘XID’
main.c:2439:5: warning: passing argument 7 of ‘decor_quads_to_property’ makes integer from pointer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘int’ but argument is of type ‘struct decor_extents_t *’
main.c:2439:5: warning: passing argument 10 of ‘decor_quads_to_property’ makes integer from pointer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘int’ but argument is of type ‘struct decor_quad_t *’
main.c:2439:5: error: too many arguments to function ‘decor_quads_to_property’
/usr/include/compiz/decoration.h:189:1: note: declared here
main.c:2443:5: warning: passing argument 3 of ‘decor_quads_to_property’ makes pointer from integer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘struct decor_extents_t *’ but argument is of type ‘XID’
main.c:2443:5: warning: passing argument 7 of ‘decor_quads_to_property’ makes integer from pointer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘int’ but argument is of type ‘struct decor_extents_t *’
main.c:2443:5: warning: passing argument 10 of ‘decor_quads_to_property’ makes integer from pointer without a cast [enabled by default]
/usr/include/compiz/decoration.h:189:1: note: expected ‘int’ but argument is of type ‘struct decor_quad_t *’
main.c:2443:5: error: too many arguments to function ‘decor_quads_to_property’
/usr/include/compiz/decoration.h:189:1: note: declared here
main.c: In function ‘update_window_decoration_size’:
main.c:3054:11: warning: assignment makes pointer from integer without a cast [enabled by default]
main.c: In function ‘update_switcher_window’:
main.c:3252:9: warning: assignment makes pointer from integer without a cast [enabled by default]
main.c:3301:11: warning: assignment makes pointer from integer without a cast [enabled by default]
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/home/leaseaux/emerald/src'
make: *** [install-recursive] Error 1
***Post Edit***
Part 9(?):
I read the "Note:" at the bottom of the page, downloaded dudes files. and started over...

This time I went a step forward. All though when emerald is installed and runs....

********

Anyways, I'd like to give a big thanks to IAMWITHIN.

Any suggestions will be helpful.

Oh! I do have drivers installed and they're running correctly.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
omynos

Re: Why? No Emerald, No Compiz?

Post by omynos »

I want to caution Linuxers about using the tutorial... now my linux mint 12 is completely broken. Please post your success stories here, or provide a link. Thank yous!
remoulder
Level 17
Level 17
Posts: 7621
Joined: Fri May 09, 2008 1:14 pm

Re: Why? No Emerald, No Compiz?

Post by remoulder »

Compiz is not compatible with gnome shell, it can only be used in MATE or fallback mode.
[Edit] your original post and add [SOLVED] once your question is resolved.

“The people are my God” stressing the factor determining man’s destiny lies within man not in anything outside man, and thereby defining man as the dominator and remoulder of the world.
Reddog1
Level 7
Level 7
Posts: 1933
Joined: Wed Jun 01, 2011 2:12 pm

Re: Why? No Emerald, No Compiz?

Post by Reddog1 »

Well, I haven't been able to get compiz working on MATE--yet. Works fine with the cairo-dock desktop, though, so I'm good with that. I miss Emerald, though. Lots of nice eye-candy there.
Locked

Return to “Compiz, Conky, Docks & Widgets”