Kagami/go-face

Run go test got errors

xzzh999 opened this issue · 1 comments

Hi~ Good work,
os: win 7 64 bit, and other libs are ok, go build also ok.
when i tried run the test use go test . , got these errors:

face_test.go:217: Can't recognize: jpeg_mem_loader: 
  decode error: Wrong JPEG library version: library is 80, caller expects 62

i use libjpeg-turbo-1.5.3-gcc64.exe to install libjpeg-turbo, and i also tried only link to libturbojpeg.a, but still not working, need u help, thanks.

i made it by compile them use mingw64:
use dlib-19.10 , libjpeg-turbo-gcc64 and OpenBLAS-0.3.10-x64.