compile error - opencv from git
git clone latest opencv and compiling:
Produces: error: ‘numeric_limits’ is not a member of ‘std’
on several files.
Does anybody else have similar problem?
temporal fix: add
#include <limits>
to core/utulity.hpp, and recompile (might not be the best place to do edit, though)
Asked: 2013-04-23 06:20:02 -0600
Seen: 423 times
Last updated: Apr 23 '13
could you please add os/compiler/arch etc to your question ?
happens here, too. win32 vs2008
I compiled it on Linux Debian, using cmake - native opencv build system