Open nateGeorge opened 8 years ago
What operating system?
Ubuntu 16.04 LTS 64bit. The error I posted is from trying to save a detector object.
Right, so that is likely due to the upgrade to GCC 5.x. It may have something to do with the slightly old build of Boost that I am using here. Likely Boost > 1.59 is required for C++11 builds.
Hmm, so I should try to build with an older boost somehow? It says it is installing boost 1.59 when it is installing dlib. I also installed 1.61 to see if it helped, but I don't know which boost it's actually using.
I would build with a newer boost. I think conda-forge has a newer boost. Maybe if you try adding conda-forge to your .condarc
channels list and then updating the boost in the recipe to 1.61?
Alright, I'll see if I can figure that out. Thanks!
@nateGeorge Did you ever get this working?
Nope, I never did. Just using python2 with dlib for the GUI.
For some reason when I manually build, it's giving a weird bug.
I'm not sure if it's something about my local env variables or what. When I do
conda install -c menpo dlib=18.18
It works fine, but I want to have the GUI enabled, so I'm trying to do a custom build.