[cairo-bugs] [Bug 16350] cairo-test.c: make check fails for cairo 1.6.4 on Mac OS X 10.4 .11 PPC

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jun 18 13:35:04 PDT 2008


http://bugs.freedesktop.org/show_bug.cgi?id=16350





--- Comment #1 from cfr <margali at imapmail.org>  2008-06-18 13:35:01 PST ---
Update:

If I edit test/cairo-test.c so that the line "#include
<fontconfig/fontconfig.h>" instead reads "#include
</usr/local/include/fontconfig/fontconfig.h>", I get past this error. The same
error then occurs regarding test/font-options.c and the same edit lets me get
past it. This finally gets through make check with  11 of 173 tests failing
(ignoring all those requiring the DISPLAY variable to be set which it isn't in
this environment). But all those failures look minor to me.  So, setting aside
the tests which require X11, these edits let me get through the test suite.

But I cannot figure out how to get through it without hard-coding the include
path for fontconfig.h. I think what is happening is that configure is finding
the updated version of fontconfig in /usr/local and make compiles against that,
but when I run the test suite, it is using the old version of fontconfig in
/usr/X11R6 which does not include the FcFini function and I do not know how to
stop it doing this.

(Note, I ignore the tests requiring X11 because these parts of Cairo's test
suite always fail for me so it seemed better to concentrate on the tests which
usually pass.)

- cfr


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the cairo-bugs mailing list