On 13 September 2011 09:54, Richard Hughes <[email protected]> wrote: > On 12 September 2011 17:46, Neil Roberts <[email protected]> wrote: >> Mash is a small library for using real 3D models within a Clutter >> scene. Models can be exported from Blender or other 3D modelling >> software as PLY files and then used as actors. It also supports a >> lighting model with animatable lights. > > I'm having problems building for Fedora: > > In file included from /usr/include/mx-1.0/mx/mx.h:58:0, > from lights.c:1: > /usr/include/mx-1.0/mx/mx-image.h:24:35: fatal error: > gdk-pixbuf/gdk-pixbuf.h: No such file or directory > compilation terminated. > > I think what it's telling me is that mx needs the right CFLAGS with > the gdk-pixbuf headers, although I'm open for better ideas. This is > Fedora 16. >
Since Mx doesn't expose any GDK API, this include is unnecessary. I will remove it for the next release of Mx. Regards, Thomas _______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
