[Glade-devel] help need for compiling glade 3.14
Roland Koebler
rk-list at simple-is-better.org
Thu Jun 19 09:38:49 UTC 2014
Hi,
On Tue, Jun 17, 2014 at 09:13:32AM +0900, tsuyoshi okita wrote:
> Dear Gurus,
>
> Thank you for your guidance last time. I've been working on it.
> OS: Debian Wheezy
> I installed libcairo2-dev package
> and ran ./glade_build.sh and it gave me the following error.
> #-------------------
> cairo (version 1.12.16 [release]) will be compiled with:
> [...]
> cairo-xlib-xrender-private.h:119:3: error: conflicting types for 'XRadialGradient'
> cairo-xlib-xrender-private.h:125:16: error: redefinition of 'struct _XConicalGradient'
> cairo-xlib-xrender-private.h:128:3: error: conflicting types for 'XConicalGradient'
according to http://lists.freedesktop.org/archives/cairo/2012-November/023803.html,
this maybe can be solved by installing xorg-libXext first by:
apt-get install libxext-dev
and then trying to compile cairo again.
Roland
More information about the Glade-devel
mailing list