On Wed, 2010-04-14 at 14:10 -0400, Sam Wilson wrote: > Hello again :) > > I'm trying to generate some vala bindings for lasem-0.2 > [http://blogs.gnome.org/emmanuel/category/lasem/] and I am running into > some errors. I've tried adding the missing files to lasem-0.2.files but > it just explodes with more errors, so this is the output from my first > attempt. > > Here's what I have, and what vala-gen-introspect prints: > > [file lasem-0.2.files] > > lib/liblasem-0.2.so > include/lasem-0.2/ > > [/file] > > [file lasem-0.2.namespace] > > Lms > > [file] > > and the results are: > > In file included from <stdin>:12: > /usr/include/lasem-0.2/lsmsvgview.h:28:35: error: > gdk-pixbuf/gdk-pixbuf.h: No such file or directory
It looks like lasem is missing gdk-pixbuf-2.0 in the Requires section of its pkg-config file. > > ** ERROR **: cpp returned error code: 256 > > aborting... > Trace/breakpoint trap _______________________________________________ vala-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/vala-list
