GEGL-0.0.18 -- fails to set operation
Hi,
I have downloaded GEGL-0.0.18 from SVN. I compiled and installed it
(after installing babl as well)
with autogen.sh - make - sudo make install.
The installation seemed successfull, however when I try to run the
examples, I get errors
telling that an operation type cannot be set:
WARNING **: Failed to set operation type for XXX, using a passthrough op instead
For instance in the hello world program the missing operation is
"display", in the paint program it is "stroke".
What I have already tried is:
Running ldconfig after installation
Running sudo make install in the operations directory
Setting environment variable GEGL_PATH to "/usr/local/lib/gegl-0.0/"
(gegl libraries are installed here).
I am using Ubuntu Hardy Heron, with GNU Autoconf 2.61, GNU automake 1.10.1,
GNU libtool 1.5.26 Debian 1.5.26-1ubuntu1.
My question is: did I something wrong, or is it a bug and I should submit it?
(I have already tried to search for it in Bugzilla, but I did not get
any results)
I suspect that I should pass some command line arguments to the programs
for the initialization, however I did not find any description about these.
Andras