void fillEchoPacket(u_char *buf); /填充Echo包/ ^ myfunc.h:22:23: error: unknown type name ‘u_char’ void getEchoKey(const u_char *capBuf); /获取EchoKey/ ^ myfunc.h:23:1: error: unknown type name ‘u_char’ u_char *checkPass(u_char id, const u_char *md5Seed, int seedLen...
[C++][原创]std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)’未定义的引用,写了个非常简单类封装,结果cmake一直报错,正当绝望时候发现类的定义时候忘记加类名,犯了一个低级错误。结果就会导致上面错误,正确是。
CMakeFiles/extrackFrame.dir/shareresourcer.cpp.o:在函数‘getAliyunParam()’中: /work/ClipServer.huawei_git/clipServer/src/extrackFrame/src/shareresourcer.cpp:24:对‘ReadConfig[abi:cxx11](char const*)’未定义的引用 CMakeFiles/extrackFrame.dir/shareresourcer.cpp.o:在函数‘getConfigParam()’...