[Mono-bugs] [Bug 61957][Wis] Changed - Problems with GDIPlus

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 30 Jul 2004 10:50:07 -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 rkumar@novell.com.

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

--- shadow/61957	2004-07-30 10:25:05.000000000 -0400
+++ shadow/61957.tmp.23063	2004-07-30 10:50:07.000000000 -0400
@@ -195,6 +195,15 @@
 happening yet (the same error message)
 
 The command that I executed :
 cvs -z3 co libgdiplus
 
 Should I recompile others components too ?
+
+------- Additional Comments From rkumar@novell.com  2004-07-30 10:50 -------
+The command you have executed would get you the cvs HEAD. To get mono-
+1-0 branch you would need to do provide -r option like following,
+
+$ cvs -z3 co -r mono-1-0 libgdiplus
+
+You need not to build anything else, just build and install 
+libgdiplus and rerun your test.