[mdlug] Gimp plugin.
Jonathan Billings
billings at negate.org
Thu Jan 8 20:06:24 EST 2009
On Jan 8, 2009, at 7:29 PM, Garry Stahl wrote:
> gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
> -DPACKAGE_
> STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gimp-ilbm\"
> -DVERSION=\"0.9.4\"
> -DSTDC_HEADERS=1 -I. -g -O2 -DDEBUGLEVEL=1 -DG_DISABLE_ASSERT -MT
> iff.o -
> MD -MP -MF .deps/iff.Tpo -c -o iff.o iff.c
> In file included from iff.c:1:
> iff.h:6:18: error: glib.h: No such file or directory
Unfortunately, this is buried in the output, but this is likely to be
the cause of your *current* problem. You need to install the
development package for glib. In fact, you should probably just
install Gimp's development package now, since it'll probably pull in
everything you'll need.
--
Jonathan Billings <billings at negate.org>
More information about the mdlug
mailing list