Closed ooobelix closed 6 years ago
Last update on Linux front was this commit - https://github.com/prabindh/darknet/commit/01365fbea88b461f19715fdbadc6dbe89f5573a4
The later updates were on Windows, hence Linux build is broken. Let me fix it.
The corresponding tag for the last Linux build was v6.2.
@ooobelix Please check latest master that resolves this, and also moves to latest mainline code. I will do more checks on the latest build soon.
Hi @prabindh, thanks for your job and fixes! Compilation under Ubuntu 16.04 on v6.5-1-g372b25d is working.
I have some questions:
Thanks again for your job!
On below - this is a merge issue, will update.
Ok. Thanks again for your job!
Hi,
my goal is to build CPP Darknet thanks "make darknet-cpp" on Ubuntu 16.04 with latest version v6.4 but:
I can see in the logs that I compiling with c++0x
But as you have said:
So I modify the Makefile as follow without success, same issue:
Finaly I modify examples/classifier.c as follow and it works better:
But it failed on this:
Thanks in advance