SeetaFace6Open / index

Other
542 stars 210 forks source link

win10,vs2019,vc14环境下编译OpenRoleZoo报错 #4

Open lxmou666 opened 4 years ago

lxmou666 commented 4 years ago

win10,vs2019,vc14和ubuntu20.04环境下编译OpenRoleZoo OpenRoleZoo\include\orz\mem\pot.h找不到std::function,添加functional头后通过编译。 OpenRoleZoo\src\orz\tools\cpp_resources.cpp编译警告(warning C4267: “return”: 从“size_t”转换到“resources”,可能丢失数据),添加忽略警告后通过 add_definitions(-w)。

7934345 commented 3 years ago

你尝试 修改 pot.h 文件 添加 #include

我在 CentOS 8 上编译 也是这个问题 添加头后 编译过了

brucehu commented 2 years ago

修改 pot.h 文件 加入

include < functional >