我正在尝试编译 gimp(git 版本),并且我安装了 gegl 0.1.2,没有问题。问题是在我尝试 make gimp 时。我不知道为什么会发生这个错误,求助!
答案1
您必须编译 gegl 和 babl 的 git 版本:
$ git clone git://git.gnome.org/gegl
$ git clone git://git.gnome.org/babl
如果你在编译 babl 时收到此错误:
/home/arzeth/compile/babl/babl/babl-types.h:23:2: error: #error "babl-version.h must not be included directly, include babl.h instead."
然后删除这些文件中的以下行:
#ifndef BABL_INSIDE_BABL_H
#error "babl-version.h must not be included directly, include babl.h instead."
#endif