make fails after git pull

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

 



I'm using:
gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
on:
Linux dell 2.6.32-24-generic #42-Ubuntu SMP Fri Aug 20 14:24:04 UTC 2010 
i686 GNU/Linux

I was going to rebuild gimp from git and thought it would be smart to do 
a git pull in gegl and rebuild it first.  After doing the git pull and a 
fresh successful configure, the make fails like this:

patrick@dell$ make
make  all-recursive
make[1]: Entering directory `/usr/local/geglbuild'
Making all in gegl
make[2]: Entering directory `/usr/local/geglbuild/gegl'
Making all in buffer
make[3]: Entering directory `/usr/local/geglbuild/gegl/buffer'
   CC     gegl-tile-backend-tiledir.lo
   CC     gegl-buffer.lo
   CC     gegl-buffer-access.lo
   CC     gegl-buffer-share.lo
   CC     gegl-buffer-iterator.lo
   CC     gegl-buffer-linear.lo
   CC     gegl-buffer-save.lo
   CC     gegl-buffer-load.lo
   CC     gegl-cache.lo
   CC     gegl-sampler.lo
   CC     gegl-sampler-cubic.lo
   CC     gegl-sampler-lanczos.lo
   CC     gegl-sampler-linear.lo
../../../gegl/gegl/buffer/gegl-sampler-linear.c:65: error: expected â;â, 
â,â or â)â before âselfâ
../../../gegl/gegl/buffer/gegl-sampler-linear.c: In function 
âgegl_sampler_linear_class_initâ:
../../../gegl/gegl/buffer/gegl-sampler-linear.c:91: error: 
âgegl_sampler_linear_getâ undeclared (first use in this function)
../../../gegl/gegl/buffer/gegl-sampler-linear.c:91: error: (Each 
undeclared identifier is reported only once
../../../gegl/gegl/buffer/gegl-sampler-linear.c:91: error: for each 
function it appears in.)
../../../gegl/gegl/buffer/gegl-sampler-linear.c: At top level:
../../../gegl/gegl/buffer/gegl-sampler-linear.c:105: error: expected 
â;â, â,â or â)â before âselfâ
make[3]: *** [gegl-sampler-linear.lo] Error 1
make[3]: Leaving directory `/usr/local/geglbuild/gegl/buffer'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/geglbuild/gegl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/geglbuild'
make: *** [all] Error 2

The line that fails first (gegl-sampler-linear.c:65 is:
static void gegl_sampler_linear_get (GeglSampler* restrict self,
                                      const gdouble         x,
                                      const gdouble         y,
                                      void*        restrict output);
and it seems that gcc is not recognizing the restrict keyword.  Does 
anyone have a clue of how I can resolve it?

Patrick
_______________________________________________
Gegl-developer mailing list
Gegl-developer@xxxxxxxxxxxxxxxxxxxxxx
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer



[Index of Archives]     [Yosemite News]     [Yosemite Photos]     [gtk]     [GIMP Users]     [KDE]     [Gimp's Home]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux