Samuel Williams
- Registered on: 2012-08-13
- Last connection: 2012-08-14
Activity
Reported issues: 2
2012-08-14
- 06:00 pm OpenCV Bug #2263 (Done): Compiling with clang C++11 on Mac OS X
- I found this works pretty well:
CC=clang CXX=clang++ CFLAGS='-m64' CXXFLAGS='-std=c++0x -stdlib=libc++ -m64 -Wno-c... - 06:00 pm OpenCV Bug #2264 (Done): Compiling on clang/C++11, tr1/tuple doesn't exist
- You can add the following line:
modules/ts/include/opencv2/ts/ts_gtest.h
#define GTEST_USE_OWN_TR1_TUPLE 1
......
2012-08-13
- 05:54 am OpenCV Bug #2264 (Done): Compiling on clang/C++11, tr1/tuple doesn't exist
- 05:52 am OpenCV Bug #2263 (Done): Compiling with clang C++11 on Mac OS X
- Recommend changing that line to:
static unsigned CV_DECL_ALIGNED(16) v64f_absmask[] = { 0xffffffff, 0x7fffffff, 0x... - 05:50 am OpenCV Bug #2263 (Done): Compiling with clang C++11 on Mac OS X
Also available in: Atom