chengzhengxin / sdm

Supervised Descent Method Apply to Face Alignment, and Head Pose Estimation with Linear Regression. It is cross-platfrom, easily compile in windows, ubuntu, even in Android & iOS.
448 stars 197 forks source link

make error #17

Open sarmadm opened 7 years ago

sarmadm commented 7 years ago

Hi , I get this error , how ca I solve it ?

tofi@tofi:~/sdm-master/build$ make

Scanning dependencies of target Roboman-SDM-TEST [100%] Building CXX object CMakeFiles/Roboman-SDM-TEST.dir/src/test_model.cpp.o Linking CXX executable Roboman-SDM-TEST /usr/bin/ld: cannot find -lcomctl32 /usr/bin/ld: cannot find -lvfw32 /usr/bin/ld: cannot find -lcomctl32 /usr/bin/ld: cannot find -lvfw32 collect2: error: ld returned 1 exit status make[2]: [Roboman-SDM-TEST] Error 1 make[1]: [CMakeFiles/Roboman-SDM-TEST.dir/all] Error 2 make: *** [all] Error 2

sweatdream commented 7 years ago

I've met the same problem, did you solve it and how did you solve it? Can you help me to solve this problem?

sarmadm commented 7 years ago

No , I didn't solve it