goodspb / pdlib

PHP extension for Dlib.
MIT License
71 stars 19 forks source link

error: ‘jitter_image’ is not a member of ‘dlib’; during building #48

Closed JVT038 closed 2 years ago

JVT038 commented 2 years ago

Hi, I'm trying to manually build pdlib 1.0.2 and I got this issue:

/mnt/c/xampp/htdocs/pdlib/src/face_recognition.cc:50:31: error: ‘jitter_image’ is not a member of ‘dlib’; did you mean
rotate_image’?
   50 |         crops.push_back(dlib::jitter_image(img,rnd));
      |                               ^~~~~~~~~~~~
      |                               rotate_image
make: *** [Makefile:200: src/face_recognition.lo] Error 1

I'm using Windows 10 WSL, and I have dlib version 19.6.0

JVT038 commented 2 years ago

Nvm, I had the wrong version.