Hi,all: I had installed Cairo to the directory "/opt/workspace/host/common/build/opt/" succesfully,and then I compiled Gnash using it like this: ************************************************************ ./configure --prefix=/home/newbee/flashplayer/ --disable-klash --disable-plugin --enable-gui=GTK --enable-renderer=Cairo --enable-media=GST ************************************************************ And it can check header & lib successfully. But when I make it,it shows many undeclared errors since it cannot find " cairo.h".
I find it writes "#include <cairo/cairo.h>" in "backend/render_handler_cairo.cpp". I think it may be a bug and changed it to "#include <cairo.h>". When I rebuild it, it still shows me an error: ************************************************************ ... gtk_glue_cairo.cpp:25:31: gtk_cairo_create.h: No such file or directory ... ************************************************************ I cannot find gtk_cairo_create.h. Is it a header in gnash-0.8.0 ? Thanks
_______________________________________________ Gnash mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash
