[Mono-devel-list] Boot-strap mcs under cygwin

Mark Moore mark.moore at notlimited.com
Sat Apr 19 03:03:39 EDT 2003


Well, I can't figure out this *^&*$ mail list server, so I'm just posting
this as a new message (How am I supposed to reply to a thread???!)

Any way, the reason the build was failing was in the mcs/mcs folder.
Specifically, it looks like class.cs, and expression.cs weren't tagged with
the MCS_0_23 label.

In fact, it looks like they haven't been tagged since MCS_0_17.  I'm not
sure why since the makefile.gnu still requires these two files...

Here's the output from cvs status:

markm at fatboy /cygdrive/c/proj/mono/mcs/mcs
$ cvs status -v class.cs expression.cs
===================================================================
File: class.cs          Status: Up-to-date

   Working revision:    1.306
   Repository revision: 1.306   /mono/mcs/mcs/class.cs,v
   Sticky Tag:          MCS_0_17 (revision: 1.306)
   Sticky Date:         (none)
   Sticky Options:      (none)

   Existing Tags:
        MCS_0_17                        (revision: 1.306)
        MCS_0_16                        (revision: 1.288)
        MCS_0_15                        (revision: 1.277)
        MCS_0_14                        (revision: 1.268)
        MCS_0_13                        (revision: 1.252)
        MCS_0_11                        (revision: 1.198)
        MCS_0_10                        (revision: 1.183)
        MONO_0_9                        (revision: 1.163)
        MCS_0_8                         (revision: 1.161)
        MCS_0_6                         (revision: 1.12)
        MCS_JULY_17                     (revision: 1.3)
        MCS_0_4                         (revision: 1.2)
        INITIAL_IMPORT                  (revision: 1.1.1.1)
        XIMIAN                          (branch: 1.1.1)

===================================================================
File: expression.cs     Status: Up-to-date

   Working revision:    1.392
   Repository revision: 1.392   /mono/mcs/mcs/expression.cs,v
   Sticky Tag:          MCS_0_17 (revision: 1.392)
   Sticky Date:         (none)
   Sticky Options:      (none)

   Existing Tags:
        MCS_0_17                        (revision: 1.392)
        MCS_0_16                        (revision: 1.358)
        MCS_0_15                        (revision: 1.335)
        MCS_0_14                        (revision: 1.333)
        MCS_0_13                        (revision: 1.306)
        MCS_0_11                        (revision: 1.240)
        MCS_0_10                        (revision: 1.227)
        MONO_0_9                        (revision: 1.206)
        MCS_0_8                         (revision: 1.198)
        MCS_0_6                         (revision: 1.3)
        MCS_JULY_17                     (revision: 1.1.1.1)
        MCS_0_4                         (revision: 1.1.1.1)
        INITIAL_IMPORT                  (revision: 1.1.1.1)
        XIMIAN                          (branch: 1.1.1)




More information about the Mono-devel-list mailing list