I'm using Mac 10.10 and OpenCV 3.0, when I was compiling my project I got this error:
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
After that, I changed the c++ standard library to libstdc++, another error appeared:
/usr/local/include/opencv2/hal/defs.h:271:14: 'cstdint' file not found
Hope someone could help me