[MonoDevelop] Build broken

Giacomo Tesio giacomo at tesio.it
Tue Jun 7 07:03:29 EDT 2011


I can't build monodevelop from github master branch as I'm getting the
following errors:

 ./CSharp/Refactoring/ContextAction/UseExplicitType.cs(40,48): error CS1061:
Type `ICSharpCode.NRefactory.CSharp.Refactoring.RefactoringContext' does not
contain a definition for `Resolver' and no extension method `Resolver' of
type `ICSharpCode.NRefactory.CSharp.Refactoring.RefactoringContext' could be
found (are you missing a using directive or an assembly reference?)
./CSharp/Refactoring/RefactoringContext.cs(31,31): (Location of the symbol
related to previous error)
./CSharp/Refactoring/ContextAction/UseExplicitType.cs(40,25): error CS0825:
The contextual keyword `var' may only appear within a local variable
declaration
./CSharp/Refactoring/ContextAction/UseExplicitType.cs(43,102): error CS1061:
Type
`ICSharpCode.NRefactory.CSharp.AstNodeCollection<ICSharpCode.NRefactory.CSharp.VariableInitializer>'
does not contain a definition for `First' and no extension method `First' of
type
`ICSharpCode.NRefactory.CSharp.AstNodeCollection<ICSharpCode.NRefactory.CSharp.VariableInitializer>'
could be found (are you missing a using directive or an assembly reference?)
./CSharp/Ast/AstNodeCollection.cs(16,22): (Location of the symbol related to
previous error)
./CSharp/Refactoring/ContextAction/UseExplicitType.cs(43,71): error CS1502:
The best overloaded method match for
`ICSharpCode.NRefactory.CSharp.Refactoring.RefactoringContext.ResolveType(ICSharpCode.NRefactory.CSharp.AstNode)'
has some invalid arguments
./CSharp/Refactoring/RefactoringContext.cs(84,41): (Location of the symbol
related to previous error)
./CSharp/Refactoring/ContextAction/UseExplicitType.cs(43,71): error CS1503:
Argument `#1' cannot convert `object' expression to type
`ICSharpCode.NRefactory.CSharp.AstNode'
./CSharp/Refactoring/ContextAction/UseExplicitType.cs(43,40): error CS1502:
The best overloaded method match for
`ICSharpCode.NRefactory.CSharp.Refactoring.Script.Replace(ICSharpCode.NRefactory.CSharp.AstNode,
ICSharpCode.NRefactory.CSharp.AstNode)' has some invalid arguments
./CSharp/Refactoring/Script.cs(104,29): (Location of the symbol related to
previous error)
./CSharp/Refactoring/ContextAction/UseExplicitType.cs(43,40): error CS1503:
Argument `#2' cannot convert `object' expression to type
`ICSharpCode.NRefactory.CSharp.AstNode'
./CSharp/Refactoring/ContextAction/UseExplicitType.cs(50,78): error CS1061:
Type
`ICSharpCode.NRefactory.CSharp.AstNodeCollection<ICSharpCode.NRefactory.CSharp.VariableInitializer>'
does not contain a definition for `First' and no extension method `First' of
type
`ICSharpCode.NRefactory.CSharp.AstNodeCollection<ICSharpCode.NRefactory.CSharp.VariableInitializer>'
could be found (are you missing a using directive or an assembly reference?)
./CSharp/Ast/AstNodeCollection.cs(16,22): (Location of the symbol related to
previous error)
./CSharp/Refactoring/ContextAction/UseExplicitType.cs(51,75): error CS1061:
Type
`ICSharpCode.NRefactory.CSharp.AstNodeCollection<ICSharpCode.NRefactory.CSharp.VariableInitializer>'
does not contain a definition for `First' and no extension method `First' of
type
`ICSharpCode.NRefactory.CSharp.AstNodeCollection<ICSharpCode.NRefactory.CSharp.VariableInitializer>'
could be found (are you missing a using directive or an assembly reference?)
./CSharp/Ast/AstNodeCollection.cs(16,22): (Location of the symbol related to
previous error)
./CSharp/Refactoring/ContextAction/UseExplicitType.cs(51,45): error CS1502:
The best overloaded method match for
`ICSharpCode.NRefactory.CSharp.Refactoring.RefactoringContext.ResolveType(ICSharpCode.NRefactory.CSharp.AstNode)'
has some invalid arguments
./CSharp/Refactoring/RefactoringContext.cs(84,41): (Location of the symbol
related to previous error)
./CSharp/Refactoring/ContextAction/UseExplicitType.cs(51,45): error CS1503:
Argument `#1' cannot convert `object' expression to type
`ICSharpCode.NRefactory.CSharp.AstNode'

Sorry for the rushed report, but I can't analyze the problem further, today.


Giacomo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20110607/15a14308/attachment.html 


More information about the Monodevelop-list mailing list