gnash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash] Problem while installing with the cairo renderer


From: Stefan Schweizer
Subject: [Gnash] Problem while installing with the cairo renderer
Date: Sat, 06 May 2006 23:38:24 +0200
User-agent: KNode/0.10.2

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]