GNOME Bugzilla – Bug 568858
evolution-sharp should change to only depend on glib-sharp
Last modified: 2014-08-30 00:08:25 UTC
monodis --assemblyref /usr/lib64/mono/evolution-sharp/evolution-sharp.dll |grep Name Name=mscorlib Name=glib-sharp Name=System The easiest way would be to change: PKG_CHECK_MODULES(GTK_SHARP, gtk-sharp-2.0 >= 2.4.0) AC_SUBST(GTK_SHARP_LIBS) to PKG_CHECK_MODULES(GLIB_SHARP, glib-sharp-2.0 >= 2.4.0) AC_SUBST(GLIB_SHARP_LIBS) and do the same in evolution/Makefile.am
Created attachment 142355 [details] [review] Shuffle the test programs under "make check". Require only glib-sharp to build the base .dll
evolution-sharp has not seen any code changes since May 2009: https://git.gnome.org/browse/archive/evolution-sharp/log/ This project is not under active development anymore and got recently archived in GNOME Git. It is currently unlikely that there will be any further active development. Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this bug report in the future if anyone takes the responsibility for active development again.