Yvw, Molly.
Thanks to a hint from a thread over at Fedora forums, indeed there is a tweak that you need to make to the one of the files before your begin your 3 step compile & install process in Fedora 16. It's best to just delete the old
gimp-gap-2.6.0 folder and extract the files from the
gimp-gap-2.6.0.tar.bz2 archive so we can start clean.
After you've dumped the old gimp-gap-2.6.0 folder, extract the files from
gimp-gap-2.6.0.tar.bz2 and navigate to the /gimp-gap-2.6.0/
gap/ folder. Open the file
Makefile.in using gedit. (make sure you open Makefile.in located in the
gap folder, not the Makefile.in located the
gimp-gap-2.6.0 folder)
Add -lm to the end of line 313 (that's a lower case L in -lm, not an I or a 1), changing it from..
to
GIMP_LIBS = @GIMP_LIBS@ -lm
Save the changes to
Makefile.in.
If you don't want to mess with those manual edits, you can just use this archive that I've already patched for Fedora 16
Attachment:
File comment: Gimp Gap 2.6.0 source patched for Fedora 16
gimp-gap-2.6.0-patched-for-F16.tar.bz2 [8.27 MiB]
Downloaded 77 times
Then, start your 3 step process again, beginning with (1)
./configure. then (2)
make, as you have done previously. Gap should compile clean, with the last few lines displaying this (assuming you've located the folder at:
/home/Molly/gimp-gap-2.6.0).
make[2]: Entering directory `/home/Molly/gimp-gap-2.6.0'
make[2]: Leaving directory `/home/Molly/gimp-gap-2.6.0'
make[1]: Leaving directory `/home/Molly/gimp-gap-2.6.0'
You then need to login as superuser (su -), change back over to:
cd /home/Molly/gimp-gap-2.6.0 and proceed to step (3) (make sure GIMP is not running).
That will install the plug-in and you should see GIMP Gap's video menu.
