ShiqiYu / libfacedetection

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

编译不过去,为什么,请老师指点一下,谢谢 #198

Closed lyfpeter closed 4 years ago

lyfpeter commented 4 years ago

系统环境: centos7 执行步骤: mkdir build; cd build; rm -rf * cmake .. make 报错: error: must #include <typeinfo> before using typeid if (typeid(signed char) != typeid(T))

ShiqiYu commented 4 years ago

在头文件添加 #include 试试

On Thu, Dec 5, 2019 at 11:42 AM lyfpeter notifications@github.com wrote:

系统环境: centos7 执行步骤: mkdir build; cd build; rm -rf * cmake .. make 报错: error: must #include before using typeid if (typeid(signed char) != typeid(T))

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ShiqiYu/libfacedetection/issues/198?email_source=notifications&email_token=ABWR4HMI5HZNQBEUV3IDPD3QXB2DXA5CNFSM4JVTRC5KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H6GRBDQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWR4HOVDY2PEWOTJONAGT3QXB2DXANCNFSM4JVTRC5A .