[IronPython] how to build ironpython on ubuntu from sources?

ben kuin benkuin at gmail.com
Sat Jan 8 00:38:00 CET 2011


Ok, I've switched to 'false' and now I get:


21 Warning(s)
13 Error(s)

- Some errors still sound like warnings to me.

- most of the errors throws a ' Type of ... is not CLS-compliant' message


Errors
----------
Compiler/UncollectableCompilationMode.cs(493,22): error CS0219: The
variable `returnType' is assigned but its value is never used

Runtime/PythonOptions.cs(29,9): error CS3003: Type of
`IronPython.PythonDivisionOptions.Old' is not CLS-compliant

Runtime/PythonOptions.cs(30,9): error CS3003: Type of
`IronPython.PythonDivisionOptions.New' is not CLS-compliant

Runtime/PythonOptions.cs(31,9): error CS3003: Type of
`IronPython.PythonDivisionOptions.Warn' is not CLS-compliant

Runtime/PythonOptions.cs(32,9): error CS3003: Type of
`IronPython.PythonDivisionOptions.WarnAll' is not CLS-compliant

Runtime/PythonOptions.cs(205,38): error CS3003: Type of
`IronPython.PythonOptions.DivisionOptions' is not CLS-compliant

Compiler/Tokenizer.cs(1664,26): error CS0472: The result of comparing
value type `IronPython.Compiler.Tokenizer.State' with null is `false'

Compiler/Tokenizer.cs(1664,35): error CS0162: Unreachable code detected

Compiler/Tokenizer.cs(1664,48): error CS0472: The result of comparing
value type `IronPython.Compiler.Tokenizer.State' with null is `false'

Runtime/Operations/IntOps.Generated.cs(183,30): error CS0675: The
operator `|' used on the sign-extended type `sbyte'. Consider casting
to a smaller unsigned type first

Runtime/Operations/LongOps.cs(1124,28): error CS1717: Assignment made
to same variable; did you mean to assign something else?

EngineHelper.cs(339,37): error CS0518: The predefined type
`Microsoft.CSharp.RuntimeBinder.Binder' is not defined or imported

EngineHelper.cs(339,37): error CS1969: Dynamic operation cannot be
compiled without `Microsoft.CSharp.dll' assembly reference


Entire build log
----------------------

XBuild Engine Version 2.9.0.0
Mono, Version 2.9.0.0
Copyright (C) Marek Sieradzki 2005-2008, Novell 2008-2009.
~/src/ironpython/main/Solutions/IronPython.sln:  warning : Project
file ~/src/ironpython/main/Hosts/SilverLight/Microsoft.Scripting.SilverLight/Microsoft.Scripting.Silverlight.csproj
referenced in the solution file, not found. Ignoring.
~/src/ironpython/main/Solutions/IronPython.sln:  warning : Project
file ~/src/ironpython/main/Hosts/SilverLight/Chiron/Chiron.csproj
referenced in the solution file, not found. Ignoring.
~/src/ironpython/main/Hosts/MerlinWeb/Microsoft.Scripting.AspNet/Microsoft.Scripting.AspNet.csproj:
 warning : Could not find project file
~/src/ironpython/main/Hosts/MerlinWeb/Solutions/Common.proj, to
import. Ignoring.
~/src/ironpython/main/Solutions/IronPython.sln:  warning : Don't know
how to handle GlobalSection TeamFoundationVersionControl, Ignoring.

Build started 1/7/2011 6:27:12 PM.
__________________________________________________
Project "~/src/ironpython/main/Solutions/IronPython.sln" (default target(s)):
	
	Target ValidateSolutionConfiguration:
		Building solution configuration "Debug|Any CPU".
	
	Target Build:
		Project "~/src/ironpython/main/Runtime/Microsoft.Scripting/Microsoft.Scripting.csproj"
(default target(s)):
			
			Target PrepareForBuild:
				Configuration: Debug Platform: AnyCPU
			
			Target GenerateSatelliteAssemblies:
			No input files were specified for target
GenerateSatelliteAssemblies, skipping.
			
			Target CoreCompile:
			Skipping target "CoreCompile" because its outputs are up-to-date.
		Done building project
"~/src/ironpython/main/Runtime/Microsoft.Scripting/Microsoft.Scripting.csproj".
		
		Project "~/src/ironpython/main/Runtime/Microsoft.Scripting.Metadata/Microsoft.Scripting.Metadata.csproj"
(default target(s)):
			
			Target PrepareForBuild:
				Configuration: Debug Platform: AnyCPU
			
			Target GenerateSatelliteAssemblies:
			No input files were specified for target
GenerateSatelliteAssemblies, skipping.
			
			Target CoreCompile:
			Skipping target "CoreCompile" because its outputs are up-to-date.
		Done building project
"~/src/ironpython/main/Runtime/Microsoft.Scripting.Metadata/Microsoft.Scripting.Metadata.csproj".
		
		The project 'Microsoft.Scripting.Silverlight' is disabled for
solution configuration 'Debug|Any CPU'.
		Project "~/src/ironpython/main/Runtime/Microsoft.Dynamic/Microsoft.Dynamic.csproj"
(default target(s)):
			
			Target PrepareForBuild:
				Configuration: Debug Platform: AnyCPU
			
			Target GenerateSatelliteAssemblies:
			No input files were specified for target
GenerateSatelliteAssemblies, skipping.
			
			Target CoreCompile:
				Tool ~/local/mono/bin/dmcs execution started with arguments:
/noconfig /debug:full /debug+ /optimize-
/out:obj/Debug/Microsoft.Dynamic.dll Actions/Calls/ActualArguments.cs
Actions/Calls/ApplicableCandidate.cs Actions/Calls/ArgBuilder.cs
Actions/Calls/ArgumentBinding.cs Actions/Calls/BindingResult.cs
Actions/Calls/BindingTarget.cs Actions/Calls/ByRefReturnBuilder.cs
Actions/Calls/CallFailure.cs Actions/Calls/CallFailureReason.cs
Actions/Calls/CandidateSet.cs Actions/Calls/ConversionResult.cs
Actions/Calls/DefaultArgBuilder.cs
Actions/Calls/DefaultOverloadResolver.cs
Actions/Calls/InstanceBuilder.cs Actions/Calls/KeywordArgBuilder.cs
Actions/Calls/KeywordConstructorReturnBuilder.cs
Actions/Calls/MethodCandidate.cs Actions/Calls/NarrowingLevel.cs
Actions/Calls/OutArgBuilder.cs Actions/Calls/OverloadInfo.cs
Actions/Calls/OverloadResolver.cs
Actions/Calls/OverloadResolverFactory.cs
Actions/Calls/ParameterMapping.cs Actions/Calls/ParameterWrapper.cs
Actions/Calls/ParamsArgBuilder.cs
Actions/Calls/ParamsDictArgBuilder.cs
Actions/Calls/ReferenceArgBuilder.cs
Actions/Calls/RestrictedArguments.cs Actions/Calls/ReturnBuilder.cs
Actions/Calls/ReturnReferenceArgBuilder.cs
Actions/Calls/SimpleArgBuilder.cs Actions/Calls/TypeInferer.cs
Actions/ConversionResultKind.cs Actions/DefaultBinder.Operations.cs
Actions/ErrorMetaObject.cs Actions/Interceptor.cs
Actions/DynamicSiteHelper.cs Actions/ExtensionBinaryOperationBinder.cs
Actions/ExtensionUnaryOperationBinder.cs Actions/MemberRequestKind.cs
Actions/OperationBinder.cs Actions/OperationMetaObject.cs
Ast/BlockBuilder.cs Ast/ExpressionCollectionBuilder.cs
Ast/FinallyFlowControlExpression.cs Ast/FlowControlRewriter.cs
Ast/ILightExceptionAwareExpression.cs Actions/ILightExceptionBinder.cs
Ast/LightCheckAndThrowExpression.cs
Ast/LightExceptionConvertingExpression.cs Ast/LightLambdaExpression.cs
Ast/LightThrowExpression.cs Debugging/CollectionUtils.cs
Debugging/CompilerServices/DebugLambdaInfo.cs
Debugging/CompilerServices/IDebugCompilerSupport.cs
Debugging/DebugContext.cs Debugging/DebugContext.GeneratorLoopProc.cs
Debugging/DebugFrame.cs Debugging/DebuggableLambdaBuilder.cs
Debugging/DebugGenerator.cs Debugging/DebugInfoRewriter.cs
Debugging/DebugMode.cs Debugging/DebugSourceFile.cs
Debugging/DebugSourceSpan.cs Debugging/DebugThread.cs
Debugging/DefaultRuntimeVariablesImpl/DebugRuntimeVariables.cs
Debugging/DefaultRuntimeVariablesImpl/DefaultDebugThread.cs
Debugging/DefaultRuntimeVariablesImpl/DefaultDebugThreadFactory.cs
Debugging/DelegateHelpers.cs
Debugging/ForceToGeneratorLoopException.cs Debugging/FunctionInfo.cs
Debugging/IDebugCallback.cs Debugging/InvokeTargets.cs
Debugging/LambdaWalker.cs
Debugging/Microsoft.Scripting.Debugging.Generated.cs
Debugging/RuntimeOps.cs
Debugging/RuntimeVariablesSupport/IDebugRuntimeVariables.cs
Debugging/RuntimeVariablesSupport/IDebugThreadFactory.cs
Debugging/ScopedRuntimeVariables.cs Debugging/ThreadLocal.cs
Debugging/TraceEventKind.cs Debugging/TracePipeline/ITraceCallback.cs
Debugging/TracePipeline/ITracePipeline.cs
Debugging/TracePipeline/TracePipeline.cs Debugging/VariableInfo.cs
Runtime/DynamicXamlReader.cs Runtime/LightThrowingAttribute.cs
Ast/LightExceptionRewriter.cs Runtime/LightExceptions.cs
Ast/SourceFileInformation.cs Ast/LightDynamicExpression.cs
Ast/Utils.cs Ast/NewArrayExpression.cs Ast/NewExpression.cs
Ast/UnaryExpression.cs ComInterop/ArgBuilder.cs
ComInterop/BoolArgBuilder.cs ComInterop/BoundDispEvent.cs
ComInterop/CollectionExtensions.cs ComInterop/ComBinder.cs
ComInterop/ComBinderHelpers.cs ComInterop/ComClassMetaObject.cs
ComInterop/ComDispIds.cs ComInterop/ComEventDesc.cs
ComInterop/ComEventSink.cs ComInterop/ComEventSinkProxy.cs
ComInterop/ComEventSinksContainer.cs
ComInterop/ComFallbackMetaObject.cs ComInterop/ComHresults.cs
ComInterop/ComInterop.cs ComInterop/ComInvokeAction.cs
ComInterop/ComInvokeBinder.cs ComInterop/ComMetaObject.cs
ComInterop/ComMethodDesc.cs ComInterop/ComObject.cs
ComInterop/ComParamDesc.cs ComInterop/ComRuntimeHelpers.cs
ComInterop/ComType.cs ComInterop/ComTypeClassDesc.cs
ComInterop/ComTypeDesc.cs ComInterop/ComTypeEnumDesc.cs
ComInterop/ComTypeLibDesc.cs ComInterop/ComTypeLibInfo.cs
ComInterop/ComTypeLibMemberDesc.cs ComInterop/ConversionArgBuilder.cs
ComInterop/ConvertArgBuilder.cs ComInterop/ConvertibleArgBuilder.cs
ComInterop/CurrencyArgBuilder.cs ComInterop/DateTimeArgBuilder.cs
ComInterop/DispatchArgBuilder.cs ComInterop/DispCallable.cs
ComInterop/DispCallableMetaObject.cs ComInterop/ErrorArgBuilder.cs
ComInterop/Errors.cs ComInterop/ExcepInfo.cs ComInterop/Helpers.cs
ComInterop/IDispatchComObject.cs ComInterop/IDispatchMetaObject.cs
ComInterop/IPseudoComObject.cs ComInterop/NullArgBuilder.cs
ComInterop/SimpleArgBuilder.cs ComInterop/SplatCallSite.cs
ComInterop/StringArgBuilder.cs ComInterop/TypeEnumMetaObject.cs
ComInterop/TypeLibInfoMetaObject.cs ComInterop/TypeLibMetaObject.cs
ComInterop/TypeUtils.cs ComInterop/UnknownArgBuilder.cs
ComInterop/VarEnumSelector.cs ComInterop/Variant.cs
ComInterop/VariantArgBuilder.cs ComInterop/VariantArray.cs
ComInterop/VariantBuilder.cs Generation/FieldBuilderExpression.cs
Hosting/Shell/ICommandDispatcher.cs
Hosting/Shell/Remote/ConsoleRestartManager.cs
Hosting/Shell/Remote/RemoteCommandDispatcher.cs
Hosting/Shell/Remote/RemoteConsoleCommandLine.cs
Hosting/Shell/Remote/RemoteConsoleHost.cs
Hosting/Shell/Remote/RemoteRuntimeServer.cs Interpreter/BranchLabel.cs
Interpreter/Instructions/AddInstruction.cs
Interpreter/Instructions/ArrayOperations.cs
Interpreter/Instructions/CallInstruction.cs
Interpreter/Instructions/CallInstruction.Generated.cs
Interpreter/Instructions/ControlFlowInstructions.cs
Interpreter/Instructions/DivInstruction.cs
Interpreter/Instructions/DynamicSplatInstruction.cs
Interpreter/Instructions/EqualInstruction.cs
Interpreter/Instructions/FieldOperations.cs
Interpreter/Instructions/GreaterThanInstruction.cs
Interpreter/Instructions/InstructionFactory.cs
Interpreter/Instructions/LabelInfo.cs
Interpreter/Instructions/LessThanInstruction.cs
Interpreter/Instructions/LocalAccess.cs
Interpreter/Instructions/InstructionList.cs
Interpreter/Instructions/NotEqualInstruction.cs
Interpreter/Instructions/NumericConvertInstruction.cs
Interpreter/Instructions/StackOperations.cs
Interpreter/Instructions/TypeOperations.cs
Interpreter/ILightCallSiteBinder.cs
Interpreter/LightDelegateCreator.cs
Interpreter/LightLambda.Generated.cs Interpreter/Interpreter.cs
Interpreter/Instructions/DynamicInstructions.Generated.cs
Interpreter/Instructions/DynamicInstructionN.cs
Interpreter/LightLambdaClosureVisitor.cs Interpreter/LightLambda.cs
Interpreter/Instructions/Instruction.cs Interpreter/LightCompiler.cs
Interpreter/LocalVariables.cs Interpreter/LoopCompiler.cs
Interpreter/RuntimeVariables.cs Interpreter/InterpretedFrame.cs
Math/BigIntegerV2.cs Math/BigIntegerV4.cs Runtime/ArgumentArray.cs
Runtime/BindingRestrictionsHelpers.cs
Runtime/DynamicDelegateCreator.cs Runtime/DynamicNull.cs
Runtime/Generator.cs Ast/GeneratorExpression.cs
Ast/GeneratorRewriter.cs Actions/Calls/Candidate.cs
Ast/YieldExpression.cs Generation/DelegateHelpers.cs
Generation/DelegateHelpers.Generated.cs Generation/AssemblyGen.cs
Generation/ConstantCheck.cs Generation/DynamicILGen.cs
Generation/ILGen.cs Generation/KeyedQueue.cs Generation/Snippets.cs
Generation/TypeGen.cs Actions/ComboActionRewriter.cs
Actions/ComboBinder.cs Actions/ConditionalBuilder.cs
Actions/DefaultBinder.Conversions.cs
Actions/DefaultBinder.DeleteMember.cs
Actions/DefaultBinder.GetMember.cs Actions/DefaultBinder.Invoke.cs
Actions/DefaultBinder.MethodCalls.cs
Actions/DefaultBinder.SetMember.cs Actions/DefaultBinder.cs
Actions/NoSideEffectsAttribute.cs Actions/OperatorInfo.cs
Ast/BinaryExpression.cs Ast/Block.cs Ast/ConstantExpression.cs
Ast/EmptyStatements.cs Ast/LambdaBuilder.cs
Ast/LambdaParameterRewriter.cs Ast/LoopStatement.cs
Ast/MethodCallExpression.cs Ast/TryStatementBuilder.cs
MultiRuntimeAwareAttribute.cs PerfTrack.cs Runtime/CompilerContext.cs
Runtime/DynamicLanguageProviderAttribute.cs
Runtime/IConvertibleMetaObject.cs Runtime/ICustomScriptCodeData.cs
Runtime/IRestrictedMetaObject.cs Runtime/LegacyScriptCode.cs
Runtime/MetaObjectExtensions.cs Runtime/RestrictedMetaObject.cs
Runtime/SavableScriptCode.cs Runtime/TokenizerBuffer.cs
Generation/MethodSignatureInfo.cs Hosting/Shell/BasicConsole.cs
Hosting/Shell/CommandLine.cs Hosting/Shell/ConsoleHost.cs
Hosting/Shell/ConsoleHostOptions.cs
Hosting/Shell/ConsoleHostOptionsParser.cs
Hosting/Shell/ConsoleOptions.cs Hosting/Shell/IConsole.cs
Hosting/Shell/OptionsParser.cs Hosting/Shell/Style.cs
Hosting/Shell/SuperConsole.cs GlobalSuppressions.cs Math/Complex64.cs
Properties/AssemblyInfo.cs Runtime/AmbiguousFileNameException.cs
Runtime/BinderOps.cs Runtime/CallTypes.cs Runtime/Cast.Generated.cs
Runtime/Cast.cs Runtime/CodeDomCodeGen.cs Runtime/DelegateInfo.cs
Runtime/DelegateSignatureInfo.cs Runtime/ISlice.cs
Runtime/IdDispenser.cs Runtime/LanguageBoundTextContentProvider.cs
Runtime/LocalsDictionary.cs Runtime/PositionTrackingWriter.cs
Runtime/ReturnFixer.cs Runtime/SourceStringContentProvider.cs
Utils/CacheDict.cs Utils/CollectionExtensions.cs
Utils/CopyOnWriteList.cs Utils/DynamicUtils.cs Utils/EnumUtils.cs
Utils/HybridReferenceDictionary.cs Utils/ListEqualityComparer.cs
Utils/MathUtils.cs Utils/MonitorUtils.cs Utils/Publisher.cs
Utils/ReadOnlyDictionary.cs Utils/ReferenceEqualityComparer.cs
Utils/HashSet.cs Utils/SynchronizedDictionary.cs Utils/ThreadLocal.cs
Utils/TypeUtils.cs Utils/ValueArray.cs Utils/WeakCollection.cs
Utils/WeakDictionary.cs Utils/WeakHandle.cs DebugOptions.cs
SpecSharp.cs MutableTuple.cs Actions/ActionBinder.cs
Actions/Argument.cs Actions/ArgumentType.cs
Actions/BoundMemberTracker.cs Actions/CallSignature.cs
Actions/ConstructorTracker.cs Actions/CustomTracker.cs
Actions/ErrorInfo.cs Actions/EventTracker.cs
Actions/ExtensionMethodTracker.cs Actions/ExtensionPropertyTracker.cs
Actions/FieldTracker.cs Actions/MemberGroup.cs
Actions/MemberTracker.cs Actions/MethodGroup.cs
Actions/MethodTracker.cs Actions/NamespaceTracker.cs
Actions/NestedTypeTracker.cs Actions/PropertyTracker.cs
Actions/ReflectedPropertyTracker.cs Actions/TopNamespaceTracker.cs
Actions/TrackerTypes.cs Actions/TypeGroup.cs Actions/TypeTracker.cs
Ast/DebugStatement.cs Ast/IfStatementBuilder.cs Ast/IfStatementTest.cs
Generation/CompilerHelpers.cs Generation/IExpressionSerializable.cs
Generation/ToDiskRewriter.cs Runtime/AssemblyTypeNames.cs
Runtime/BinderType.cs Runtime/CallTargets.cs
Runtime/CustomStringDictionary.cs Runtime/DlrCachedCodeAttribute.cs
Runtime/DocumentationAttribute.cs Runtime/ExceptionHelpers.cs
Runtime/ExplicitConversionMethodAttribute.cs Runtime/Extensible.cs
Runtime/ExtensionTypeAttribute.cs Runtime/ExtraKeyEnumerator.cs
Runtime/IMembersList.cs Runtime/ImplicitConversionMethodAttribute.cs
Runtime/ModuleChangeEventArgs.cs Runtime/ModuleChangeEventType.cs
Runtime/NullTextContentProvider.cs Runtime/OperationFailed.cs
Runtime/OperatorSlotAttribute.cs Runtime/PropertyMethodAttribute.cs
Runtime/ReflectionCache.cs Runtime/ScriptingRuntimeHelpers.cs
Runtime/StaticExtensionMethodAttribute.cs Runtime/Uninitialized.cs
Utils/ArrayUtils.cs Utils/AssemblyQualifiedTypeName.cs Utils/Assert.cs
Utils/CheckedDictionaryEnumerator.cs Utils/CollectionUtils.cs
Utils/ContractUtils.cs Utils/DictionaryUnionEnumerator.cs
Utils/ExceptionFactory.Generated.cs Utils/ExceptionUtils.cs
Utils/IOUtils.cs Utils/ReflectionUtils.cs Utils/StringUtils.cs
Utils/TextStream.cs IValueEquality.cs KeyboardInterruptException.cs
SourceFileContentProvider.cs /target:library /warnaserror-
/define:"DEBUG;TRACE;CLR4" /nowarn:1591
/doc:~/src/ironpython/main/Solutions/../bin/Debug/Microsoft.Dynamic.xml
/reference:~/local/mono/lib/mono/4.0/System.dll
/reference:~/local/mono/lib/mono/4.0/System.Xml.dll
/reference:~/local/mono/lib/mono/4.0/System.Configuration.dll
/reference:~/local/mono/lib/mono/4.0/System.Numerics.dll
/reference:~/local/mono/lib/mono/4.0/System.Core.dll
/reference:~/local/mono/lib/mono/4.0/System.Data.dll
/reference:~/local/mono/lib/mono/4.0/System.Runtime.Remoting.dll
/reference:~/local/mono/lib/mono/4.0/System.Xaml.dll
/reference:~/src/ironpython/main/bin/Debug//Microsoft.Scripting.dll
/reference:~/src/ironpython/main/bin/Debug//Microsoft.Scripting.Metadata.dll
/reference:~/local/mono/lib/mono/4.0/mscorlib.dll /warn:4
Actions/DefaultBinder.Conversions.cs(48,18): warning CS0219: The
variable `knownType' is assigned but its value is never used
Actions/DefaultBinder.GetMember.cs(215,26): warning CS0219: The
variable `x' is assigned but its value is never used
Actions/DefaultBinder.Invoke.cs(261,24): warning CS0219: The variable
`instance' is assigned but its value is never used
Interpreter/LightCompiler.cs(1070,17): warning CS0219: The variable
`tryStackDepth' is assigned but its value is never used
Interpreter/LightCompiler.cs(1091,21): warning CS0219: The variable
`handlerContinuationDepth' is assigned but its value is never used
Generation/ILGen.cs(1188,18): warning CS0219: The variable
`isFromFloatingPoint' is assigned but its value is never used
Generation/Snippets.cs(115,30): warning CS0219: The variable
`coreAssemblyLocations' is assigned but its value is never used
Runtime/DelegateInfo.cs(100,26): warning CS0219: The variable
`siteType' is assigned but its value is never used
Runtime/DelegateInfo.cs(102,26): warning CS0219: The variable
`convertSiteType' is assigned but its value is never used
Utils/EnumUtils.cs(37,68): warning CS0675: The operator `|' used on
the sign-extended type `sbyte'. Consider casting to a smaller unsigned
type first
MutableTuple.cs(268,21): warning CS0219: The variable `argCnt' is
assigned but its value is never used
Actions/ActionBinder.cs(131,18): warning CS0219: The variable
`visType' is assigned but its value is never used
Utils/ReflectionUtils.cs(150,24): warning CS0219: The variable `name'
is assigned but its value is never used
ComInterop/ExcepInfo.cs(37,24): warning CS0414: The private field
`Microsoft.Scripting.ComInterop.ExcepInfo.pvReserved' is assigned but
its value is never used
ComInterop/Variant.cs(78,28): warning CS0169: The private field
`Microsoft.Scripting.ComInterop.Variant.Record._record' is never used
ComInterop/Variant.cs(79,28): warning CS0169: The private field
`Microsoft.Scripting.ComInterop.Variant.Record._recordInfo' is never
used
			
			Target DeployOutputFiles:
				Copying file from
'~/src/ironpython/main/Runtime/Microsoft.Dynamic/obj/Debug/Microsoft.Dynamic.dll.mdb'
to '~/src/ironpython/main/bin/Debug/Microsoft.Dynamic.dll.mdb'
				Copying file from
'~/src/ironpython/main/Runtime/Microsoft.Dynamic/obj/Debug/Microsoft.Dynamic.dll'
to '~/src/ironpython/main/bin/Debug/Microsoft.Dynamic.dll'
		Done building project
"~/src/ironpython/main/Runtime/Microsoft.Dynamic/Microsoft.Dynamic.csproj".
		
		Project "~/src/ironpython/main/Languages/IronPython/IronPython/IronPython.csproj"
(default target(s)):
			
			Target PrepareForBuild:
				Configuration: Debug Platform: AnyCPU
			
			Target GenerateSatelliteAssemblies:
			No input files were specified for target
GenerateSatelliteAssemblies, skipping.
			
			Target CoreCompile:
				Tool ~/local/mono/bin/dmcs execution started with arguments:
/noconfig /debug:full /debug+ /optimize- /out:obj/Debug/IronPython.dll
/resource:obj/Debug/IronPython.Resources.resources
Compiler/Ast/AndExpression.cs Compiler/Ast/Arg.cs
Compiler/Ast/DynamicConvertExpression.cs
Compiler/Ast/DynamicGetMemberExpression.cs
Compiler/Ast/GetGlobalContextExpression.cs
Compiler/Ast/GetParentContextFromFunctionExpression.cs
Compiler/Ast/PythonConstantExpression.cs
Compiler/Ast/SerializedScopeStatement.cs Compiler/Ast/SetExpression.cs
Compiler/CollectableCompilationMode.cs Compiler/Ast/AssertStatement.cs
Compiler/Ast/AssignmentStatement.cs Compiler/Ast/AstMethods.cs
Compiler/Ast/BinaryExpression.Generated.cs
Compiler/Ast/ILoopStatement.cs Compiler/PythonDynamicExpression.cs
Compiler/UncollectableCompilationMode.Generated.cs
Compiler/RunnableScriptCode.cs Runtime/Binding/IPythonExpandable.cs
Runtime/Binding/PythonExtensionBinder.cs
Runtime/BuiltinPythonModule.cs Runtime/ConstantDictionaryStorage.cs
Runtime/DictionaryTypeInfoAttribute.cs Modules/imp.cs
Runtime/DebuggerDictionaryStorage.cs
Runtime/Binding/IComConvertible.cs Runtime/CodeContext.cs
Runtime/CollectionDebugView.cs
Runtime/DontMapIEnumerableToIterAttribute.cs
Compiler/UncollectableCompilationMode.cs
Runtime/Binding/ContextArgBuilder.cs Runtime/Binding/IFastSettable.cs
Runtime/Binding/PythonBinder.Create.cs
Runtime/Binding/PythonOverloadResolver.cs
Runtime/Binding/SiteLocalStorageBuilder.cs
Compiler/ClosureExpression.cs Compiler/ClosureInfo.cs
Compiler/GeneratorRewriter.cs Compiler/LazyCode.cs
Runtime/DontMapGetMemberNamesToDirAttribute.cs
Runtime/DontMapICollectionToLenAttribute.cs
Runtime/DontMapIDisposableToContextManagerAttribute.cs
Runtime/DontMapIEnumerableToContainsAttribute.cs
Runtime/EmptyDictionaryStorage.cs
Runtime/Exceptions/AttributeErrorException.cs
Runtime/Exceptions/BufferException.Generated.cs
Runtime/Exceptions/PythonException.cs
Runtime/Exceptions/TypeErrorException.cs
Runtime/Exceptions/ValueErrorException.cs
Runtime/Exceptions/Win32Exception.cs Runtime/ExtensionMethodSet.cs
Runtime/FutureBuiltins.cs Runtime/Binding/IPythonConvertible.cs
Runtime/IBufferProtocol.cs Runtime/InstancedModuleDictionaryStorage.cs
Runtime/MemoryView.cs Runtime/Method.Generated.cs
Runtime/PythonDocumentationProvider.cs
Runtime/PythonHiddenBaseClassAttribute.cs
Runtime/SequenceTypeInfoAttribute.cs Runtime/ModuleContext.cs
Runtime/ModuleGlobalCache.cs Runtime/ModuleOptions.cs
Runtime/ObjectDebugView.cs Runtime/Profiler.cs
Compiler/CompilationMode.cs Compiler/Ast/AugmentedAssignStatement.cs
Compiler/Ast/BackQuoteExpression.cs Compiler/Ast/BinaryExpression.cs
Compiler/Ast/BreakStatement.cs Compiler/Ast/CallExpression.cs
Compiler/Ast/ClassDefinition.cs Compiler/Ast/ConditionalExpression.cs
Compiler/Ast/ConstantExpression.cs Compiler/Ast/ContinueStatement.cs
Compiler/Ast/DelStatement.cs Compiler/Ast/DictionaryExpression.cs
Compiler/Ast/DottedName.cs Compiler/Ast/EmptyStatement.cs
Compiler/Ast/ErrorExpression.cs Compiler/Ast/ExecStatement.cs
Compiler/Ast/Expression.cs Compiler/Ast/ExpressionStatement.cs
Compiler/Ast/FlowChecker.cs Compiler/Ast/ForStatement.cs
Compiler/Ast/FromImportStatement.cs Compiler/Ast/FunctionDefinition.cs
Compiler/Ast/GeneratorExpression.cs Compiler/Ast/GlobalStatement.cs
Compiler/Ast/IfStatement.cs Compiler/Ast/IfStatementTest.cs
Compiler/Ast/ImportStatement.cs Compiler/Ast/IndexExpression.cs
Compiler/Ast/LambdaExpression.cs Compiler/Ast/Comprehension.cs
Compiler/Ast/ComprehensionFor.cs Compiler/Ast/ComprehensionIf.cs
Compiler/Ast/ListExpression.cs Compiler/LookupCompilationMode.cs
Compiler/Ast/MemberExpression.cs Compiler/Ast/ModuleName.cs
Compiler/Ast/NameExpression.cs Compiler/Ast/Node.cs
Compiler/ReducableDynamicExpression.cs
Compiler/PythonSavableScriptCode.cs Compiler/Ast/OrExpression.cs
Compiler/Ast/Parameter.cs Compiler/Ast/ParenthesisExpression.cs
Compiler/Ast/PrintStatement.cs Compiler/Ast/PythonAst.cs
Compiler/Ast/PythonNameBinder.cs Compiler/Ast/PythonOperator.cs
Compiler/Ast/PythonReference.cs Compiler/Ast/RaiseStatement.cs
Compiler/Ast/RelativeModuleName.cs Compiler/Ast/ReturnStatement.cs
Compiler/Ast/ScopeStatement.cs Compiler/Ast/SequenceExpression.cs
Compiler/Ast/SliceExpression.cs Compiler/Ast/Statement.cs
Compiler/Ast/SuiteStatement.cs Compiler/Ast/TryStatement.cs
Compiler/Ast/TupleExpression.cs Compiler/Ast/UnaryExpression.cs
Compiler/Ast/PythonVariable.cs Compiler/Ast/PythonWalker.Generated.cs
Compiler/Ast/VariableKind.cs Compiler/Ast/WhileStatement.cs
Compiler/Ast/WithStatement.cs Compiler/Ast/YieldExpression.cs
Compiler/OnDiskScriptCode.cs Runtime/Binding/FastBindResult.cs
Runtime/Binding/FastGetBase.cs Runtime/Binding/FastSetBase.cs
Runtime/Binding/IFastGettable.cs Runtime/Binding/IFastInvokable.cs
Runtime/Binding/BinaryRetTypeBinder.cs
Runtime/Binding/BinaryRetTypeBinder.Generated.cs
Runtime/BuiltinsDictionaryStorage.cs
Runtime/CustomDictionaryStorage.cs Runtime/GlobalDictionaryStorage.cs
Compiler/ToDiskCompilationMode.cs Compiler/PythonGlobal.cs
Compiler/PythonGlobalVariableExpression.cs
Compiler/PythonScriptCode.cs Compiler/RuntimeScriptCode.cs
Hosting/PythonService.cs MaybeNotImplementedAttribute.cs
Runtime/BindingWarnings.cs Runtime/Binding/Binders.cs
Runtime/Binding/CompatibilityInvokeBinder.cs
Runtime/Binding/CreateFallbackBinder.cs
Runtime/Binding/IPythonOperable.cs
Runtime/Binding/PythonBinaryOperationBinder.cs
Runtime/Binding/PythonDeleteIndexBinder.cs
Runtime/Binding/PythonDeleteSliceBinder.cs
Runtime/Binding/PythonGetIndexBinder.cs
Runtime/Binding/PythonGetMemberBinder.cs
Runtime/Binding/PythonDeleteMemberBinder.cs
Runtime/Binding/IPythonInvokable.cs Runtime/Binding/IPythonGetable.cs
Runtime/Binding/IPythonSite.cs Runtime/Binding/PythonGetSliceBinder.cs
Runtime/Binding/PythonIndexType.cs Runtime/Binding/PythonProtocol.cs
Runtime/Binding/PythonProtocol.Operations.cs
Runtime/Binding/PythonSetIndexBinder.cs
Runtime/Binding/PythonSetMemberBinder.cs
Runtime/Binding/BindingHelpers.cs
Runtime/Binding/ConditionalBuilder.cs
Runtime/Binding/MetaUserObject.cs
Runtime/Binding/MetaUserObject.Members.cs
Runtime/Binding/PythonSetSliceBinder.cs
Runtime/Binding/PythonOperationKind.cs
Runtime/Binding/PythonUnaryOperationBinder.cs
Runtime/Binding/SlotOrFunction.cs Runtime/ByteArray.cs
Runtime/Bytes.cs Runtime/ClassMethodAttribute.cs Runtime/ClrModule.cs
Runtime/Exceptions/BytesWarningException.cs Runtime/Index.cs
Runtime/NewStringFormatter.cs Runtime/Operations/ByteOps.cs
Runtime/Operations/IListOfByteOps.cs
Runtime/BytesConversionAttribute.cs Runtime/Python3Warning.cs
Runtime/PythonContext.Generated.cs Runtime/PythonDynamicStackFrame.cs
Runtime/PythonFunction.Generated.cs Runtime/PythonOptions.cs
Runtime/CompiledLoader.cs Runtime/NoLineFeedSourceContentProvider.cs
Runtime/ModuleLoader.cs Runtime/PythonTracebackListener.cs
Runtime/Reversed.cs Runtime/PythonHiddenAttribute.cs
Runtime/PythonModuleAttribute.cs Runtime/PythonTypeAttribute.cs
Runtime/RuntimeVariablesDictionaryStorage.cs Runtime/SetStorage.cs
Runtime/SiteLocalStorage.cs Runtime/StringFormatSpec.cs
Runtime/SysModuleDictionaryStorage.cs
Runtime/Types/CachedNewTypeInfo.cs
Runtime/Types/DynamicBaseTypeAttribute.cs
Runtime/Types/InstanceCreator.cs Runtime/Types/NameConverter.cs
Runtime/Types/NewTypeInfo.cs Runtime/Types/NewTypeMaker.cs
Hosting/PythonCodeDomCodeGen.cs Compiler/PythonCompilerOptions.cs
Compiler/Parser.cs Compiler/Token.cs Compiler/Tokenizer.cs
Compiler/Tokenizer.Generated.cs Compiler/TokenKind.Generated.cs
GlobalSuppressions.cs Hosting/PythonCommandLine.cs
Hosting/PythonConsoleOptions.cs Hosting/PythonOptionsParser.cs
Properties/AssemblyInfo.cs Properties/Visibility.cs Hosting/Python.cs
Resources.Designer.cs Runtime/Binding/PythonInvokeBinder.cs
Runtime/Binding/ConversionBinder.cs Compiler/PythonCallTargets.cs
Runtime/CommonDictionaryStorage.cs Runtime/DictionaryStorage.cs
Runtime/ErrorCodes.cs
Runtime/Exceptions/AssertionException.Generated.cs
Runtime/Exceptions/DeprecationWarningException.Generated.cs
Runtime/Exceptions/EnvironmentException.Generated.cs
Runtime/Exceptions/FloatingPointException.Generated.cs
Runtime/Exceptions/FutureWarningException.Generated.cs
Runtime/Exceptions/GeneratorExitException.cs
Runtime/Exceptions/ImportException.Generated.cs
Runtime/Exceptions/ImportWarningException.Generated.cs
Runtime/Exceptions/IndentationException.cs
Runtime/Exceptions/IPythonException.cs
Runtime/Exceptions/LookupException.Generated.cs
Runtime/Exceptions/ObjectException.cs
Runtime/Exceptions/OldInstanceException.cs
Runtime/Exceptions/OSException.Generated.cs
Runtime/Exceptions/PendingDeprecationWarningException.Generated.cs
Runtime/Exceptions/PythonExceptions.cs
Runtime/Exceptions/PythonExceptions.Generated.cs
Runtime/Exceptions/ReferenceException.Generated.cs
Runtime/Exceptions/RuntimeException.Generated.cs
Runtime/Exceptions/RuntimeWarningException.Generated.cs
Runtime/Exceptions/StopIterationException.Generated.cs
Runtime/Exceptions/SyntaxWarningException.Generated.cs
Runtime/Exceptions/SystemExitException.cs
Runtime/Exceptions/TabException.cs
Runtime/Exceptions/UnicodeException.Generated.cs
Runtime/Exceptions/UnicodeTranslateException.Generated.cs
Runtime/Exceptions/UnicodeWarningException.Generated.cs
Runtime/Exceptions/UserWarningException.Generated.cs
Runtime/Exceptions/WarningException.Generated.cs
Runtime/IParameterSequence.cs Runtime/KwCallInfo.cs
Runtime/Binding/MetaBuiltinFunction.cs
Runtime/Binding/MetaBuiltinMethodDescriptor.cs
Runtime/Binding/MetaMethod.cs Runtime/Binding/MetaOldClass.cs
Runtime/Binding/MetaOldInstance.cs
Runtime/Binding/MetaPythonFunction.cs
Runtime/Binding/MetaPythonType.Calls.cs
Runtime/Binding/MetaPythonObject.cs Runtime/Binding/MetaPythonType.cs
Runtime/Binding/MetaPythonType.Members.cs
Runtime/Binding/PythonOperationBinder.cs Runtime/MissingParameter.cs
Runtime/ModuleDictionaryStorage.cs Runtime/Operations/DBNullOps.cs
Runtime/Operations/DictionaryOfTOps.cs
Runtime/Operations/ListOfTOps.cs Runtime/StringDictionaryStorage.cs
Runtime/NameType.cs Runtime/Operations/ComOps.cs
Runtime/Operations/PythonTypeOps.cs Runtime/PythonAsciiEncoding.cs
Modules/Builtin.cs Modules/Builtin.Generated.cs
Runtime/ClassMethodDescriptor.cs Runtime/CompileFlags.cs
Runtime/DefaultContext.cs Runtime/Descriptors.cs
Runtime/PythonFunction.cs Runtime/FunctionAttributes.cs
Runtime/FunctionCode.cs Runtime/Method.cs
Runtime/Binding/PythonBinder.cs Runtime/CompareUtil.cs
Runtime/ConversionWrappers.cs Runtime/Converter.cs
Runtime/PythonDictionary.cs Runtime/DictionaryOps.cs
Runtime/Types/DocBuilder.cs Runtime/Enumerate.cs
Runtime/Exceptions/TraceBack.cs Runtime/Generator.cs
Runtime/Importer.cs Runtime/Interfaces.cs Runtime/List.cs
Runtime/LiteralParser.cs Runtime/ObjectAttributesAdapter.cs
Runtime/Operations/ArrayOps.cs Runtime/Operations/BoolOps.cs
Runtime/Types/BuiltinFunctionOverloadMapper.cs
Runtime/Operations/CharOps.cs Runtime/Operations/ComplexOps.cs
Runtime/Operations/CustomTypeDescHelpers.cs
Runtime/Operations/DecimalOps.cs Runtime/Operations/EnumOps.cs
Runtime/Operations/FloatOps.cs Runtime/Operations/InstanceOps.cs
Runtime/Operations/IntOps.cs Runtime/Operations/IntOps.Generated.cs
Runtime/Operations/LongOps.cs Runtime/Operations/ObjectOps.cs
Runtime/Operations/PythonOps.cs
Runtime/Operations/PythonOps.Generated.cs
Runtime/Operations/PythonCalls.cs
Runtime/Operations/NamespaceTrackerOps.cs
Runtime/Operations/StringOps.cs Runtime/Operations/TypeTrackerOps.cs
Runtime/Operations/TypeGroupOps.cs Runtime/Operations/UserTypeOps.cs
Runtime/OutputWriter.cs Runtime/PythonBuffer.cs
Runtime/PythonContext.cs Runtime/PythonFile.cs
Runtime/PythonScopeExtension.cs Runtime/PythonNarrowing.cs
Runtime/ScopeDictionaryStorage.cs Runtime/Set.cs Runtime/Slice.cs
Runtime/StringFormatter.cs Runtime/Super.cs
Runtime/Symbols.Generated.cs Runtime/PythonTuple.cs Modules/sys.cs
Runtime/ThrowingErrorSink.cs Runtime/Types/CustomAttributeTracker.cs
Runtime/Types/CustomInstanceDictionaryStorage.cs
Runtime/Operations/DelegateOps.cs Runtime/Types/DictProxy.cs
Runtime/Types/FunctionType.cs Runtime/Types/OperatorMapping.cs
Runtime/Types/ParameterInfoWrapper.cs Runtime/Types/PythonSiteCache.cs
Runtime/Types/PythonType.Generated.cs
Runtime/Types/PythonTypeDataSlot.cs Runtime/Types/ResolvedMember.cs
Runtime/Types/SlotFieldAttribute.cs
Runtime/Types/PythonTypeDictSlot.cs
Runtime/Types/PythonTypeTypeSlot.cs
Runtime/Types/PythonTypeUserDescriptorSlot.cs
Runtime/Types/PythonTypeWeakRefSlot.cs Runtime/Types/EmptyType.cs
Runtime/Types/Mro.cs Runtime/Types/OldClass.cs
Runtime/Types/OldInstance.cs Runtime/Types/OldInstance.Generated.cs
Runtime/Types/PythonAssemblyOps.cs Runtime/PythonModule.cs
Runtime/Types/ReflectedSlotProperty.cs
Runtime/Types/TypeCache.Generated.cs Runtime/Types/TypeInfo.cs
Runtime/Types/TypeInfo.Generated.cs Runtime/Types/BuiltinFunction.cs
Runtime/Types/BuiltinMethodDescriptor.cs
Runtime/Types/ConstructorFunction.cs Runtime/Types/ReflectedEvent.cs
Runtime/Types/ReflectedExtensionProperty.cs
Runtime/Types/ReflectedField.cs Runtime/Types/ReflectedGetterSetter.cs
Runtime/Types/ReflectedIndexer.cs Runtime/Types/ReflectedProperty.cs
Runtime/Types/PythonType.cs Runtime/Types/ExtensionPropertyInfo.cs
Runtime/Types/IPythonObject.cs Runtime/Types/PythonTypeSlot.cs
Runtime/Types/DynamicHelpers.cs Runtime/UnboundNameException.cs
Runtime/WarningInfo.cs Runtime/WeakRef.cs Runtime/Win32Native.cs
Runtime/WrapperDescriptorAttribute.cs Runtime/WrapperDictionary.cs
Runtime/XamlObjectWriterSettings.cs Runtime/XRange.cs
../AssemblyVersion.cs /target:library /warnaserror+
/define:"DEBUG;TRACE;CLR4" /nowarn:1591
/doc:~/src/ironpython/main/Solutions/../bin/Debug/IronPython.xml
/reference:~/local/mono/lib/mono/4.0/System.dll
/reference:~/local/mono/lib/mono/4.0/System.Data.dll
/reference:~/local/mono/lib/mono/4.0/System.Xml.dll
/reference:~/local/mono/lib/mono/4.0/System.Numerics.dll
/reference:~/local/mono/lib/mono/4.0/System.Core.dll
/reference:~/local/mono/lib/mono/4.0/System.Xaml.dll
/reference:~/src/ironpython/main/bin/Debug//Microsoft.Scripting.dll
/reference:~/src/ironpython/main/bin/Debug//Microsoft.Dynamic.dll
/reference:~/local/mono/lib/mono/4.0/mscorlib.dll
/reference:~/local/mono/lib/mono/4.0/System.Configuration.dll
/reference:~/local/mono/lib/mono/4.0/System.Runtime.Remoting.dll
/reference:~/src/ironpython/main/bin/Debug/Microsoft.Scripting.Metadata.dll
/warn:4
Compiler/UncollectableCompilationMode.cs(493,22): error CS0219: The
variable `returnType' is assigned but its value is never used
Runtime/PythonOptions.cs(29,9): error CS3003: Type of
`IronPython.PythonDivisionOptions.Old' is not CLS-compliant
Runtime/PythonOptions.cs(30,9): error CS3003: Type of
`IronPython.PythonDivisionOptions.New' is not CLS-compliant
Runtime/PythonOptions.cs(31,9): error CS3003: Type of
`IronPython.PythonDivisionOptions.Warn' is not CLS-compliant
Runtime/PythonOptions.cs(32,9): error CS3003: Type of
`IronPython.PythonDivisionOptions.WarnAll' is not CLS-compliant
Runtime/PythonOptions.cs(205,38): error CS3003: Type of
`IronPython.PythonOptions.DivisionOptions' is not CLS-compliant
Compiler/Tokenizer.cs(1664,26): error CS0472: The result of comparing
value type `IronPython.Compiler.Tokenizer.State' with null is `false'
Compiler/Tokenizer.cs(1664,35): error CS0162: Unreachable code detected
Compiler/Tokenizer.cs(1664,48): error CS0472: The result of comparing
value type `IronPython.Compiler.Tokenizer.State' with null is `false'
Runtime/Operations/IntOps.Generated.cs(183,30): error CS0675: The
operator `|' used on the sign-extended type `sbyte'. Consider casting
to a smaller unsigned type first
Runtime/Operations/LongOps.cs(1124,28): error CS1717: Assignment made
to same variable; did you mean to assign something else?
			Task "Csc" execution -- FAILED
			Done building target "CoreCompile" in project
"~/src/ironpython/main/Languages/IronPython/IronPython/IronPython.csproj".--
FAILED
			
		Done building project
"~/src/ironpython/main/Languages/IronPython/IronPython/IronPython.csproj".--
FAILED
		
		Project "~/src/ironpython/main/Hosts/MerlinWeb/Microsoft.Scripting.AspNet/Microsoft.Scripting.AspNet.csproj"
(default target(s)):
			
			Target PrepareForBuild:
				Configuration: Debug Platform: AnyCPU
			
			Target ResolveAssemblyReferences:
~/local/mono/lib/mono/4.0/Microsoft.Common.targets:  warning :
Reference 'System.Web.RegularExpressions' not resolved
				For searchpath {CandidateAssemblyFiles}
				Warning: {CandidateAssemblyFiles} not supported currently
				For searchpath {HintPathFromItem}
				HintPath attribute not found
				For searchpath {TargetFrameworkDirectory}
				Considered target framework dir ~/local/mono/lib/mono/4.0,
assembly named 'System.Web.RegularExpressions' not found.
				For searchpath {PkgConfig}
				Considered System.Web.RegularExpressions, but could not find in
any pkg-config files.
				For searchpath {GAC}
				Considered System.Web.RegularExpressions, but could not find in the GAC.
				For searchpath {RawFileName}
				Considered '~/src/ironpython/main/Hosts/MerlinWeb/Microsoft.Scripting.AspNet/System.Web.RegularExpressions'
as a file, but the file does not exist
				For searchpath ~/src/ironpython/main/Solutions/../bin/Debug/
				Considered '~/src/ironpython/main/bin/Debug/System.Web.RegularExpressions'
as a file, but the file does not exist
				Considered '~/src/ironpython/main/bin/Debug/System.Web.RegularExpressions.exe'
as a file, but the file does not exist
				Considered '~/src/ironpython/main/bin/Debug/System.Web.RegularExpressions.dll'
as a file, but the file does not exist
			
			Target GenerateSatelliteAssemblies:
			No input files were specified for target
GenerateSatelliteAssemblies, skipping.
			
			Target CoreCompile:
				Tool ~/local/mono/bin/dmcs execution started with arguments:
/noconfig /debug:full /debug+
/out:obj/Debug/Microsoft.Scripting.AspNet.dll
MembersInjectors/DictionaryMembersInjector.cs
MembersInjectors/DataRowViewMembersInjector.cs
Configuration/WebScriptingSection.cs EngineHelper.cs
EventHandlerWrapper.cs EventHookupHelper.cs
MembersInjectors/ControlMembersInjector.cs
DynamicLanguageHttpModule.cs
MembersInjectors/NameValueCollectionMembersInjector.cs
MembersInjectors/XPathNavigableMembersInjector.cs
Properties/AssemblyInfo.cs
MembersInjectors/RequestParamsMembersInjector.cs
UI/ScriptTemplateControlMemberProxy.cs UI/Controls/BaseCodeControl.cs
UI/Controls/DataBindingControl.cs
UI/Controls/DataBindingIslandControl.cs
UI/Controls/EventHookupControl.cs
UI/Controls/ExpressionSnippetControl.cs UI/Controls/ScriptControl.cs
UI/Controls/SnippetControl.cs UI/Controls/UserControl.cs
UI/IScriptTemplateControl.cs UI/NoCompileCodePageParserFilter.cs
UI/ScriptTemplateControl.cs UI/ScriptMaster.cs
UI/ScriptTemplateControlDictionary.cs UI/ScriptUserControl.cs
UI/ScriptPage.cs Util/CombiningEnumerable.cs Util/DynamicFunction.cs
Util/FileChangeNotifier.cs Util/Misc.cs Util/SingleObjectCollection.cs
WebScriptHost.cs /target:library /define:"DEBUG;TRACE;SIGNED"
/platform:AnyCPU /reference:~/local/mono/lib/mono/4.0/System.dll
/reference:~/local/mono/lib/mono/4.0/System.Configuration.dll
/reference:~/local/mono/lib/mono/4.0/System.Data.dll
/reference:~/local/mono/lib/mono/4.0/System.Core.dll
/reference:~/local/mono/lib/mono/4.0/System.Web.dll
/reference:~/local/mono/lib/mono/4.0/System.Xml.dll
/reference:~/src/ironpython/main/bin/Debug//Microsoft.Scripting.dll
/reference:~/src/ironpython/main/bin/Debug//Microsoft.Dynamic.dll
/reference:~/local/mono/lib/mono/4.0/mscorlib.dll
/reference:~/local/mono/lib/mono/4.0/System.Numerics.dll
/reference:~/local/mono/lib/mono/4.0/System.Xaml.dll
/reference:~/local/mono/lib/mono/4.0/System.Runtime.Remoting.dll
/reference:~/src/ironpython/main/bin/Debug/Microsoft.Scripting.Metadata.dll
/warn:4
EngineHelper.cs(339,37): error CS0518: The predefined type
`Microsoft.CSharp.RuntimeBinder.Binder' is not defined or imported
EngineHelper.cs(339,37): error CS1969: Dynamic operation cannot be
compiled without `Microsoft.CSharp.dll' assembly reference
			Task "Csc" execution -- FAILED
			Done building target "CoreCompile" in project
"~/src/ironpython/main/Hosts/MerlinWeb/Microsoft.Scripting.AspNet/Microsoft.Scripting.AspNet.csproj".--
FAILED
			
		Done building project
"~/src/ironpython/main/Hosts/MerlinWeb/Microsoft.Scripting.AspNet/Microsoft.Scripting.AspNet.csproj".--
FAILED
		
	Task "MSBuild" execution -- FAILED
	Done building target "Build" in project
"~/src/ironpython/main/Solutions/IronPython.sln".-- FAILED
	
Done building project "~/src/ironpython/main/Solutions/IronPython.sln".-- FAILED

Build FAILED.

Warnings:

~/src/ironpython/main/Solutions/IronPython.sln:  warning : Project
file ~/src/ironpython/main/Hosts/SilverLight/Microsoft.Scripting.SilverLight/Microsoft.Scripting.Silverlight.csproj
referenced in the solution file, not found. Ignoring.
~/src/ironpython/main/Solutions/IronPython.sln:  warning : Project
file ~/src/ironpython/main/Hosts/SilverLight/Chiron/Chiron.csproj
referenced in the solution file, not found. Ignoring.
~/src/ironpython/main/Hosts/MerlinWeb/Microsoft.Scripting.AspNet/Microsoft.Scripting.AspNet.csproj:
 warning : Could not find project file
~/src/ironpython/main/Hosts/MerlinWeb/Solutions/Common.proj, to
import. Ignoring.
~/src/ironpython/main/Solutions/IronPython.sln:  warning : Don't know
how to handle GlobalSection TeamFoundationVersionControl, Ignoring.

~/src/ironpython/main/Solutions/IronPython.sln (default targets) ->
(Build target) ->
~/src/ironpython/main/Runtime/Microsoft.Dynamic/Microsoft.Dynamic.csproj
(default targets) ->
~/local/mono/lib/mono/4.0/Microsoft.CSharp.targets (CoreCompile target) ->

	Actions/DefaultBinder.Conversions.cs(48,18): warning CS0219: The
variable `knownType' is assigned but its value is never used
	Actions/DefaultBinder.GetMember.cs(215,26): warning CS0219: The
variable `x' is assigned but its value is never used
	Actions/DefaultBinder.Invoke.cs(261,24): warning CS0219: The variable
`instance' is assigned but its value is never used
	Interpreter/LightCompiler.cs(1070,17): warning CS0219: The variable
`tryStackDepth' is assigned but its value is never used
	Interpreter/LightCompiler.cs(1091,21): warning CS0219: The variable
`handlerContinuationDepth' is assigned but its value is never used
	Generation/ILGen.cs(1188,18): warning CS0219: The variable
`isFromFloatingPoint' is assigned but its value is never used
	Generation/Snippets.cs(115,30): warning CS0219: The variable
`coreAssemblyLocations' is assigned but its value is never used
	Runtime/DelegateInfo.cs(100,26): warning CS0219: The variable
`siteType' is assigned but its value is never used
	Runtime/DelegateInfo.cs(102,26): warning CS0219: The variable
`convertSiteType' is assigned but its value is never used
	Utils/EnumUtils.cs(37,68): warning CS0675: The operator `|' used on
the sign-extended type `sbyte'. Consider casting to a smaller unsigned
type first
	MutableTuple.cs(268,21): warning CS0219: The variable `argCnt' is
assigned but its value is never used
	Actions/ActionBinder.cs(131,18): warning CS0219: The variable
`visType' is assigned but its value is never used
	Utils/ReflectionUtils.cs(150,24): warning CS0219: The variable `name'
is assigned but its value is never used
	ComInterop/ExcepInfo.cs(37,24): warning CS0414: The private field
`Microsoft.Scripting.ComInterop.ExcepInfo.pvReserved' is assigned but
its value is never used
	ComInterop/Variant.cs(78,28): warning CS0169: The private field
`Microsoft.Scripting.ComInterop.Variant.Record._record' is never used
	ComInterop/Variant.cs(79,28): warning CS0169: The private field
`Microsoft.Scripting.ComInterop.Variant.Record._recordInfo' is never
used

~/src/ironpython/main/Solutions/IronPython.sln (default targets) ->
(Build target) ->
~/src/ironpython/main/Hosts/MerlinWeb/Microsoft.Scripting.AspNet/Microsoft.Scripting.AspNet.csproj
(default targets) ->
~/local/mono/lib/mono/4.0/Microsoft.Common.targets
(ResolveAssemblyReferences target) ->

	~/local/mono/lib/mono/4.0/Microsoft.Common.targets:  warning :
Reference 'System.Web.RegularExpressions' not resolved

Errors:

~/src/ironpython/main/Solutions/IronPython.sln (default targets) ->
(Build target) ->
~/src/ironpython/main/Languages/IronPython/IronPython/IronPython.csproj
(default targets) ->
~/local/mono/lib/mono/4.0/Microsoft.CSharp.targets (CoreCompile target) ->

	Compiler/UncollectableCompilationMode.cs(493,22): error CS0219: The
variable `returnType' is assigned but its value is never used
	Runtime/PythonOptions.cs(29,9): error CS3003: Type of
`IronPython.PythonDivisionOptions.Old' is not CLS-compliant
	Runtime/PythonOptions.cs(30,9): error CS3003: Type of
`IronPython.PythonDivisionOptions.New' is not CLS-compliant
	Runtime/PythonOptions.cs(31,9): error CS3003: Type of
`IronPython.PythonDivisionOptions.Warn' is not CLS-compliant
	Runtime/PythonOptions.cs(32,9): error CS3003: Type of
`IronPython.PythonDivisionOptions.WarnAll' is not CLS-compliant
	Runtime/PythonOptions.cs(205,38): error CS3003: Type of
`IronPython.PythonOptions.DivisionOptions' is not CLS-compliant
	Compiler/Tokenizer.cs(1664,26): error CS0472: The result of comparing
value type `IronPython.Compiler.Tokenizer.State' with null is `false'
	Compiler/Tokenizer.cs(1664,35): error CS0162: Unreachable code detected
	Compiler/Tokenizer.cs(1664,48): error CS0472: The result of comparing
value type `IronPython.Compiler.Tokenizer.State' with null is `false'
	Runtime/Operations/IntOps.Generated.cs(183,30): error CS0675: The
operator `|' used on the sign-extended type `sbyte'. Consider casting
to a smaller unsigned type first
	Runtime/Operations/LongOps.cs(1124,28): error CS1717: Assignment made
to same variable; did you mean to assign something else?

~/src/ironpython/main/Solutions/IronPython.sln (default targets) ->
(Build target) ->
~/src/ironpython/main/Hosts/MerlinWeb/Microsoft.Scripting.AspNet/Microsoft.Scripting.AspNet.csproj
(default targets) ->
~/local/mono/lib/mono/4.0/Microsoft.CSharp.targets (CoreCompile target) ->

	EngineHelper.cs(339,37): error CS0518: The predefined type
`Microsoft.CSharp.RuntimeBinder.Binder' is not defined or imported
	EngineHelper.cs(339,37): error CS1969: Dynamic operation cannot be
compiled without `Microsoft.CSharp.dll' assembly reference

	 21 Warning(s)
	 13 Error(s)

Time Elapsed 00:00:08.6867860



More information about the Ironpython-users mailing list