Questions tagged [gegl]

GEGL, or the Generic Graphics Library, is a framework for image processing.

17 questions
0
votes
1 answer

g_main_loop never returns

I am using Gegl to render some output and to create a window and GLib to create an event loop. The problem I am struggling with is that the g_main_loop_run() function never returns (that is when I close the application widow (or hit Alt+F4), the…
jcxz
  • 1,226
  • 2
  • 12
  • 25
-1
votes
1 answer

Can't link gegl libary with cmake

I got the error message: :-1: Fehler: error: gegl-0.4: linker input file not found: No such file or directory :-1: Fehler: error: babl-01: linker input file not found: No such file or directory So the linker cant find the libaries or can't link them…
david2
  • 11
  • 1
1
2