$ autogen.sh --disable-png; make fails with hundreds of errors like: "undefined reference to `cairo_surface_write_to_png'" libcairotest needs to have a "#ifdef CAIRO_HAS_PNG_FUNCTIONS" wrapper, or if all the tests actually depend on png, they should be disabled completely.
Or just remove the --disable-png option...
Created attachment 3170 [details] [review] Fix crash on cmap alloc failure and fix failure with 32 bits visual
Created attachment 3183 [details] SSH key for account request Here's something I like better than adding a bunch of conditionals to tests/Makefile.am
(The last patch not extensively tested, seems to work with libpng present)
2005-07-28 Owen Taylor <otaylor@redhat.com> * configure.in Makefile.am: Skip tests/ directory if libpng was disabled. (#3423, reported by Steve Chaplin)
Move bugs against "cvs" version to "0.9.3" so we can remove the "cvs" version.
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.