Shark-ML / Shark

The Shark Machine Leaning Library. See more:
http://shark-ml.github.io/Shark/
GNU Lesser General Public License v3.0
493 stars 130 forks source link

121 errors when building Shark 4.0.0 with VS2019 #288

Closed 29th-Day closed 2 years ago

29th-Day commented 3 years ago

Firstly, I build OpenBLAS (no problems here). Then I downloaded Shark 4.0.0 from the Website, unzipped it and inserted it in CMake GUI. I added OpenBLAS, configured and generated it for VS2019.

When I try to build with "ALL_BUILD" 121 errors and some warnings accure. It terminates with (2 successful and) 2 failed builds (shark & sharkVersion). I know that one of the errors is because sharkVersion couldn't find shark. But this still leaves 120 errors. (The building log is attached but in german: SharkBuild-log.txt)

How can i solve this problem/errors?


OS: Windows 10 Pro CMake 3.21.0 Visual Studio Community 2019

OpenBLAS 0.3.15 (build myself) Shark 4.0.0

Thanks, Akira