It seems like a build dependency on xsltproc was added but not checked for in the build system. I have a patch (attached) to fix this. Also, the schemas.xslt file does not seem to be copied into the build dir so the build fails. I have not been able to figure this one out yet. -- Travis Watkins http://www.realistanew.com -------------- next part -------------- A non-text attachment was scrubbed... Name: check-for-xsltproc.patch Type: text/x-patch Size: 428 bytes Desc: not available Url : http://lists.freedesktop.org/archives/compiz/attachments/20070511/fd08a8cd/attachment.bin
On Fri, 2007-05-11 at 15:31 +0200, Travis Watkins wrote:> It seems like a build dependency on xsltproc was added but not checked > for in the build system. I have a patch (attached) to fix this.I though the check for libxml-2.0 would guarantee that xsltproc exists.> > Also, the schemas.xslt file does not seem to be copied into the build > dir so the build fails. I have not been able to figure this one out > yet.I think this should be fixed now. - David