ermig1979 / Simd

C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, VMX(Altivec) and VSX(Power7) for PowerPC, NEON for ARM.
http://ermig1979.github.io/Simd
MIT License
2.04k stars 407 forks source link

Error building v4.3.79 #101

Closed mikeversteeg closed 5 years ago

mikeversteeg commented 5 years ago

I'm unable to build the latest release, getting:

Error   MSB3073 The command ""E:\My Documents\SimdLib\prj\vs2017w\..\cmd\GetVersion.cmd" "E:\My Documents\SimdLib\prj\vs2017w\..\.."
:VCEnd" exited with code 1.

I don't use VS so may be doing something wrong, but never had an issue with older versions. Using VS2017. Thanks.

ermig1979 commented 5 years ago

It seems that I fixed the error. Could you check is it true?

mikeversteeg commented 5 years ago

Confirmed, thanks!