On Sun, 31 Oct 2010 02:45:15 +0000 (GMT) Matthew Ford <[email protected]> wrote:
> Hello, > > I'm trying to compile Gimp 2.6.11 from source on Linux. I've > successfully installed babl-0.0.22, but gegl-0.0.18 is causing > problems. "configure" runs OK, but when I try to try to run "make" in > the gegl-0.0.18 directory I get the following. Any help much > appreciated! > > > [f...@gluon gegl-0.0.18]$ make > make all-recursive > make[1]: Entering directory `/home/ford/Installers/gegl-0.0.18' > Making all in gegl > make[2]: Entering directory `/home/ford/Installers/gegl-0.0.18/gegl' > Making all in buffer > make[3]: Entering directory > `/home/ford/Installers/gegl-0.0.18/gegl/buffer' > if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H > -I. -I. -I../.. -I../.. -I../../gegl -I../../gegl/buffer -pthread > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/local/include/babl-0.0 -DG_DISABLE_DEPRECATED > -DG_DISABLE_SINGLE_INCLUDES -g -O2 -Wall > -Wdeclaration-after-statement -Wmissing-prototypes > -Wmissing-declarations -Winit-self -Wpointer-arith > -Wold-style-definition -mmmx -msse -MT gegl-buffer.lo -MD -MP -MF > ".deps/gegl-buffer.Tpo" -c -o gegl-buffer.lo gegl-buffer.c; \ then mv > -f ".deps/gegl-buffer.Tpo" ".deps/gegl-buffer.Plo"; else rm -f > ".deps/gegl-buffer.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. > -I../.. -I../.. -I../../gegl -I../../gegl/buffer -pthread > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/local/include/babl-0.0 -DG_DISABLE_DEPRECATED > -DG_DISABLE_SINGLE_INCLUDES -g -O2 -Wall > -Wdeclaration-after-statement -Wmissing-prototypes > -Wmissing-declarations -Winit-self -Wpointer-arith > -Wold-style-definition -mmmx -msse -MT gegl-buffer.lo -MD -MP > -MF .deps/gegl-buffer.Tpo -c gegl-buffer.c -fPIC -DPIC > -o .libs/gegl-buffer.o In file included from gegl-buffer.c:68: > gegl-buffer-index.h:132: error: expected declaration specifiers or > '...' before 'goffset' gegl-buffer-index.h:134: error: expected > declaration specifiers or '...' before 'goffset' > make[3]: *** [gegl-buffer.lo] Error 1 > make[3]: Leaving directory > `/home/ford/Installers/gegl-0.0.18/gegl/buffer' make[2]: *** > [all-recursive] Error 1 make[2]: Leaving directory > `/home/ford/Installers/gegl-0.0.18/gegl' make[1]: *** [all-recursive] > Error 1 make[1]: Leaving directory `/home/ford/Installers/gegl-0.0.18' > make: *** [all] Error 2 Hi, You don't say so can you tell; Do you already have a gimp installed on you linux computer? If so what version is it? Where are you trying to build gimp, ie --PREFIX=? If the prefix is /opt, then have you set the paths to /opt, ie LD_LIBRARY_PATH=/opt PKG_CONFIG_PATH=/opt PATH=/opt:$PATH Perhaps tell us what your distro is? Owen _______________________________________________ Gimp-user mailing list [email protected] https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
