[Gegl-developer] compile example 1
Nathan Summers
rockwalrus at gmail.com
Wed Jan 4 14:08:18 PST 2006
On 1/4/06, Florent Monnier <fmonnier at linux-nantes.fr.eu.org> wrote:
> Re,
>
> I'm trying to compile the 'example 1' (an example of inputs for a Node)
> given on this page:
> http://www.gegl.org/reference/gegl/html/GeglNode.html
>
> But I don't succed to compile it.
> I get this error:
>
> /usr/include/glib-2.0/glib/gtypes.h:30:24:
> error: glibconfig.h: No such file or directory
>
>
> When I try to find it, I get no answers:
> $ tree -fid /usr/include/glib-2.0/ | grep -i glibconfig
> $ tree -fid /usr/local/include/gegl-1.0/ | grep -i glibconfig
glibconfig.h is is arch-specific, and therefore it's in /usr/lib/glib-2.0.
Doesn't gegl have a pkg-config file to get the right CFLAGS from?
Rockwalrus
More information about the Gegl-developer
mailing list