i'm trying to update my mono/mcs installation on my gentoo linux box. i've uninstalled the latest version they have in their tree (0.13) using the emerge -C option. now i've installed from source (in this order) gc6.1alpha5, mono 0.15, and then tried mcs, i get these errors: (only the first few for brevity) (using make -f makefile.gnu)
make[2]: Entering directory `/mnt/downloads/homes/mmont/Downloads/mcs-0.15/class/System' MONO_PATH=../lib: mono ../../mcs/mcs.exe --target library --noconfig -o ../lib/System.dll -r corlib -r System.Xml -r mscorlib @.response System.CodeDom/CodeBinaryOperatorType.cs(14) error CS-0020: Cannot find attribute type Serializable (maybe you forgot to set the usage using the Attri buteUsage attribute ?). System.CodeDom/CodeBinaryOperatorType.cs(14) error CS-0020: Cannot find attribute type Serializable (maybe you forgot to set the usage using the Attri buteUsage attribute ?). System.CodeDom/CodeBinaryOperatorType.cs(35) error CS0592: Attribute 'Serializable' is not valid on this declaration type. It is valid on declarations only. can anyone point me in the direction of an answer to this problem. thanks for your help and the great work on this project. mike montgomery mailto:[EMAIL PROTECTED] _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
