[Mono-osx] Still trouble with 1.1.16

Berglund, Niels Nielsb at develop.com
Tue Jul 25 06:11:41 EDT 2006


So my question is if anyone has this working on OSX. I.e. can anyone create Winforms apps (and run them), running OSX and Mono 1.1.16?

Niels


-----Original Message-----
From: John David Duncan [mailto:jdd at mysql.com]
Sent: Fri 21/07/2006 08:41
To: Wade Berrier
Cc: Berglund, Niels; mono-osx at lists.ximian.com; Ken & Deb Allen
Subject: Re: [Mono-osx] Still trouble with 1.1.16
 
>>
>> 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