[cairo-compmgr] problems with glitz |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/cairo-compmgr Archives
]
- To: cairo-compmgr@xxxxxxxxxxxxxxxxxxx
- Subject: [cairo-compmgr] problems with glitz
- From: "Carlos Diógenes" <cerdiogenes@xxxxxxxxx>
- Date: Fri, 4 Jan 2008 21:16:03 -0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=d8LqtxQuedV6/+/0PqgZJYUJB4sWMrSIKCmF2OVXSX8=; b=Q9AC+abZtzu36tORYhtrP0358ncTTMvVr+WYX0XP+UqHVJxrze5KAdp9gCB+lSIpYMMWo3m1x46CB6nNwGbzZrDrTD+sHfB/SoE9Xjpl6VYrVr52kDc1EY0knGoZpNATI54TR0ir9SZvIBaBA7r9ucbaJwAeQhayl7yWy0mfPCA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=AOKLZUR1l++CJp26AXLZ0R6gr/dNEwPkI1VRimFn7vXnQigYwizMV4/T+avpJy9awwfr0wEqLwrNrAhS8pAVJx1WokMNPjU3SwIBT2ALt8bZ8SCs/gF9NfdNNUAhgXqHclpegDTwUmkH27A9PpiRZbDCbblQ73j2ePF0lM7CvRU=
Hi,
I'm trying to compile cairo-compmgr with glitz support, but I'm
getting some errors.
I tried to compile against the Ubuntu 7.10 packages of glitz and with
glitz from git and with both I get the following errors:
ccm-window-glitz.c:116: error: 'glitz_drawable_format_t' has no member
named 'indirect'
I tried commenting this line and get the same error in other file:
ccm-pixmap-glitz.c:114: error: 'glitz_drawable_format_t' has no member
named 'indirect'
I comment, but also get this error in the same file:
ccm-pixmap-glitz.c:200: error: 'GLITZ_DAMAGE_TEXTURE_MASK' undeclared
(first use in this function)
That was easy, I just include the glitzint.h file, but then I get the
following and get stuck:
ccm-pixmap-glitz.o: In function `ccm_pixmap_glitz_create_gl_drawable':
/home/kadu/vc/cairo-compmgr/src/ccm-pixmap-glitz.c:116: undefined
reference to `glitz_glx_create_drawable_for_pixmap'
ccm-pixmap-glitz.o: In function `ccm_pixmap_glitz_repair':
/home/kadu/vc/cairo-compmgr/src/ccm-pixmap-glitz.c:200: undefined
reference to `glitz_surface_damage'
/usr/bin/ld: cairo-compmgr: hidden symbol `glitz_surface_damage' isn't defined
/usr/bin/ld: final link failed: Nonrepresentable section on output
So, I want to know if the glitz support is really working in
cairo-compmgr. If the answer is yes, against which version?
Thanks,
Carlos.
[PS.: Great work!]
---