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?
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: 401 times
Last updated: Apr 23 '13
OpenCV on Eclipse CDT for Linux
compiling openCV cpp files in matlab with mex
Area of a single pixel object in OpenCV
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Can't compile .cu file when including opencv.hpp
Compiling OpenCV for iOS - no product type error
Using OpenCV's stitching module, strange error when compositing images
compile error in opencv2/flann/lsh_table.h when compiling bgslibrary
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