After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 594004 - target should not be set to "libgmime-2.0.so.@GMIME_VERSION@"
target should not be set to "libgmime-2.0.so.@GMIME_VERSION@"
Status: RESOLVED FIXED
Product: gmime
Classification: Other
Component: general
2.4.x
Other Linux
: Normal normal
: ---
Assigned To: Jeffrey Stedfast
Jeffrey Stedfast
Depends on:
Blocks:
 
 
Reported: 2009-09-03 09:43 UTC by Takanori MATSUURA
Modified: 2009-09-03 13:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use @GMIME_API_VERSION@ instead of hard-coded version. (370 bytes, application/octet-stream)
2009-09-03 09:43 UTC, Takanori MATSUURA
Details

Description Takanori MATSUURA 2009-09-03 09:43:55 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@
Comment 1 Jeffrey Stedfast 2009-09-03 13:15:35 UTC
thanks for the bug report! I likely wouldn't have found this otherwise...

I've just fixed this in the git repo.
Comment 2 Jeffrey Stedfast 2009-09-03 13:42:49 UTC
just released 2.4.9 with this fix