In file included from render_handler_cairo.cpp:9: /usr/include/cairo/cairo.h:41:28: error: cairo-features.h: No such file or directory
it seems to be due to #include <cairo/cairo.h> #include <cairo/cairo-xlib.h> and not having -I/usr/include/cairo around. Can you please change it to #include <cairo.h> and add -I/usr/include/cairo to the LDFLAGS to make it compile? - Stefan _______________________________________________ Gnash mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash
