DeepLoco
DeepLoco copied to clipboard
undefined reference to lodepng::decode
when do the command to compile "make config=debug64" there occur the error as below, how to fix the it?
/usr/include/c++/5/backward/binders.h:108:11: note: declared here
class binder1st
^
../x64/Debug/libdeepLocoRender.a(TextureDesc.o): In function cTextureDesc::cTextureDesc(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool)': /disk4/graphdev/RlRobSim/Test/DeepLoco-0.81/gmake/../render/TextureDesc.cpp:74: undefined reference to
lodepng::decode(std::vector<unsigned char, std::allocator
Where did you unpack the external libraries? Are they in a folder named external?
thanks, I solve the problem by using the specific version of bullet & caffe provided in the external fold other than check out them from git.