#7706 closed defect (fixed)
GIMP 2.8 won't build with gegl-0.3
Reported by: | Armin K | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.10 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
GIMP 2.8 isn't compatible with gegl-0.3. It can only use gegl-0.2. Either gegl should be downgraded to 0.2 or a separate 0.2 package should be added (they are coinstallable).
Change History (6)
comment:1 by , 9 years ago
comment:3 by , 9 years ago
I edited configure and changed all the gegl entries to 0.3.0 and it built fine. All references to gegl libraries were to libgegl-0.3.0.
Try building with:
sed -i '/gegl/s/2/3/' configure.ac autoreconf -fiv
and continue as normal. The executable programs have references to libgegl-0.3.so.0 but the libraries do not reference gegl at all.
Note: After autoreconf, I added
sed -i '/seems to be moved/s/^/true; #/' ltmain.sh
because I really dislike thousands of comments because the autotools devs don't think about non-multilib 64-bit systems.
IF you confirm, I'll change the book.
comment:4 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:6 by , 9 years ago
Builds and works for at least image cropping. I can at last get rid of gegl-0.2.
Perhaps we can find a patch to allow gimp to use gegl-0.3.