ulagbulag / dlib-face-recognition

Unofficial Rust wrappers to the C++ library dlib, face recognition tools
BSD 3-Clause "New" or "Revised" License
45 stars 28 forks source link

fix(#18): System dlib build #24

Closed jalil-salame closed 1 year ago

jalil-salame commented 1 year ago

It seems new versions of dlib use C++14, and require you to set -std=c++14, cpp_build defaults(?) to C++11.

This was tested using DLib 19.24.2 on NixOs, using GCC 12.3.0.

jalil-salame commented 1 year ago

It may affet the windows build too and should be changed there, but I can't test that so...

jalil-salame commented 1 year ago

Duplicate with #24