[Mono-osx] Still trouble with 1.1.16
John David Duncan
jdd at mysql.com
Fri Jul 21 11:41:38 EDT 2006
>>
>> However, the same problem with libdgiplus exists. Below follows the
>> relevant part when trying to run the WinForms app with
>> MONO_LOG_LEVEL=debug.
BTW, this bit of advice about MONO_LOG_LEVEL has led me to pinpoint
why I can run Winforms apps on one of my Macs and not the other
(under Mono 1.1.15). It has to do with the version of expat required
by libgdiplus.
Machine that works:
% cd /usr/X11R6/lib/
% ls libexpat*
libexpat.1.0.dylib libexpat.1.dylib
libexpat.a libexpat.dylib
Machine that doesn't work:
% cd /usr/X11R6/lib/
% ls libexpat*
libexpat.0.4.dylib libexpat.0.dylib libexpat.a
libexpat.dylib
(Why does my older Mac has libexpat 1 in /usr/X11R6/lib, while my
newer Mac has libexpat 0.4? I have no idea).
JD
More information about the Mono-osx
mailing list