erro fatal: gegl-buffer-iterator.h: Nenhum arquivo ou diretório

0

Estou tentando compilar o gimp (git version) e instalei o gegl 0.1.2 sem problemas. O problema é quando tento fazer o gimp. Eu não sei porque aconteceu esse erro ajuda!

    
por Nicolás Boettcher 03.12.2010 / 19:58

1 resposta

0

Você tem que compilar a versão git de gegl e babl:

$ git clone git://git.gnome.org/gegl
$ git clone git://git.gnome.org/babl

Se você está recebendo este erro ao compilar o 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."

remova essas linhas nesses arquivos:

#ifndef BABL_INSIDE_BABL_H
#error "babl-version.h must not be included directly, include babl.h instead."
#endif
    
por 19.12.2010 / 12:28

Tags