RSS/Atom feed Twitter
Site is read-only, email is disabled

Error compiling GIT version

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Error compiling GIT version Ofnuts 07 Nov 18:02
  Error compiling GIT version LightningIsMyName 07 Nov 19:15
Ofnuts
2010-11-07 18:02:01 UTC (about 14 years ago)

Error compiling GIT version

Fairly new at all this, but managed to

- git-clone the repository (should give me the latest and greatest (yes, unstable, but that's understood)?)
- run autogen.sh and install the various dependencies - at last, running make

But, then after some amount of time and much console activity (that let me assume that my setup is OK) I get:

gimpoperationcagecoefcalc.c:23:34: error: gegl-buffer-iterator.h: No such file or directory

And this file is indeed not part of the headers I got when I built/installed gegl-0.1.2 (from tjhe gtk.org repository).

Do I need an even more recent version of GEGL (but autogen.sh looked happy with 0.1.2), and if so, where do I get it from?

-- Ofnuts, in very rainy Paris

LightningIsMyName
2010-11-07 19:15:31 UTC (about 14 years ago)

Error compiling GIT version

Hi,

I know that there were some changes in gegl lately, changes that as far as I know are only present in git (and I do remember someone with the same error on the gipm chat channel). The build works perfectly for me when using the latest version of gegl from git, try it - it should work :)

~LightningIsMyName

On Sun, Nov 7, 2010 at 8:02 PM, Ofnuts wrote:

Fairly new at all this, but managed to

- git-clone the repository (should give me the latest and greatest (yes, unstable, but that's understood)?)
- run autogen.sh and install the various dependencies - at last, running make

But, then after some amount of time and much console activity (that let me assume that my setup is OK) I get: