Hi! I've just built Gegl# from SVN, and to get the view test running, I had to make the following change: Index: gegl/gegl-init.c =================================================================== --- gegl/gegl-init.c (revision 1454) +++ gegl/gegl-init.c (working copy) @@ -62,7 +62,7 @@ { if (gegl_initialized) return; - g_thread_init (NULL); + if (!g_thread_supported()) g_thread_init (NULL); /* If any command-line actions are ever added to GEGL, then the * commented out code below should be used. Until then, we simply Apparently the GThread system is already initialized before the Gegl initialization, and it must only be initialized once. Mark -- Mark Probst http://www.complang.tuwien.ac.at/schani/ http://www.flickr.com/photos/schani/ http://schani.wordpress.com/ _______________________________________________ Gegl-developer mailing list Gegl-developer@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer