RSS/Atom feed Twitter
Site is read-only, email is disabled

GEGL-0.0.18 -- fails to set operation

This discussion is connected to the gegl-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

GEGL-0.0.18 -- fails to set operation Andras Toth 11 Jul 22:56
GEGL-0.0.18 -- fails to set operation Zhang Junbo 12 Jul 05:21
GEGL-0.0.18 -- fails to set operation Andras Toth 12 Jul 16:13
Andras Toth
2008-07-11 22:56:04 UTC (over 16 years ago)

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

Zhang Junbo
2008-07-12 05:21:11 UTC (over 16 years ago)

GEGL-0.0.18 -- fails to set operation

I think that's because you didn't install some packages. try: sudo aptitude install libsdl-dev

Regards, Zhang

2008/7/12 Andras Toth :

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

Andras Toth
2008-07-12 16:13:43 UTC (over 16 years ago)

GEGL-0.0.18 -- fails to set operation

On Sat, Jul 12, 2008 at 5:21 AM, Zhang Junbo wrote:

I think that's because you didn't install some packages. try: sudo aptitude install libsdl-dev

Regards, Zhang

Hi Zhang,

Thanks for the suggestion. This did not help however: the problem persists. Also I checked the required libraries, and I have the following verions:

glib-2.0 version 2.16.3 babl version 0.0.23
libpng version 1.2.15beta5

I have also also Ruby 1.8.6 and all the optional libraies installed.

Andras