Hi all, I'm doing some work on mono, and everything was working fine until I did a rebase against master, and now I'm getting an error when running make. I haven't touched anything at this level, so I don't think it's something I've done, so thought I'd check first.
Bootstrap compiler: Mono C# compiler version 3.10.1.0 MCS [basic] basic.exe dynamic.cs(17,7): error CS0234: The type or namespace name `Dynamic' does not exist in the namespace `System'. Are you missing an assembly reference? cs-parser.jay(144,8): error CS0246: The type or namespace name `Tuple' could not be found. Are you missing an assembly reference? assembly.cs(1186,94): error CS0246: The type or namespace name `Tuple' could not be found. Are you missing an assembly reference? dynamic.cs(75,12): error CS0246: The type or namespace name `DynamicMetaObject' could not be found. Are you missing an assembly reference? dynamic.cs(77,34): error CS0246: The type or namespace name `DynamicMetaObject' could not be found. Are you missing an assembly reference? dynamic.cs(88,10): error CS0246: The type or namespace name `DynamicMetaObject' could not be found. Are you missing an assembly reference? eval.cs(69,31): error CS0246: The type or namespace name `Tuple' could not be found. Are you missing an assembly reference? eval.cs(849,12): error CS0246: The type or namespace name `Tuple' could not be found. Are you missing an assembly reference? ikvm.cs(234,17): error CS0246: The type or namespace name `Tuple' could not be found. Are you missing an assembly reference? location.cs(506,51): error CS0246: The type or namespace name `Tuple' could not be found. Are you missing an assembly reference? location.cs(512,51): error CS0246: The type or namespace name `Tuple' could not be found. Are you missing an assembly reference? location.cs(518,51): error CS0246: The type or namespace name `Tuple' could not be found. Are you missing an assembly reference? location.cs(524,51): error CS0246: The type or namespace name `Tuple' could not be found. Are you missing an assembly reference? location.cs(414,26): error CS0246: The type or namespace name `Tuple' could not be found. Are you missing an assembly reference? location.cs(417,34): error CS0246: The type or namespace name `Tuple' could not be found. Are you missing an assembly reference? location.cs(422,34): error CS0246: The type or namespace name `Tuple' could not be found. Are you missing an assembly reference? location.cs(428,34): error CS0246: The type or namespace name `Tuple' could not be found. Are you missing an assembly reference? location.cs(434,34): error CS0246: The type or namespace name `Tuple' could not be found. Are you missing an assembly reference? settings.cs(88,15): error CS0246: The type or namespace name `Tuple' could not be found. Are you missing an assembly reference? statement.cs(4716,8): error CS0246: The type or namespace name `Tuple' could not be found. Are you missing an assembly reference? Thanks, Martin
_______________________________________________ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list