TadasBaltrusaitis / CLM-framework

CLM-framework (a.k.a Cambridge Face Tracker) is a framework for various Constrained Local Model based face tracking and landmark detection algorithms and their extensions/applications. Includes CLM-Z and CLNF.
Other
471 stars 246 forks source link

Dlib noncopyable issue #32

Open lapidarioz opened 8 years ago

lapidarioz commented 8 years ago

I tried to compile in Ubuntu and a get the error: error: previous definition of ‘class boost::noncopyable_::noncopyable’

This issue was solved in the new revision of dlib noncopyable.h.

TadasBaltrusaitis commented 8 years ago

I think this issue was to do with the version of the boost you're using, I remember having that error at some point (but then I moved to a different version of boost and that seemed to resolve it). As I'm using a slightly modified version of dlib it is not the most up to date one.

Did replacing the file with the nwer version of dlib help and did you resolve the issue?

lapidarioz commented 8 years ago

I didn't try to change the boost version, but I will. Yes, I replaced just this file and works well. Thank you very much for the reply.