Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fidergo-stephane-gourichon/ebbe56d7791fcad246542990247e9865 to your computer and use it in GitHub Desktop.
Save fidergo-stephane-gourichon/ebbe56d7791fcad246542990247e9865 to your computer and use it in GitHub Desktop.
Compiling https://github.com/ggrrin/DungeonMaster on Ubuntu 16.04 .
XBuild Engine Version 12.0
Mono, Version 4.2.1.0
Copyright (C) 2005-2013 Various Mono authors
Build started 07/06/2017 17:38:49.
__________________________________________________
/mypath/DungeonMaster/DungeonMasterEngine/DungeonMasterEngine.csproj: warning : Could not find project file /usr/lib/mono/xbuild/MonoGame/v3.0/MonoGame.Content.Builder.targets, to import. Ignoring.
/mypath/DungeonMaster/DungeonMaster.sln: warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring.
Project "/mypath/DungeonMaster/DungeonMaster.sln" (default target(s)):
Target ValidateSolutionConfiguration:
Building solution configuration "Debug|Any CPU".
Target Build:
Project "/mypath/DungeonMaster/DungeonMaster/DungeonMasterParser.csproj" (default target(s)):
/mypath/DungeonMaster/DungeonMaster/DungeonMasterParser.csproj: warning : Project has unknown ToolsVersion '14.0'. Using the default tools version '4.0' instead.
Target PrepareForBuild:
Configuration: Debug Platform: AnyCPU
Target GetFrameworkPaths:
/usr/lib/mono/4.5/Microsoft.Common.targets: warning : TargetFrameworkVersion 'v4.6' not supported by this toolset (ToolsVersion: 4.0).
Target GetReferenceAssemblyPaths:
/usr/lib/mono/4.5/Microsoft.Common.targets: warning : Unable to find framework corresponding to the target framework moniker '.NETFramework,Version=v4.6'. Framework assembly references will be resolved from the GAC, which might not be the intended behavior.
Target ResolveAssemblyReferences:
/usr/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'System.Xml.Linq' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.Xml.Linq, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Xml.Linq, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.Xml.Linq' as a file, but the file does not exist
For searchpath bin/Debug/
Considered '/mypath/DungeonMaster/DungeonMaster/bin/Debug/System.Xml.Linq' as a file, but the file does not exist
Considered '/mypath/DungeonMaster/DungeonMaster/bin/Debug/System.Xml.Linq.exe' as a file, but the file does not exist
Considered '/mypath/DungeonMaster/DungeonMaster/bin/Debug/System.Xml.Linq.dll' as a file, but the file does not exist
/usr/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'System.Data.DataSetExtensions' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.Data.DataSetExtensions, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Data.DataSetExtensions, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.Data.DataSetExtensions' as a file, but the file does not exist
For searchpath bin/Debug/
Considered '/mypath/DungeonMaster/DungeonMaster/bin/Debug/System.Data.DataSetExtensions' as a file, but the file does not exist
Considered '/mypath/DungeonMaster/DungeonMaster/bin/Debug/System.Data.DataSetExtensions.exe' as a file, but the file does not exist
Considered '/mypath/DungeonMaster/DungeonMaster/bin/Debug/System.Data.DataSetExtensions.dll' as a file, but the file does not exist
/usr/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'Microsoft.CSharp' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered Microsoft.CSharp, but could not find in any pkg-config files.
For searchpath {GAC}
Considered Microsoft.CSharp, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'Microsoft.CSharp' as a file, but the file does not exist
For searchpath bin/Debug/
Considered '/mypath/DungeonMaster/DungeonMaster/bin/Debug/Microsoft.CSharp' as a file, but the file does not exist
Considered '/mypath/DungeonMaster/DungeonMaster/bin/Debug/Microsoft.CSharp.exe' as a file, but the file does not exist
Considered '/mypath/DungeonMaster/DungeonMaster/bin/Debug/Microsoft.CSharp.dll' as a file, but the file does not exist
/usr/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'System.Net.Http' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
HintPath attribute not found
For searchpath {TargetFrameworkDirectory}
For searchpath {PkgConfig}
Considered System.Net.Http, but could not find in any pkg-config files.
For searchpath {GAC}
Considered System.Net.Http, but could not find in the GAC.
For searchpath {RawFileName}
Considered 'System.Net.Http' as a file, but the file does not exist
For searchpath bin/Debug/
Considered '/mypath/DungeonMaster/DungeonMaster/bin/Debug/System.Net.Http' as a file, but the file does not exist
Considered '/mypath/DungeonMaster/DungeonMaster/bin/Debug/System.Net.Http.exe' as a file, but the file does not exist
Considered '/mypath/DungeonMaster/DungeonMaster/bin/Debug/System.Net.Http.dll' as a file, but the file does not exist
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date.
Done building project "/mypath/DungeonMaster/DungeonMaster/DungeonMasterParser.csproj".-- FAILED
Task "MSBuild" execution -- FAILED
Done building target "Build" in project "/mypath/DungeonMaster/DungeonMaster.sln".-- FAILED
Done building project "/mypath/DungeonMaster/DungeonMaster.sln".-- FAILED
Build FAILED.
Warnings:
/mypath/DungeonMaster/DungeonMasterEngine/DungeonMasterEngine.csproj: warning : Could not find project file /usr/lib/mono/xbuild/MonoGame/v3.0/MonoGame.Content.Builder.targets, to import. Ignoring.
/mypath/DungeonMaster/DungeonMaster.sln: warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring.
/mypath/DungeonMaster/DungeonMaster.sln (default targets) ->
(Build target) ->
/mypath/DungeonMaster/DungeonMaster/DungeonMasterParser.csproj (default targets) ->
/mypath/DungeonMaster/DungeonMaster/DungeonMasterParser.csproj: warning : Project has unknown ToolsVersion '14.0'. Using the default tools version '4.0' instead.
/mypath/DungeonMaster/DungeonMaster.sln (default targets) ->
(Build target) ->
/mypath/DungeonMaster/DungeonMaster/DungeonMasterParser.csproj (default targets) ->
/usr/lib/mono/4.5/Microsoft.Common.targets (GetFrameworkPaths target) ->
/usr/lib/mono/4.5/Microsoft.Common.targets: warning : TargetFrameworkVersion 'v4.6' not supported by this toolset (ToolsVersion: 4.0).
/mypath/DungeonMaster/DungeonMaster.sln (default targets) ->
(Build target) ->
/mypath/DungeonMaster/DungeonMaster/DungeonMasterParser.csproj (default targets) ->
/usr/lib/mono/4.5/Microsoft.Common.targets (GetReferenceAssemblyPaths target) ->
/usr/lib/mono/4.5/Microsoft.Common.targets: warning : Unable to find framework corresponding to the target framework moniker '.NETFramework,Version=v4.6'. Framework assembly references will be resolved from the GAC, which might not be the intended behavior.
/mypath/DungeonMaster/DungeonMaster.sln (default targets) ->
(Build target) ->
/mypath/DungeonMaster/DungeonMaster/DungeonMasterParser.csproj (default targets) ->
/usr/lib/mono/4.5/Microsoft.Common.targets (ResolveAssemblyReferences target) ->
/usr/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'System.Xml.Linq' not resolved
/usr/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'System.Data.DataSetExtensions' not resolved
/usr/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'Microsoft.CSharp' not resolved
/usr/lib/mono/4.5/Microsoft.Common.targets: warning : Reference 'System.Net.Http' not resolved
9 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.3343640
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment