[Mono-bugs] [Bug 74896][Wis] Changed - x_putimage when running windows form on solaris
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 11 May 2005 15:58:19 -0400 (EDT)
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 dougpostman@yahoo.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74896
--- shadow/74896 2005-05-10 17:13:27.000000000 -0400
+++ shadow/74896.tmp.27455 2005-05-11 15:58:19.000000000 -0400
@@ -171,6 +171,21 @@
#
------- Additional Comments From peter@novonyx.com 2005-05-10 17:13 -------
This is cairo related, it seems to expect a 32bit plane, I've queried
about this on the cairo list, will have to wait and see their answer
+
+------- Additional Comments From dougpostman@yahoo.com 2005-05-11 15:58 -------
+When compiling libgdiplus, I would get errors from the stdint.h file
+was missing. I found a stdint.h from dotgnu (as mono did not have
+one???). I put this file in the /usr/include directory and got
+errors compiling libgdiplus. The errors were....
+ So I ended up taking inttypes.h and putting it into
+the /usr/include and giving it the name stdint.h. This let me
+compile libgdiplus finally. However, now I think this is causing
+problems we are seeing.
+ I have found out that the glibc should be installed. Since we are
+working on Solaris, there was no documentation that it should be. I
+am trying to install glibc 2.3.4 and get error that the GNU C library
+is currently not available for this platform..... Will see if I can
+somehow install it.