[Mono-bugs] [Bug 74626][Wis] Changed - Cant compile I18N classes under windows

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 16 Apr 2005 15:21:57 -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 sebastien@ximian.com.

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

--- shadow/74626	2005-04-16 15:15:22.000000000 -0400
+++ shadow/74626.tmp.24583	2005-04-16 15:21:57.000000000 -0400
@@ -1,16 +1,16 @@
 Bug#: 74626
-Product: Mono Tasks
-Version: 0%
+Product: Mono: Runtime
+Version: 1.1
 OS: unknown
 OS Details: XP Pro+SP2  (Cygwin NT-5.1 1.5.14(0.126/4/2)
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: WONTFIX
 Severity: Unknown
-Priority: Minor
-Component: Build
+Priority: Wishlist
+Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: flashdict@gmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: atsushi@ximian.com,sebastien@ximian.com
@@ -56,6 +56,18 @@
 build (as our buildbot never complained). The easy workaround is to do
 
 make PROFILE=net_2_0 clean
 
 under mcs/class/I18N and rebuild.
 
+
+------- Additional Comments From sebastien@ximian.com  2005-04-16 15:21 -------
+Same here. I did a:
+
+make clean
+make
+make install
+
+without any problem with SVN HEAD. 
+
+Cygwin builds tends to be "picky" about lots of small details. When in
+doubt always do a "make clean".