|
The plug-in API has been modified between the 2.6 and 2.8 releases of GIMP, so the compiled version provided on the website uses the function names of the new API. That explains the error. Anyway, I think you can try to compile the plug-in specifically for the 2.6 release. It should work. This means, retrieving the sources, getting the dependencies and compiling the plug-in. If you are on linux, this is probably not so hard, just a few packages to install and run the compilation. If you are on Windows, you should probably just forget it, and try installing GIMP 2.8 instead. Compiling GIMP plug-ins on Windows is a real pain.
|