[Mono-dev] Patch for winforms (packaging issue)

Paul paul at all-the-johnsons.co.uk
Fri Dec 5 14:49:32 EST 2008


Hi,

An issue we've found with mono-winforms under fedora is that to get
winforms to work, libgdiplus-devel is required. Below is a small patch
which fixes this by allowing winforms to link to the standard
libgdiplus.so.0 file

--- mono-2.2/data/config.in	2008-11-30 19:34:24.000000000 +0000
+++ mono-2.2/data/config-new.in	2008-12-02 23:57:51.000000000 +0000
@@ -15,6 +15,7 @@
 	<dllmap dll="i:msvcrt.dll" target="@LIBC@" os="!windows"/>
 	<dllmap dll="sqlite" target="@SQLITE@" os="!windows"/>
 	<dllmap dll="sqlite3" target="@SQLITE3@" os="!windows"/>
+	<dllmap dll="gdiplus.dll" target="libgdiplus.so.0" so="!windows"/>
 	<dllmap dll="libX11" target="@X11@" os="!windows" />
 	<dllmap dll="libcairo-2.dll" target="libcairo.so.2" os="!windows"/>
 	<dllmap dll="i:kernel32.dll">

TTFN

Paul
-- 
Sie können mich aufreizen und wirklich heiß machen!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20081205/0cf7ec6b/attachment.bin 


More information about the Mono-devel-list mailing list