Hi, Burkhard Plaum wrote [...] >> ../lib/gtk/.libs/libgmerlin_gtk.so: undefined reference to >> `GTK_WIDGET_REALIZED' >> ../lib/gtk/.libs/libgmerlin_gtk.so: undefined reference to >> `GTK_WIDGET_TOPLEVEL' >> collect2: ld returned 1 exit status >> make[1]: *** [cfgtest] Error 1 >> make[1]: Leaving directory `/home/august/Downloads/gmerlin/tests' >> make: *** [all-recursive] Error 1 >> >> ------------------------- >> >> >> Seems the tewo calls have been deprecated: >> >> you need gtk_widget_is_toplevel() and gtk_widget_get_realized() >> >> >> >> replacing the two fixes it. >> > > Thanks for the report. Got a backward compatible solution in my local > tree. Will apply shortly (I have to hunt down another bug first)
Done Burkhard ------------------------------------------------------------------------------ _______________________________________________ Gmerlin-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gmerlin-general
