zenogantner / MyMediaLite

recommender system library for the CLR (.NET)
http://mymedialite.net
499 stars 192 forks source link

Compiling failed under mono3.03 #439

Closed xiatian122 closed 5 years ago

xiatian122 commented 10 years ago

System.IO.FileLoadException: I/O Error, I have no idea what I should do. My platform is mac os x and mono 3.03

zenogantner commented 10 years ago

Can you give more details on how to reproduce this? Concrete steps, and complete output would be nice.

xiatian122 commented 10 years ago
Task "Csc" execution -- FAILED
        Done building target "CoreCompile" in project "/Users/lance/science/experiments/mymedialite/src/MyMediaLite/MyMediaLite.csproj".-- FAILED
    Done building project "/Users/lance/science/experiments/mymedialite/src/MyMediaLite/MyMediaLite.csproj".-- FAILED
Task "MSBuild" execution -- FAILED
Done building target "Build" in project "/Users/lance/science/experiments/mymedialite/src/MyMediaLite-nogui.sln".-- FAILED

Done building project "/Users/lance/science/experiments/mymedialite/src/MyMediaLite-nogui.sln".-- FAILED

Build FAILED.

zenogantner commented 10 years ago

Which command do you use to build it? From where? What are your environment variables?

xiatian122 commented 10 years ago

my default envrionment is mac os mavericks with xcode 5.0 and mono 3.0.3, make command default

xiatian122 commented 10 years ago

mono is installed through homebrew

zenogantner commented 5 years ago

Closing because of obsolete Mono version.