patrikhuber / eos

A lightweight 3D Morphable Face Model library in modern C++
Apache License 2.0
1.92k stars 598 forks source link

Eigen3-nnls error. #80

Closed farazirfan47 closed 7 years ago

farazirfan47 commented 7 years ago

I got these error while building the fit-model see below out isomap

How to get rid of these error.

patrikhuber commented 7 years ago

Did you follow the instructions

make sure to clone the repository with git clone --recursive, or, if you're updating, run git submodule update --init --recursive

? If that's not the issue, then you need to inspect the error log more closely and use your best judgement to pinpoint the error more closely. Please see the readme file and appveyor.yml for how to build. Please use Stackoverflow for issues with your system, your configuration or build-setup, as this is not an eos library issue. eos builds successfully on AppVeyor and travis-ci.