https://bugzilla.novell.com/show_bug.cgi?id=649994
https://bugzilla.novell.com/show_bug.cgi?id=649994#c3 Andrew Jorgensen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #3 from Andrew Jorgensen <[email protected]> 2010-11-02 20:58:21 UTC --- libcups is mapped in /etc/mono/config, so I'm guessing the correct way to fix this is something like: diff --git a/data/config.in b/data/config.in index a56f7d1..ecc7692 100644 --- a/data/config.in +++ b/data/config.in @@ -18,6 +18,7 @@ <dllmap dll="libX11" target="@X11@" os="!windows" /> <dllmap dll="libcairo-2.dll" target="libcairo.so.2" os="!windows"/> <dllmap dll="libcups" target="libcups.so.2" os="!windows"/> + <dllmap dll="libcups" target="libcups.dylib" os="osx"/> <dllmap dll="i:kernel32.dll"> <dllentry dll="__Internal" name="CopyMemory" target="mono_win32_compat_CopyMemory"/> <dllentry dll="__Internal" name="FillMemory" target="mono_win32_compat_FillMemory"/> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
