[BUILD:fail] babl (Bug #261)
Description
Babl fails to build due to some errors in introspection.
g-ir-scanner: compile: gcc -Wall -I.. -I.. -c -o /usr/src/babl-0.1.4/babl/tmp-introspectNr89m6/Babl-0.1.o /usr/src/babl-0.1.4/babl/tmp-introspectNr89m6/Babl-0.1.c /usr/src/babl-0.1.4/babl/tmp-introspectNr89m6/Babl-0.1.c:2:18: fatal error: glib.h: No such file or directory
I was able to get it to successfully build by setting --with-introspection=no in my configure options.
Associated revisions
babl: added optional dependency on gobject-introspection (issue #261)
History
Updated by Bor Kraljič over 1 year ago
I added option to disable use of gobject-introspection in DEPENDS. For me it build even without --with-introspection=no, but that kinda makes sense since I don't have gobject-introspection installed.
I am leaving this bug open since there is probably still build failure with --with-introspection=yes.
Updated by Sukneet Basuta 11 months ago
This should be fixed by commit 0bbe772874dac5e1e93890aa50b1599777d4f328 by Eric Sandall
- Status changed from New to Resolved