xiangweizeng / darknet2ncnn

Darknet2ncnn converts the darknet model to the ncnn model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation error, compiler version problem

yuzuruhanyu opened this issue · comments

This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++1 or -std=gnu++11 compiler options.

Hello, our program does not need to rely on C++11. can you describe the operation process in detail?
你好,我们的程序不需要依赖c++ 11。你能详细描述一下操作过程吗?

按照readme里面的步骤执行的,因为size_t和mutex类型不支持,在thread_tools.h中include了stdlib.h和mutex

使用最新代码,同时保证ncnn 编译正常,并成功安装到指定目录, 欢迎进入QQ交流群,

/darknet2ncnn: error while loading shared libraries: libdarknet.so: cannot open shared object file: No such file or directory

Please refer to #1 (comment)