GNOME Bugzilla – Bug 594004
target should not be set to "libgmime-2.0.so.@GMIME_VERSION@"
Last modified: 2009-09-03 13:42:49 UTC
Created attachment 142390 [details] Use @GMIME_API_VERSION@ instead of hard-coded version. In gmime-2.4.x/mono/gmime-sharp.dll.config.in, target is set to "libgmime-2.0.so.@GMIME_VERSION@" which should be libgmime-@GMIME_API_VERSION@.so.@GMIME_VERSION@
thanks for the bug report! I likely wouldn't have found this otherwise... I've just fixed this in the git repo.
just released 2.4.9 with this fix