Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

csproj files use windows-specific commands #22

Open
paulguy opened this issue Jan 21, 2016 · 0 comments
Open

csproj files use windows-specific commands #22

paulguy opened this issue Jan 21, 2016 · 0 comments

Comments

@paulguy
Copy link

paulguy commented Jan 21, 2016

EveryFileExplorer/EveryFileExplorer.csproj contains copy and md
3DS/3DS.csproj, CommonCompressors/CommonCompressors.csproj, CommonFiles/DAE.cs, CommonFiles/CommonFiles.csproj, EveryFileExplorer/EveryFileExplorer.csproj, GCNWii/GCNWii.csproj, LegoPirates/LegoPirates.csproj, MarioKart/MarioKart.csproj, NDS/NDS.csproj, WiiU/WiiU.csproj contain the copy command

Build fails:

$ xbuild 
XBuild Engine Version 12.0
Mono, Version 3.12.1.0
Copyright (C) 2005-2013 Various Mono authors

Build started 1/20/2016 10:23:46 PM.
__________________________________________________
Project "/home/paul/3ds/EveryFileExplorer/EveryFileExplorer.sln" (default target(s)):
    Target ValidateSolutionConfiguration:
        Building solution configuration "Debug|Mixed Platforms".
    Target Build:
        Project "/home/paul/3ds/EveryFileExplorer/LibEveryFileExplorer/LibEveryFileExplorer.csproj" (default target(s)):
            Target PrepareForBuild:
                Configuration: Debug Platform: AnyCPU
                Created directory "bin/Debug/"
                Created directory "obj/Debug/"
            Target GenerateResources:
                Tool /usr/lib64/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "Resource.resx,obj/Debug/LibEveryFileExplorer.Resource.resources" 
                Tool /usr/lib64/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "UI/FileBrowser.resx,obj/Debug/LibEveryFileExplorer.UI.FileBrowser.resources" 
                Tool /usr/lib64/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "UI/GameDataSectionViewer.resx,obj/Debug/LibEveryFileExplorer.UI.GameDataSectionViewer.resources" 
                Tool /usr/lib64/mono/4.5/resgen.exe execution started with arguments: /useSourcePath /compile "UI/GameDataSectionViewerBase.resx,obj/Debug/LibEveryFileExplorer.UI.GameDataSectionViewerBase.resources" 
            Target GenerateSatelliteAssemblies:
            No input files were specified for target GenerateSatelliteAssemblies, skipping.
            Target CoreCompile:
                Tool /usr/lib64/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /debug+ /optimize- /out:obj/Debug/LibEveryFileExplorer.dll /resource:obj/Debug/LibEveryFileExplorer.Resource.resources /resource:obj/Debug/LibEveryFileExplorer.UI.FileBrowser.resources /resource:obj/Debug/LibEveryFileExplorer.UI.GameDataSectionViewer.resources /resource:obj/Debug/LibEveryFileExplorer.UI.GameDataSectionViewerBase.resources 3D/Polygon.cs 3D/Triangle.cs Collections/Matrix33.cs Collections/Matrix43.cs Collections/Vector4.cs Collections/Matrix34.cs Collections/Matrix44.cs Collections/Vector2.cs ComponentModel/HexReversedAttribute.cs ComponentModel/HexTypeConverter.cs ComponentModel/PrettyArrayConverter.cs EFEPlugin.cs Files/EFEDiskFile.cs Files/IChildReactive.cs GFX/BitmapFont.cs GFX/ColorFormat.cs GFX/DTX.cs GFX/ETC1.cs GFX/PaletteUtil.cs Collections/Vector3.cs Compression/CompressionFormat.cs Compression/ICompressable.cs EveryFileExplorerUtil.cs Files/EFEFile.cs Files/FileFormat.cs Files/IConvertable.cs Files/IEmptyCreatable.cs Files/IFileCreatable.cs Files/IUseOtherFiles.cs Files/IViewable.cs Files/IWriteable.cs IO/Serialization/BinaryBOMAttribute.cs IO/SignatureNotCorrectException.cs Files/SimpleFileSystem/EFESFSFile.cs Files/SimpleFileSystem/SFSDirectory.cs Files/SimpleFileSystem/SFSFile.cs Files/ViewableFile.cs GameData/GameDataSection.cs GFX/GFXUtil.cs HexUtil.cs IO/EndianBinaryReader.cs IO/EndianBinaryReaderEx.cs IO/EndianBinaryWriter.cs IO/EndianBinaryWriterEx.cs IO/IOUtil.cs IO/Serialization/BinaryAttribute.cs IO/Serialization/BinaryIgnoreAttribute.cs IO/Serialization/BinaryStringSignatureAttribute.cs IO/Serialization/BinaryFixedSizeAttribute.cs IO/Serialization/BinaryByteArraySignatureAttribute.cs IO/Serialization/BinaryStringEncodingAttribute.cs IO/Serialization/BinaryFixedPointAttribute.cs IO/Serialization/BinaryStringNTAttribute.cs IO/Serialization/BinaryBooleanSizeAttribute.cs Math/MathUtil.cs Projects/Project.cs Properties/AssemblyInfo.cs Resource.Designer.cs Script/EFEScript.cs SND/DSPADPCM.cs SND/SNDUtil.cs StaticDynamic.cs UI/FileBrowser.cs UI/FileBrowser.Designer.cs UI/GameDataSectionViewer.cs UI/ListViewNF.cs UI/MainMenu.cs UI/GameDataSectionViewerBase.cs UI/GameDataSectionViewerBase.Designer.cs ComponentModel/ValueTypeTypeConverter.cs Win32Util.cs obj/Debug/.NETFramework,Version=v4.0.AssemblyAttribute.cs /target:library /define:"DEBUG;TRACE" /nostdlib /reference:/usr/lib64/mono/4.0/System.dll /reference:/usr/lib64/mono/4.0/System.Drawing.dll /reference:/usr/lib64/mono/4.0/System.Windows.Forms.dll /reference:/usr/lib64/mono/4.0/System.Xml.dll /reference:/usr/lib64/mono/4.0/System.Xml.Linq.dll /reference:/usr/lib64/mono/4.0/System.Data.DataSetExtensions.dll /reference:/usr/lib64/mono/4.0/Microsoft.CSharp.dll /reference:/usr/lib64/mono/4.0/System.Data.dll /reference:/usr/lib64/mono/4.0/System.Core.dll /reference:/usr/lib64/mono/4.0/mscorlib.dll /warn:4
Files/EFEFile.cs(11,24): warning CS0659: `LibEveryFileExplorer.Files.EFEFile' overrides Object.Equals(object) but does not override Object.GetHashCode()
Files/EFEDiskFile.cs(9,15): warning CS0659: `LibEveryFileExplorer.Files.EFEDiskFile' overrides Object.Equals(object) but does not override Object.GetHashCode()
Files/SimpleFileSystem/EFESFSFile.cs(8,15): warning CS0659: `LibEveryFileExplorer.Files.SimpleFileSystem.EFESFSFile' overrides Object.Equals(object) but does not override Object.GetHashCode()
UI/MainMenu.cs(9,44): warning CS0414: The private field `LibEveryFileExplorer.UI.MainMenu.iContainer' is assigned but its value is never used
            Target DeployOutputFiles:
                Copying file from '/home/paul/3ds/EveryFileExplorer/LibEveryFileExplorer/obj/Debug/LibEveryFileExplorer.dll.mdb' to '/home/paul/3ds/EveryFileExplorer/LibEveryFileExplorer/bin/Debug/LibEveryFileExplorer.dll.mdb'
                Copying file from '/home/paul/3ds/EveryFileExplorer/LibEveryFileExplorer/obj/Debug/LibEveryFileExplorer.dll' to '/home/paul/3ds/EveryFileExplorer/LibEveryFileExplorer/bin/Debug/LibEveryFileExplorer.dll'
        Done building project "/home/paul/3ds/EveryFileExplorer/LibEveryFileExplorer/LibEveryFileExplorer.csproj".
        Project "/home/paul/3ds/EveryFileExplorer/EveryFileExplorer/EveryFileExplorer.csproj" (default target(s)):
            Target PrepareForBuild:
                Configuration: Debug Platform: x86
                Created directory "bin/Debug/"
                Created directory "obj/x86/Debug/"
            Target PreBuildEvent:
                Executing: md "/home/paul/3ds/EveryFileExplorer/EveryFileExplorer/bin/Debug//Plugins"
                copy "/home/paul/3ds/EveryFileExplorer//Libraries/*" "/home/paul/3ds/EveryFileExplorer/EveryFileExplorer/bin/Debug//Plugins"
                /tmp/tmp57e3bb89.tmp: line 1: md: command not found
                /tmp/tmp57e3bb89.tmp: line 2: copy: command not found
/usr/lib64/mono/4.5/Microsoft.Common.targets: error : Command 'md "/home/paul/3ds/EveryFileExplorer/EveryFileExplorer/bin/Debug//Plugins"
copy "/home/paul/3ds/EveryFileExplorer//Libraries/*" "/home/paul/3ds/EveryFileExplorer/EveryFileExplorer/bin/Debug//Plugins"' exited with code: 127.
            Task "Exec" execution -- FAILED
            Done building target "PreBuildEvent" in project "/home/paul/3ds/EveryFileExplorer/EveryFileExplorer/EveryFileExplorer.csproj".-- FAILED
        Done building project "/home/paul/3ds/EveryFileExplorer/EveryFileExplorer/EveryFileExplorer.csproj".-- FAILED
    Task "MSBuild" execution -- FAILED
    Done building target "Build" in project "/home/paul/3ds/EveryFileExplorer/EveryFileExplorer.sln".-- FAILED
Done building project "/home/paul/3ds/EveryFileExplorer/EveryFileExplorer.sln".-- FAILED

Build FAILED.

Warnings:

/home/paul/3ds/EveryFileExplorer/EveryFileExplorer.sln (default targets) ->
(Build target) ->
/home/paul/3ds/EveryFileExplorer/LibEveryFileExplorer/LibEveryFileExplorer.csproj (default targets) ->
/usr/lib64/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) ->

    Files/EFEFile.cs(11,24): warning CS0659: `LibEveryFileExplorer.Files.EFEFile' overrides Object.Equals(object) but does not override Object.GetHashCode()
    Files/EFEDiskFile.cs(9,15): warning CS0659: `LibEveryFileExplorer.Files.EFEDiskFile' overrides Object.Equals(object) but does not override Object.GetHashCode()
    Files/SimpleFileSystem/EFESFSFile.cs(8,15): warning CS0659: `LibEveryFileExplorer.Files.SimpleFileSystem.EFESFSFile' overrides Object.Equals(object) but does not override Object.GetHashCode()
    UI/MainMenu.cs(9,44): warning CS0414: The private field `LibEveryFileExplorer.UI.MainMenu.iContainer' is assigned but its value is never used

Errors:

/home/paul/3ds/EveryFileExplorer/EveryFileExplorer.sln (default targets) ->
(Build target) ->
/home/paul/3ds/EveryFileExplorer/EveryFileExplorer/EveryFileExplorer.csproj (default targets) ->
/usr/lib64/mono/4.5/Microsoft.Common.targets (PreBuildEvent target) ->

    /usr/lib64/mono/4.5/Microsoft.Common.targets: error : Command 'md "/home/paul/3ds/EveryFileExplorer/EveryFileExplorer/bin/Debug//Plugins"
copy "/home/paul/3ds/EveryFileExplorer//Libraries/*" "/home/paul/3ds/EveryFileExplorer/EveryFileExplorer/bin/Debug//Plugins"' exited with code: 127.

     4 Warning(s)
     1 Error(s)

Time Elapsed 00:00:01.4634130
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant