make[4]: Entering directory `/usr/src/packages/BUILD/cairo-1.10.0/util/cairo-fdr' CC cairo_fdr_la-fdr.lo In file included from fdr.c:27:0: ../../src/cairo-tee.h:63:3: error: #error Cairo was not compiled with support for the TEE backend My quick analysis is that I use --enable-script, which enables the build of cairo-fdr. And cairo-fdr also requires tee. But I didn't have --enable-tee.
My 1.10 has an --enable-tee configure flag. We should still fix this issue by detecting the mismatch in configure.
(In reply to comment #1) > My 1.10 has an --enable-tee configure flag. Oh, it's there. I just meant I was not using it.
This has been fixed by: commit 5a762edc28310a59968230ccb5354c57808606bf Author: Benjamin Otte <otte@redhat.com> Date: Thu Oct 28 13:57:05 2010 +0200 build: Don't build cairo-fdr when the tee surface is off
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.