Closed jalil-salame closed 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.
-std=c++14
cpp_build
This was tested using DLib 19.24.2 on NixOs, using GCC 12.3.0.
It may affet the windows build too and should be changed there, but I can't test that so...
Duplicate with #24
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.