Hi, The changes yesterday breaks compilation for me. I do have the latest glproto (1.4.7) and mesa cvs (20050603, i.e. a couple of hours ago) and xgl (20050603) have been recompiled after the updates. Here's the initial error (with a whole lot similar): texture.c: In function 'bindPixmapToTexture': texture.c:196: error: 'GLX_TEXTURE_FORMAT_EXT' undeclared (first use in this function) What am I missing? :)
Same here (since revision *1.156* on the changelog) I have latest mesa with final tfp update and glproto 1.4.7 as Mark. I've also tested with the --with-gl-libs flag linked to the static libGL.aand I've got the same error. Before this update (so with glproto 1.4.7) the compilation works fine. 2006/5/3, Mark Rosenstand <mark@borkware.net>:> > Hi, > > The changes yesterday breaks compilation for me. I do have the latest > glproto (1.4.7) and mesa cvs (20050603, i.e. a couple of hours ago) and > xgl (20050603) have been recompiled after the updates. > > Here's the initial error (with a whole lot similar): > > texture.c: In function 'bindPixmapToTexture': > texture.c:196: error: 'GLX_TEXTURE_FORMAT_EXT' undeclared (first use in > this function) > > What am I missing? :) > > _______________________________________________ > compiz mailing list > compiz@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/compiz >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freedesktop.org/archives/compiz/attachments/20060503/109f4f2a/attachment.html
On Wed, 2006-05-03 at 02:44 +0200, Mark Rosenstand wrote:> Hi, > > The changes yesterday breaks compilation for me. I do have the latest > glproto (1.4.7) and mesa cvs (20050603, i.e. a couple of hours ago) and > xgl (20050603) have been recompiled after the updates. > > Here's the initial error (with a whole lot similar): > > texture.c: In function 'bindPixmapToTexture': > texture.c:196: error: 'GLX_TEXTURE_FORMAT_EXT' undeclared (first use in > this function) > > What am I missing? :)I think the problem is that mesa is missing some EXT_tfp enums in glx.h. GLX_EXT_texture_from_pixmap is defined but enums are not. Try applying the attached patch to mesa. -David -------------- next part -------------- A non-text attachment was scrubbed... Name: mesa-glx-h-tfp.diff Type: text/x-patch Size: 2336 bytes Desc: not available Url : http://lists.freedesktop.org/archives/compiz/attachments/20060503/9cc691af/mesa-glx-h-tfp.bin