[Mono-dev] Mono trunk broken?

Gary Thomas Gary.Thomas at ioko.com
Fri Aug 20 10:43:47 EDT 2010


Just updated from trunk and now make fails. I tried a make clean followed by make but no change. Here is the error:

Makefile:51: warning: overriding commands for target `csproj-local'
../build/executable.make:134: warning: ignoring old commands for target `csproj-local'
./../jay/jay -cvt < ./../jay/skeleton.cs cs-parser.jay > jay-tmp.out && mv jay-tmp.out cs-parser.cs
./../jay/jay: 9 shift/reduce conflicts.
MCS     [basic] gmcs.exe
class.cs(1056,56): error CS1061: Type `Mono.CSharp.TypeContainer.DynamicSiteClass' does not contain a definition for `CreateType' and no extension method `CreateType' of type `Mono.CSharp.TypeContainer.DynamicSiteClass' could be found (are you missing a using directive or an assembly reference?)
class.cs(1057,56): error CS1061: Type `Mono.CSharp.TypeContainer.DynamicSiteClass' does not contain a definition for `DefineType' and no extension method `DefineType' of type `Mono.CSharp.TypeContainer.DynamicSiteClass' could be found (are you missing a using directive or an assembly reference?)
class.cs(1058,56): error CS1061: Type `Mono.CSharp.TypeContainer.DynamicSiteClass' does not contain a definition for `Define' and no extension method `Define' of type `Mono.CSharp.TypeContainer.DynamicSiteClass' could be found (are you missing a using directive or an assembly reference?)
Compilation failed: 3 error(s), 0 warnings
make[7]: *** [../class/lib/basic/gmcs.exe] Error 1
make[7]: Leaving directory `/home/garyt/mono/mono/mcs/mcs'
make[6]: *** [do-all] Error 2
make[6]: Leaving directory `/home/garyt/mono/mono/mcs/mcs'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/garyt/mono/mono/mcs'
make[4]: *** [profile-do--basic--all] Error 2
make[4]: Leaving directory `/home/garyt/mono/mono/mcs'
make[3]: *** [profiles-do--all] Error 2
make[3]: Leaving directory `/home/garyt/mono/mono/mcs'
make[2]: *** [all-local] Error 2
make[2]: Leaving directory `/home/garyt/mono/mono/runtime'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/garyt/mono/mono'
make: *** [all] Error 2

Thanks,
Gary
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20100820/bfafcee5/attachment.html 


More information about the Mono-devel-list mailing list