ShiqiYu / libfacedetection

An open source library for face detection in images. The face detection speed can reach 1000FPS.
Other
12.28k stars 3.05k forks source link

mingw: ld returned 1 exit status #41

Closed Sundrops closed 5 years ago

Sundrops commented 7 years ago

I compiled the example code using mingw and got this error: obj\Release\main.o:main.cpp:(.text.startup+0x20d)||undefined reference to `_imp___Z18facedetect_frontalPhS_iiifiiii'| I also convert .lib to .a with reimp, but It doesn't work. What should I do? Thanks a lot!

smartadpole commented 6 years ago

我也遇到了同样的问题,mingw编译器,编译报错 error: undefined reference to `_imp___Z18facede