Rupan / BDInfo

BDInfo collects video and audio technical information from unencrypted Blu-ray movie discs.
GNU Lesser General Public License v2.1
19 stars 5 forks source link

Building fails on Debian 8 Jessie ARM. #8

Closed ghost closed 6 years ago

ghost commented 6 years ago

I do all the steps mentioned here and when i run xbuild /p:Configuration=Release BDInfo.sln I get this:

Mono, Version 4.6.2.0
Copyright (C) 2005-2013 Various Mono authors

Build started 03/15/2018 08:21:48.
__________________________________________________
Project "/home/vnc/BDInfo/BDInfo.sln" (default target(s)):
    Target ValidateSolutionConfiguration:
        Building solution configuration "Release|Any CPU".
    Target Build:
        Project "/home/vnc/BDInfo/ZedGraph/ZedGraph.csproj" (default target(s)):
            Target PrepareForBuild:
                Configuration: Release Platform: AnyCPU
                Created directory "bin/Release/"
                Created directory "obj/Release/"
        Done building project "/home/vnc/BDInfo/ZedGraph/ZedGraph.csproj".-- FAILED
    Task "MSBuild" execution -- FAILED
    Done building target "Build" in project "/home/vnc/BDInfo/BDInfo.sln".-- FAILED
Done building project "/home/vnc/BDInfo/BDInfo.sln".-- FAILED

Build FAILED.
     0 Warning(s)
     0 Error(s)

Time Elapsed 00:00:01.7779820

Does this not work on ARM or Debian 8?

ghost commented 6 years ago

Nevermind.