biometrics / openbr

Open Source Biometrics, Face Recognition
www.openbiometrics.org
Other
2.85k stars 773 forks source link

openbr making error - can't find -lopencv_dep_cudart #520

Open yang-fei opened 7 years ago

yang-fei commented 7 years ago

When I try to make openbr, it shows the error

usr/bin/ld: cannot find -lopencv_dep_cudart

reco

yang-fei commented 7 years ago

My machine:

ubuntu 15.04 CUDA 7.5 opencv 2.4.13 (installed well) Qt 5.7.1

ghost commented 7 years ago

Hi! I'm stuck on problem like you. Did you find the solution?

yang-fei commented 7 years ago

@ksty Finally I shut off the USE_CUDA_RUN_TIME value in the process of cmake MakeFile before you make the openbr, you need to use cmake to set off the MakeFile.txt. so after you do the cmake command, you can try to find the file MakeFile.txt. Then double click the file, it will show a window to show some values to set. Just cancel the USE_CUDA_RUN_TIME. Then reconfig. after this, just make the openbr. it should be OK.

In fact, I forget whether the file name is MakeFile.txt. If you can not find it, contact me and I will recheck it on my computer and then show you. My email: fei.yang@nottingham.edu.cn, if you can't wait for my reply here.