I think you are compiling cairo with the quartz backend, not with the directfb one. Have a look at the output of ./configure --help in the cairo directory to see how you can specify the backend.
On Wed, 20 Jul 2005 14:22:42 +0200 Daniel Oberhoff <[EMAIL PROTECTED]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > - -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > Compiling fbcairo i get these errors: > > cairo-quartz-surface.c: In function > '_cairo_quartz_surface_acquire_source_image': > cairo-quartz-surface.c:140: warning: implicit declaration of function > '_cairo_image_surface_set_repeat' > cairo-quartz-surface.c:140: warning: nested extern declaration of > '_cairo_image_surface_set_repeat' > cairo-quartz-surface.c:140: error: 'cairo_surface_t' has no member > named 'repeat' > cairo-quartz-surface.c:141: warning: implicit declaration of function > '_cairo_image_surface_set_matrix' > cairo-quartz-surface.c:141: warning: nested extern declaration of > '_cairo_image_surface_set_matrix' > cairo-quartz-surface.c:142: error: 'cairo_surface_t' has no member > named 'matrix' > cairo-quartz-surface.c: In function > '_cairo_quartz_surface_set_clip_region': > cairo-quartz-surface.c:198: error: too few arguments to function > '_cairo_surface_set_clip_region' > > what i found out is that there really is no member repeat in > cairo_surface_t and that _cairo_surface_set_clip_region needs another > unsigned argument serial. > > also before running autogen.sh, using automake 1.9, i had these > warnings causing autogen to stop: > > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > test/Makefile.am:102: warning: automake does not support conditional > definition of TESTS in check_PROGRAMS > > i just went ahead by doing autoconf and regenerating depfiles using > config.status depfiles. > > I am not subscribing to this list as I am not actively developing in > cairofb, just trying to get gtk running on osX without using X11. > > greets > > Daniel > - -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.1 (Darwin) > > iD8DBQFC3PO4GFh1JarMK+8RAqp8AJkBshkFMPnsX2/pysVjC8i0qvCWowCgrbSq > V2Fso3NomQpGGGmrf9eNbos= > =Os2C > - -----END PGP SIGNATURE----- > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.1 (Darwin) > > iD8DBQFC3kISGFh1JarMK+8RAk+ZAJ44pEifsT3o4TzJQtJuNXSW1SblTgCdEGUy > XZqki6svOm51HOh1T+eL1Ss= > =niGw > -----END PGP SIGNATURE----- > > _______________________________________________ > directfb-dev mailing list > [email protected] > http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
