Hi, Recently, the requirement to compile GIMP from the git repository changed to require GLIB 2.28.1 or higher. I installed GLIB 2.28.1, but after doing that I'm getting undefined references when building GEGL: make[3]: Entering directory `/mnt/lincoln/d3/gimp/source/gegl/examples' CC 2geglbuffer.c CCLD 2geglbuffer /mnt/lincoln/d3/gimp/deploy/lib/libgio-2.0.so: undefined reference to `g_source_get_time' /mnt/lincoln/d3/gimp/deploy/lib/libgio-2.0.so: undefined reference to `g_source_set_dummy_callback' /mnt/lincoln/d3/gimp/deploy/lib/libgio-2.0.so: undefined reference to `g_main_context_invoke' /mnt/lincoln/d3/gimp/deploy/lib/libgio-2.0.so: undefined reference to `g_source_add_child_source' /mnt/lincoln/d3/gimp/deploy/lib/libgio-2.0.so: undefined reference to `g_list_free_full' /mnt/lincoln/d3/gimp/deploy/lib/libgio-2.0.so: undefined reference to `g_get_environ' /mnt/lincoln/d3/gimp/deploy/lib/libgio-2.0.so: undefined reference to `g_signal_accumulator_first_wins' /mnt/lincoln/d3/gimp/deploy/lib/libgio-2.0.so: undefined reference to `g_get_monotonic_time' I installed GLIB 2.28.1 by compiling it from source, using the same --prefix=/mnt/lincoln/d3/gimp/deploy I am using to compile babl, gegl and gimp. When I remove the entire deploy directory and start over without building GLIB 2.28.1 first (my system has GLIB 2.26.0 installed), both BABL and GEGL compile and install correctly (but of course I can't build GIMP because of the dependency). I'm thinking I'm probably doing something wrong when deploying GLIB 2.28.1 to my build environment, but I don't know what... Any help would be much appreciated! Eric Grivel _______________________________________________ Gegl-developer mailing list Gegl-developer@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer