[Mono-bugs] [Bug 72754][Blo] Changed - MWF depends on the development library libX11.so which is not installed on end user boxes

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 19 Feb 2005 16:34:00 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by peter@novonyx.com.

http://bugzilla.ximian.com/show_bug.cgi?id=72754

--- shadow/72754	2005-02-19 07:20:57.000000000 -0500
+++ shadow/72754.tmp.10058	2005-02-19 16:34:00.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 72754
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: Ubuntu Hoary
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: NOTABUG
+Severity: Unknown
 Priority: Blocker
 Component: Windows.Forms
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: rbirkby@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -59,6 +59,19 @@
 Mono-INFO: DllImport loading library: './libX11'.
 Mono-INFO: DllImport error loading library './libX11.so: cannot open shared
 object file: No such file or directory'.
 Mono-INFO: DllImport loading: 'libX11'.
 Mono-INFO: DllImport error loading library 'libX11.so: cannot open shared
 object file: No such file or directory'.
+
+------- Additional Comments From peter@novonyx.com  2005-02-19 16:33 -------
+Since requring anything but .so in the P/Invoke will break MWF on 
+various other systems where naming conventions are different, we 
+cannot change this.
+
+Developers can be expected to install -devel packages (and since you 
+are compiling from svn head, you can be expected to. Curious how you 
+compiled libgdplus without devel)
+
+For prebuilt packages, the solution is to either make the package 
+require -devel, or to create a System.Windows.Forms.dll.config file 
+for the platform that performs the appropriate mapping.