标签: affdex-sdk

编译affdex linux示例应用程序时对进程(std :: __ cxx11 :: basic_string ...)的未定义引用

当我尝试编译affdex sdk示例应用程序时遇到以下错误

Linking CXX executable video-demo
CMakeFiles/video-demo.dir/video-demo.cpp.o: In function 'main':
video-demo.cpp:(.text+0x11cb): undefined reference to 
affdex::VideoDetector::process(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
collect2: error: ld returned 1 exit status
Run Code Online (Sandbox Code Playgroud)

我正在使用GCC 5.2.1

c++ linux gcc c++11 affdex-sdk

7
推荐指数
1
解决办法
3万
查看次数

标签 统计

affdex-sdk ×1

c++ ×1

c++11 ×1

gcc ×1

linux ×1