Skip to content

Instantly share code, notes, and snippets.

@ajorg
Created January 14, 2011 20:41
Show Gist options
  • Save ajorg/780192 to your computer and use it in GitHub Desktop.
Save ajorg/780192 to your computer and use it in GitHub Desktop.
Build FAILED.
Warnings:
/home/ajorg/packages-provo/Mono/ironpython/IronPython-2.7A1/Solutions/IronPython.sln: warning : Project file /home/ajorg/packages-provo/Mono/ironpython/IronPython-2.7A1/Hosts/SilverLight/Microsoft.Scripting.SilverLight/Microsoft.Scripting.Silverlight.csproj referenced in the solution file, not found. Ignoring.
/home/ajorg/packages-provo/Mono/ironpython/IronPython-2.7A1/Solutions/IronPython.sln: warning : Project file /home/ajorg/packages-provo/Mono/ironpython/IronPython-2.7A1/Hosts/SilverLight/Chiron/Chiron.csproj referenced in the solution file, not found. Ignoring.
/home/ajorg/packages-provo/Mono/ironpython/IronPython-2.7A1/Solutions/IronPython.sln (default targets) ->
(Build target) ->
/home/ajorg/packages-provo/Mono/ironpython/IronPython-2.7A1/Runtime/Microsoft.Dynamic/Microsoft.Dynamic.csproj (default targets) ->
/usr/lib/mono/4.0/Microsoft.CSharp.targets (CoreCompile target) ->
: warning CS1607: Delay signing was requested but no key file was given
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(263,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(123,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/ExcepInfo.cs(38,24): warning CS0414: The private field `Microsoft.Scripting.ComInterop.ExcepInfo.pfnDeferredFillIn' 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
Errors:
/home/ajorg/packages-provo/Mono/ironpython/IronPython-2.7A1/Solutions/IronPython.sln (default targets) ->
(Build target) ->
/home/ajorg/packages-provo/Mono/ironpython/IronPython-2.7A1/Runtime/Microsoft.Scripting.Debugging/Microsoft.Scripting.Debugging.csproj (default targets) ->
/usr/lib/mono/4.0/Microsoft.CSharp.targets (CoreCompile target) ->
: error CS1577: Referenced assembly `Microsoft.Dynamic, Version=1.1.0.1, Culture=neutral, PublicKeyToken=null' does not have a strong name
20 Warning(s)
1 Error(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment