-
Notifications
You must be signed in to change notification settings - Fork 108
Description
There were a lot of problems with building project. For example cmake did not managed well headers file, but I avoided it by dirty copy past.
But that problem I dont understand.
I turned build shared libs
BUILD_SHARED_LIBS ON
but there is only libpy_flandmark.a file
[ 30%] Built target clandmark
[ 61%] Built target flandmark
[ 65%] Built target static_input
[ 69%] Built target video_input
[ 69%] Built target ReplicatePythonSourceTree
[ 76%] Built target py_featurePool
[ 84%] Built target py_flandmark
Copying python_interface/src/py_flandmark.so
Error copying file "/notebooks/clandmark/build/python_interface/src/py_flandmark.so" to "/notebooks/clandmark/build/python_interface/bin".
make[2]: *** [python_interface] Error 1
make[1]: *** [python_interface/src/CMakeFiles/python_interface.dir/all] Error 2
make: *** [all] Error 2
so, what additional info should I provide in order to answer the question "why there is no .so"
btw, I am working in docker to build that lib, and may be if I will manage to reliably build project I could make image for people to easily get acquainted with clandmark?