Jani Monoses wrote: >>creating thunarx-scan >>/home/ofourdan/src/svn/thunar/trunk/docs/reference/thunarx/.libs/lt-thunarx-scan: >> >>symbol lookup error: >>/home/ofourdan/src/svn/thunar/trunk/thunarx/.libs/libthunarx-1.so.2: >>undefined symbol: g_intern_static_string >>Scan failed > > indeed, that's a glib 2.10 function.
It was added with glib 2.9.0 (rev 1.4, gquark.h). exo-string.h uses g_intern_static_string() if GLib is 2.9.0 or above. Maybe you have tried to compile with Glib >= 2.9.0 headers and link to Glib < 2.9.0? > Jani Benedikt _______________________________________________ Thunar-dev mailing list [email protected] http://foo-projects.org/mailman/listinfo/thunar-dev
