Re: [Gimp-developer] newbie compiling gegl from master problem



On Wed, Apr 11, 2012 at 11:05 PM, Marco Ciampa <ciampix libero it> wrote:
> git checkout master
> ...
> ./autogen.sh
> ...
> make
> .
> .
> Making all in generated
> make[3]: Entering directory `/home/marco/git-gnome/gegl/operations/generated'
>  CC      normal.c
> normal.c: In function 'prepare':
> normal.c:48:18: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]
> normal.c: In function 'gegl_chant_class_init':
> normal.c:137:33: warning: assignment from incompatible pointer type [enabled by default]
> normal.c:147:18: error: 'GeglOperationClass' has no member named 'description'
> normal.c:149:18: error: 'GeglOperationClass' has no member named 'categories'
> make[3]: *** [normal.la] Error 1
> make[3]: Leaving directory `/home/marco/git-gnome/gegl/operations/generated'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/marco/git-gnome/gegl/operations'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/marco/git-gnome/gegl'
> make: *** [all] Error 2
>
> What am I doing wrong? Any hint?

There has been API and ABI incompatible changes, and it seems like you
have old files from previous builds lying around in your tree. Try
issuing a:

$ git clean -xdf

before attempting a build again.

/Ø


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]