Invalid path "${exec_prefix}/lib/gegl-0.2" to gegl plugin directory

Asked by Alister Hood

I've now built dibuja in a couple of different environments, but configure produces this message in both of them. I'm not sure if it is produced by dibuja configure stuff specifically, or if it is something more general produced by gegl. Do you know if it is harmless, or does it mean I'm missing out on features?

Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
dibuja Edit question
Assignee:
No assignee Edit question
Solved by:
Juan B
Solved:
Last query:
Last reply:
Revision history for this message
Best Juan B (jbal) said :
#1

At first glance, it seems the location of the gegl library was not found.
Set '--libdir' to your library directory. More info in the README

Revision history for this message
Alister Hood (alister-hood) said :
#2

Sorry, should have seen that in the readme. In case anyone else ends up here:

"Dibuja installs a few backported gegl plugins to wherever the gegl lib is at, so specify with --libdir. Disable this with '--with-plugins=no'

At the moment it installs the two "insta" effects.

Revision history for this message
Alister Hood (alister-hood) said :
#3

Thanks Juan B, that solved my question.