Package Details: cairo-compmgr-git 1:0.3.1.57.g416ae1a-3

Git Clone URL: https://aur.archlinux.org/cairo-compmgr-git.git (read-only, click to copy)
Package Base: cairo-compmgr-git
Description: Cairo based composite manager - Git version
Upstream URL: http://cairo-compmgr.tuxfamily.org/
Licenses: LGPL3
Conflicts: cairo-compmgr
Provides: cairo-compmgr
Submitter: None
Maintainer: bidulock
Last Packager: bidulock
Votes: 109
Popularity: 0.000000
First Submitted: 2009-09-11 20:11 (UTC)
Last Updated: 2015-10-21 03:04 (UTC)

Dependencies (8)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 15 Next › Last »

Corax commented on 2014-11-09 18:30 (UTC)

Has anyone tried it with vala 0.26? Even before the PKGBUILD was updated I tried recompiling with vala 0.26 (modifying the PKGBUILD accordingly), but I had a runtime error when running cairo-compmgr, so I downgraded to 0.24 and recompiled again.

Xiaoming94 commented on 2014-10-28 14:35 (UTC)

configure: error: Package requirements (xcomposite, xdamage, xext, xi, x11, ice, sm, xrandr, gl, cairo >= 1.8.0, pixman-1 >= 0.16.0, gtk+-2.0 >= 2.16.0 libvala-0.24 >= 0.18.0) were not met: No package 'libvala-0.24' found Got these errors while compiling

cgirard commented on 2014-05-30 12:21 (UTC)

Thanks filand and sorry for the delay

filand commented on 2014-05-26 08:12 (UTC)

Following patch helps. Please add folowing to 4.diff or create a separate patch (IMHO prefered): diff --git a/src/ccm-debug.c b/src/ccm-debug.c index 1b4d3d7..3fab8f5 100644 --- a/src/ccm-debug.c +++ b/src/ccm-debug.c @@ -55,8 +55,9 @@ #include <stdio.h> #include <stdlib.h> #include <execinfo.h> +#include <libiberty/ansidecl.h> +#include <libiberty/libiberty.h> #include <bfd.h> -#include <libiberty.h> #include <dlfcn.h> #include <link.h> #endif /* HAVE_EDEBUG */

Xiaoming94 commented on 2014-05-19 21:17 (UTC)

Same build error as the two below.

Corax commented on 2014-05-18 13:11 (UTC)

Same here, a static assertion fails in multiple files: G_STATIC_ASSERT (sizeof *(location) == sizeof (gpointer));

bsidb commented on 2014-05-09 00:26 (UTC)

Do you meet compile error? It fails to compile due to an error in 'Makefile:640: recipe for target 'ccm-debug.o' failed'

leong commented on 2014-04-15 14:35 (UTC)

vala0.22 to vala0.24 (2014-04-14) upgrade creates a broken dependency A quick & dirty workaround (waiting for something better): change these 2 lines in PKGBUILD sed -i 's!libvala-0.18!libvala-0.22!' configure.ac sed -i 's!libvala-0.18!libvala-0.22!' vapi/cairo-compmgr.deps to sed -i 's!libvala-0.18!libvala-0.24!' configure.ac sed -i 's!libvala-0.18!libvala-0.24!' vapi/cairo-compmgr.deps Seems to work fine

cgirard commented on 2014-03-31 20:18 (UTC)

For reference: https://github.com/gandalfn/Cairo-Composite-Manager/pull/4