Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 2088

CMake Error at cuda_compile_generated_gpu_mat.cu.o.cmake:266

$
0
0
Hello, i am trying to build OpenCV with the OpenCV-contrib modul. I am using a Mac (10.13.4) and my Cmake command is: I am using Clang 8.1 : > Apple LLVM version 8.1.0> (clang-802.0.42) Target:> x86_64-apple-darwin17.5.0 Thread> model: posix InstalledDir:> /Library/Developer/CommandLineTools/usr/bin> cmake -D CMAKE_BUILD_TYPE=RELEASE > -D CMAKE_INSTALL_PREFIX=/usr/local -D BUILD_NEW_PYTHON_SUPPORT=ON -D INSTALL_PYTHON_EXAMPLES=ON -D> WITH_OPENGL=ON -D> INSTALL_C_EXAMPLES=OFF -D> OPENCV_EXTRA_MODULES_PATH=../../opencv_contrib/modules> .. Which worked fine, but the make command doesn't work. Thanks Marvin > -- Looking for ccache - not found> -- Checking for module 'gstreamer-base-1.0'> -- No package 'gstreamer-base-1.0' found> -- Checking for module 'gstreamer-video-1.0'> -- No package 'gstreamer-video-1.0' found> -- Checking for module 'gstreamer-app-1.0'> -- No package 'gstreamer-app-1.0' found> -- Checking for module 'gstreamer-riff-1.0'> -- No package 'gstreamer-riff-1.0' found> -- Checking for module 'gstreamer-pbutils-1.0'> -- No package 'gstreamer-pbutils-1.0' found> -- Checking for module 'gstreamer-base-0.10'> -- No package 'gstreamer-base-0.10' found> -- Checking for module 'gstreamer-video-0.10'> -- No package 'gstreamer-video-0.10' found> -- Checking for module 'gstreamer-app-0.10'> -- No package 'gstreamer-app-0.10' found> -- Checking for module 'gstreamer-riff-0.10'> -- No package 'gstreamer-riff-0.10' found> -- Checking for module 'gstreamer-pbutils-0.10'> -- No package 'gstreamer-pbutils-0.10' found> -- Checking for module 'libdc1394-2'> -- No package 'libdc1394-2' found> -- Checking for module 'libdc1394'> -- No package 'libdc1394' found> -- found Intel IPP (ICV version): 2017.0.3 [2017.0.3]> -- at: /Users/Marvin/Documents/OpenCV3/opencv/build/3rdparty/ippicv/ippicv_mac> -- found Intel IPP IW sources: 2017.0.3> -- at: /Users/Marvin/Documents/OpenCV3/opencv/build/3rdparty/ippicv/ippiw_mac> -- CUDA detected: 9.1> -- CUDA NVCC target flags: -gencode;arch=compute_30,code=sm_30;-gencode;arch=compute_35,code=sm_35;-gencode;arch=compute_37,code=sm_37;-gencode;arch=compute_50,code=sm_50;-gencode;arch=compute_52,code=sm_52;-gencode;arch=compute_60,code=sm_60;-gencode;arch=compute_61,code=sm_61;-gencode;arch=compute_70,code=sm_70;-D_FORCE_INLINES> -- Could not find OpenBLAS include. Turning OpenBLAS_FOUND off> -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off> -- Could NOT find Atlas (missing: Atlas_CLAPACK_INCLUDE_DIR> Atlas_BLAS_LIBRARY) > -- A library with LAPACK API found.> -- LAPACK(LAPACK/Apple): LAPACK_LIBRARIES:> /System/Library/Frameworks/Accelerate.framework;/System/Library/Frameworks/Accelerate.framework> CMake Warning at> cmake/OpenCVFindLAPACK.cmake:29> (message): LAPACK(LAPACK/Apple):> CBLAS/LAPACK headers are not found in> '' Call Stack (most recent call> first): > cmake/OpenCVFindLAPACK.cmake:143> (ocv_lapack_check) > CMakeLists.txt:605 (include)>>> -- LAPACK(Apple): LAPACK_LIBRARIES: -framework Accelerate CMake Warning at cmake/OpenCVFindLAPACK.cmake:29> (message): LAPACK(Apple):> CBLAS/LAPACK headers are not found in> '' Call Stack (most recent call> first): > cmake/OpenCVFindLAPACK.cmake:159> (ocv_lapack_check) > CMakeLists.txt:605 (include)>>> -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) > -- Could NOT find Pylint (missing: PYLINT_EXECUTABLE) > -- Could NOT find Matlab (missing: MATLAB_MEX_SCRIPT MATLAB_INCLUDE_DIRS> MATLAB_ROOT_DIR MATLAB_LIBRARIES> MATLAB_LIBRARY_DIRS MATLAB_MEXEXT> MATLAB_ARCH MATLAB_BIN) > -- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install> subdirectory with VTKConfig.cmake file> -- Caffe: NO> -- Protobuf: NO> -- Glog: YES> -- Looking for tiny_dnn.h> -- Looking for tiny_dnn.h - found> -- Found tiny-dnn in: /Users/Marvin/Documents/OpenCV3/opencv/build/3rdparty/tinydnn/tiny-dnn-1.0.0a3> -- The protocol buffer compiler is not found (PROTOBUF_PROTOC_EXECUTABLE='')> -- Checking for one of the modules 'harfbuzz'> -- freetype2: YES> -- harfbuzz: NO> -- HDF5: Using hdf5 compiler wrapper to determine C configuration> -- Module opencv_ovis disabled because OGRE3D was not found> -- No preference for use of exported gflags CMake configuration set, and no> hints for include/library directories> provided. Defaulting to preferring an> installed/exported gflags CMake> configuration if available.> -- Found installed version of gflags: /usr/local/lib/cmake/gflags> -- Detected gflags version: 2.2.1> -- Checking SFM deps... TRUE> -- CERES support is disabled. Ceres Solver for reconstruction API is> required.> -- HDF5: Using hdf5 compiler wrapper to determine C configuration> -- Excluding from source files list: /Users/Marvin/Documents/OpenCV3/opencv/build/modules/imgproc/accum.neon.cpp> -- Checking for modules 'tesseract;lept'> -- No package 'tesseract' found> -- No package 'lept' found> -- Tesseract: NO> -- No preference for use of exported gflags CMake configuration set, and no> hints for include/library directories> provided. Defaulting to preferring an> installed/exported gflags CMake> configuration if available.> -- Found installed version of gflags: /usr/local/lib/cmake/gflags> -- Detected gflags version: 2.2.1> -- Checking SFM deps... TRUE> -- CERES support is disabled. Ceres Solver for reconstruction API is> required.> -- > -- General configuration for OpenCV 3.4.0 =====================================> -- Version control: 3.4.0-dirty> -- > -- Extra modules:> -- Location (extra): /Users/Marvin/Documents/OpenCV3/opencv_contrib/modules> -- Version control (extra): 3.4.0> -- > -- Platform:> -- Timestamp: 2018-06-08T21:57:14Z> -- Host: Darwin 17.5.0 x86_64> -- CMake: 3.11.3> -- CMake generator: Unix Makefiles> -- CMake build tool: /usr/bin/make> -- Configuration: RELEASE> -- > -- CPU/HW features:> -- Baseline: SSE SSE2 SSE3> -- requested: SSE3> -- Dispatched code generation: SSE4_1 SSE4_2 FP16 AVX AVX2> -- requested: SSE4_1 SSE4_2 AVX FP16 AVX2> -- SSE4_1 (3 files): + SSSE3 SSE4_1> -- SSE4_2 (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2> -- FP16 (2 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX> -- AVX (5 files): + SSSE3 SSE4_1 POPCNT SSE4_2 AVX> -- AVX2 (9 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3> AVX AVX2> -- > -- C/C++:> -- Built as dynamic libs?: YES> -- C++11: YES> -- C++ Compiler: /Library/Developer/CommandLineTools/usr/bin/c++> (ver 8.1.0.8020042)> -- C++ flags (Release): -std=c++11 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-implicit-fallthrough -fdiagnostics-show-option -Wno-long-long -Qunused-arguments -Wno-semicolon-before-method-body -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG> -- C++ flags (Debug): -std=c++11 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-implicit-fallthrough -fdiagnostics-show-option -Wno-long-long -Qunused-arguments -Wno-semicolon-before-method-body -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG> -- C Compiler: /Library/Developer/CommandLineTools/usr/bin/cc> -- C flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-implicit-fallthrough -fdiagnostics-show-option -Wno-long-long -Qunused-arguments -Wno-semicolon-before-method-body -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG> -- C flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-unnamed-type-template-args -Wno-comment -Wno-implicit-fallthrough -fdiagnostics-show-option -Wno-long-long -Qunused-arguments -Wno-semicolon-before-method-body -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG> -- Linker flags (Release):> -- Linker flags (Debug):> -- ccache: NO> -- Precompiled headers: NO> -- Extra dependencies: cudart nppc nppial nppicc nppicom> nppidei nppif nppig nppim nppist> nppisu nppitc npps cublas cufft> -L/Developer/NVIDIA/CUDA-9.1/lib> -- 3rdparty dependencies:> -- > -- OpenCV modules:> -- To be built: aruco bgsegm bioinspired calib3d> ccalib core cudaarithm cudabgsegm> cudafeatures2d cudafilters cudaimgproc> cudalegacy cudaobjdetect cudaoptflow> cudastereo cudawarping cudev datasets> dnn dpm face features2d flann fuzzy> hdf highgui img_hash imgcodecs imgproc> line_descriptor ml objdetect optflow> phase_unwrapping photo plot> python_bindings_generator reg rgbd> saliency sfm shape stereo stitching> structured_light superres> surface_matching text tracking ts> video videoio videostab xfeatures2d> ximgproc xobjdetect xphoto> -- Disabled: js world> -- Disabled by dependency: -> -- Unavailable: cnn_3dobj cudacodec cvv dnn_modern> freetype java matlab ovis python2> python3 viz> -- Applications: tests perf_tests apps> -- Documentation: NO> -- Non-free algorithms: NO> -- > -- GUI: > -- Cocoa: YES> -- OpenGL support: NO> -- VTK support: NO> -- > -- Media I/O: > -- ZLib: build (ver 1.2.11)> -- JPEG: build (ver 90)> -- WEBP: /usr/local/lib/libwebp.dylib (ver> encoder: 0x020e)> -- PNG: build (ver 1.6.34)> -- TIFF: build (ver 42 - 4.0.9)> -- JPEG 2000: build (ver 1.900.1)> -- OpenEXR: build (ver 1.7.1)> -- > -- Video I/O:> -- DC1394: NO> -- FFMPEG: YES> -- avcodec: YES (ver 58.18.100)> -- avformat: YES (ver 58.12.100)> -- avutil: YES (ver 56.14.100)> -- swscale: YES (ver 5.1.100)> -- avresample: YES (ver 4.0.0)> -- GStreamer: NO> -- AVFoundation: YES> -- gPhoto2: YES> -- > -- Parallel framework: GCD> -- > -- Trace: YES (with Intel ITT)> -- > -- Other third-party libraries:> -- Intel IPP: 2017.0.3 [2017.0.3]> -- at: /Users/Marvin/Documents/OpenCV3/opencv/build/3rdparty/ippicv/ippicv_mac> -- Intel IPP IW: sources (2017.0.3)> -- at: /Users/Marvin/Documents/OpenCV3/opencv/build/3rdparty/ippicv/ippiw_mac> -- Lapack: NO> -- Eigen: YES (ver 3.3.4)> -- Custom HAL: NO> -- > -- NVIDIA CUDA: YES (ver 9.1, CUFFT CUBLAS)> -- NVIDIA GPU arch: 30 35 37 50 52 60 61 70> -- NVIDIA PTX archs:> -- > -- OpenCL: YES (no extra features)> -- Include path: NO> -- Link libraries: -framework OpenCL> -- > -- Python (for build): /usr/local/bin/python2.7> -- > -- Java:> -- ant: NO> -- JNI: /System/Library/Frameworks/JavaVM.framework/Headers> /System/Library/Frameworks/JavaVM.framework/Headers> /System/Library/Frameworks/JavaVM.framework/Headers> -- Java wrappers: NO> -- Java tests: NO> -- > -- Matlab: NO> -- > -- Install to: /usr/local> -- -----------------------------------------------------------------> -- > -- Configuring done> -- Generating done> -- Build files have been written to: /Users/Marvin/Documents/OpenCV3/opencv/build> [ 0%] Built target gen-pkgconfig [ > 1%] Built target zlib [ 4%] Built> target libjpeg [ 6%] Built target> libtiff [ 7%] Built target libjasper> [ 8%] Built target libpng [ 12%]> Built target IlmImf [ 13%] Built> target ippiw [ 14%] Built target> ittnotify [ 18%] Built target> libprotobuf [ 18%] Built target> opencv_cudev [ 18%] Building NVCC> (Device) object> modules/core/CMakeFiles/cuda_compile.dir/src/cuda/cuda_compile_generated_gpu_mat.cu.o> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/cstddef(97):> error: identifier "nullptr" is> undefined>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/cstddef(97):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(257):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(261):> error: member> "std::__1::integral_constant<_Tp,> __v>::constexpr" is not a type name>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(261):> error: return type may not be> specified on a conversion function>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(261):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(269):> error: "constexpr" is not a function> or static data member>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(327):> error: identifier "nullptr_t" is> undefined>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(346):> error: identifier "char16_t" is> undefined>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(347):> error: identifier "char32_t" is> undefined>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(347):> error: class> "std::__1::__libcpp_is_integral<>"> has already been defined>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(554):> error: identifier "nullptr_t" is> undefined>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(655):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1162):> error: expected a type specifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1162):> error: expected a type specifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1185):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1185):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1186):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1186):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1187):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1187):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1188):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1188):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1189):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1189):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1190):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1190):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1191):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1191):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1192):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1192):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1193):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1193):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1194):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1194):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1195):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1195):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1196):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1196):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1197):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1197):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1198):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1198):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1201):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1201):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1257):> error: function template> "std::__1::declval" is not a type name>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1257):> error: function returning function is> not allowed>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1257):> error: "__test" has already been> declared in the current scope>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1257):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1258):> error: identifier "type" is undefined>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1287):> error: expected a ")">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1287):> error: function returning function is> not allowed>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1287):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1298):> error: expected a ")">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1298):> error: function returning function is> not allowed>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1298):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1535):> error: expected a ")">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1535):> error: expected a ">">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1535):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1555):> error: expected a ")">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1555):> error: expected a ")">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1555):> error: too few arguments for class> template "std::__1::__select_2nd">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1555):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1574):> error: expected a ")">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1619):> error: expected a ")">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1668):> error: expected a ";">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1825):> error: too few arguments for class> template> "std::__1::__member_pointer_traits_imp">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1825):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1833):> error: too few arguments for class> template> "std::__1::__member_pointer_traits_imp">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1833):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1841):> error: too few arguments for class> template> "std::__1::__member_pointer_traits_imp">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1841):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1849):> error: too few arguments for class> template> "std::__1::__member_pointer_traits_imp">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1849):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1857):> error: too few arguments for class> template> "std::__1::__member_pointer_traits_imp">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1857):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1865):> error: too few arguments for class> template> "std::__1::__member_pointer_traits_imp">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1865):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1873):> error: too few arguments for class> template> "std::__1::__member_pointer_traits_imp">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1873):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1881):> error: too few arguments for class> template> "std::__1::__member_pointer_traits_imp">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1881):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1889):> error: too few arguments for class> template> "std::__1::__member_pointer_traits_imp">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1889):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1897):> error: too few arguments for class> template> "std::__1::__member_pointer_traits_imp">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1897):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1905):> error: too few arguments for class> template> "std::__1::__member_pointer_traits_imp">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1905):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1913):> error: too few arguments for class> template> "std::__1::__member_pointer_traits_imp">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1913):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1921):> error: too few arguments for class> template> "std::__1::__member_pointer_traits_imp">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1921):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1929):> error: too few arguments for class> template> "std::__1::__member_pointer_traits_imp">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1929):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1937):> error: too few arguments for class> template> "std::__1::__member_pointer_traits_imp">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1937):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1945):> error: too few arguments for class> template> "std::__1::__member_pointer_traits_imp">> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(1945):> error: expected an identifier>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(2964):> error: function call is not allowed in> a constant expression>> /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/type_traits(2964):> error: function call is not allowed in> a constant expression>> Error limit reached. 100 errors> detected in the compilation of> "/var/folders/yz/49kbdr4n0fv_zz022xkfs_p40000gn/T//tmpxft_00007536_00000000-13_gpu_mat.compute_70.cpp1.ii".> Compilation terminated. CMake Error at> cuda_compile_generated_gpu_mat.cu.o.cmake:266> (message): Error generating file > /Users/Marvin/Documents/OpenCV3/opencv/build/modules/core/CMakeFiles/cuda_compile.dir/src/cuda/./cuda_compile_generated_gpu_mat.cu.o>>> make[2]: ***> [modules/core/CMakeFiles/cuda_compile.dir/src/cuda/cuda_compile_generated_gpu_mat.cu.o]> Error 1 make[1]: ***> [modules/core/CMakeFiles/opencv_core.dir/all]> Error 2 make: *** [all] Error 2

Viewing all articles
Browse latest Browse all 2088

Trending Articles