Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jakub@T470p:~/opencv_repo$ mkdir build
- jakub@T470p:~/opencv_repo$ cd build
- jakub@T470p:~/opencv_repo/build$ ls
- jakub@T470p:~/opencv_repo/build$ mkdir debug
- jakub@T470p:~/opencv_repo/build$ cd debug/
- jakub@T470p:~/opencv_repo/build/debug$ ls
- jakub@T470p:~/opencv_repo/build/debug$ $CXXFLAGS
- -std=c++14: command not found
- jakub@T470p:~/opencv_repo/build/debug$ cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=~/packages/opencv/ -DWITH_HPX=ON -DHPX_DIR=/home/jakub/hpx_repo/build/debug/lib/cmake/HPX ../../
- -- The CXX compiler identification is GNU 5.4.0
- -- The C compiler identification is GNU 5.4.0
- -- Check for working CXX compiler: /usr/bin/c++
- -- Check for working CXX compiler: /usr/bin/c++ -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Check for working C compiler: /usr/bin/cc
- -- Check for working C compiler: /usr/bin/cc -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.12", minimum required is "2.7")
- -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable exact version "2.7.12")
- -- Found PythonInterp: /home/jakub/miniconda3/bin/python3 (found suitable version "3.6.3", minimum required is "3.4")
- -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "3.6.3")
- -- Looking for ccache - not found
- -- Performing Test HAVE_CXX_FSIGNED_CHAR
- -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
- -- Performing Test HAVE_C_FSIGNED_CHAR
- -- Performing Test HAVE_C_FSIGNED_CHAR - Success
- -- Performing Test HAVE_CXX_W
- -- Performing Test HAVE_CXX_W - Success
- -- Performing Test HAVE_C_W
- -- Performing Test HAVE_C_W - Success
- -- Performing Test HAVE_CXX_WALL
- -- Performing Test HAVE_CXX_WALL - Success
- -- Performing Test HAVE_C_WALL
- -- Performing Test HAVE_C_WALL - Success
- -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
- -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
- -- Performing Test HAVE_C_WERROR_RETURN_TYPE
- -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
- -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR
- -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success
- -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR
- -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Success
- -- Performing Test HAVE_CXX_WERROR_ADDRESS
- -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
- -- Performing Test HAVE_C_WERROR_ADDRESS
- -- Performing Test HAVE_C_WERROR_ADDRESS - Success
- -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
- -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
- -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
- -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
- -- Performing Test HAVE_CXX_WFORMAT
- -- Performing Test HAVE_CXX_WFORMAT - Success
- -- Performing Test HAVE_C_WFORMAT
- -- Performing Test HAVE_C_WFORMAT - Success
- -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
- -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
- -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
- -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
- -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
- -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
- -- Performing Test HAVE_C_WMISSING_DECLARATIONS
- -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
- -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
- -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
- -- Performing Test HAVE_C_WMISSING_PROTOTYPES
- -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
- -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
- -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
- -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
- -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
- -- Performing Test HAVE_CXX_WUNDEF
- -- Performing Test HAVE_CXX_WUNDEF - Success
- -- Performing Test HAVE_C_WUNDEF
- -- Performing Test HAVE_C_WUNDEF - Success
- -- Performing Test HAVE_CXX_WINIT_SELF
- -- Performing Test HAVE_CXX_WINIT_SELF - Success
- -- Performing Test HAVE_C_WINIT_SELF
- -- Performing Test HAVE_C_WINIT_SELF - Success
- -- Performing Test HAVE_CXX_WPOINTER_ARITH
- -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
- -- Performing Test HAVE_C_WPOINTER_ARITH
- -- Performing Test HAVE_C_WPOINTER_ARITH - Success
- -- Performing Test HAVE_CXX_WSHADOW
- -- Performing Test HAVE_CXX_WSHADOW - Success
- -- Performing Test HAVE_C_WSHADOW
- -- Performing Test HAVE_C_WSHADOW - Success
- -- Performing Test HAVE_CXX_WSIGN_PROMO
- -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
- -- Performing Test HAVE_C_WSIGN_PROMO
- -- Performing Test HAVE_C_WSIGN_PROMO - Failed
- -- Performing Test HAVE_CXX_WUNINITIALIZED
- -- Performing Test HAVE_CXX_WUNINITIALIZED - Success
- -- Performing Test HAVE_C_WUNINITIALIZED
- -- Performing Test HAVE_C_WUNINITIALIZED - Success
- -- Performing Test HAVE_CXX_WNO_NARROWING
- -- Performing Test HAVE_CXX_WNO_NARROWING - Success
- -- Performing Test HAVE_C_WNO_NARROWING
- -- Performing Test HAVE_C_WNO_NARROWING - Success
- -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
- -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
- -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
- -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
- -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
- -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
- -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
- -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
- -- Performing Test HAVE_CXX_WNO_COMMENT
- -- Performing Test HAVE_CXX_WNO_COMMENT - Success
- -- Performing Test HAVE_C_WNO_COMMENT
- -- Performing Test HAVE_C_WNO_COMMENT - Success
- -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
- -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
- -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
- -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
- -- Performing Test HAVE_CXX_WNO_LONG_LONG
- -- Performing Test HAVE_CXX_WNO_LONG_LONG - Success
- -- Performing Test HAVE_C_WNO_LONG_LONG
- -- Performing Test HAVE_C_WNO_LONG_LONG - Success
- -- Performing Test HAVE_CXX_PTHREAD
- -- Performing Test HAVE_CXX_PTHREAD - Success
- -- Performing Test HAVE_C_PTHREAD
- -- Performing Test HAVE_C_PTHREAD - Success
- -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
- -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
- -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
- -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
- -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
- -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
- -- Performing Test HAVE_C_FFUNCTION_SECTIONS
- -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
- -- Performing Test HAVE_CXX_FDATA_SECTIONS
- -- Performing Test HAVE_CXX_FDATA_SECTIONS - Success
- -- Performing Test HAVE_C_FDATA_SECTIONS
- -- Performing Test HAVE_C_FDATA_SECTIONS - Success
- -- Performing Test HAVE_CXX_MSSE (check file: cmake/checks/cpu_sse.cpp)
- -- Performing Test HAVE_CXX_MSSE - Success
- -- Performing Test HAVE_CXX_MSSE2 (check file: cmake/checks/cpu_sse2.cpp)
- -- Performing Test HAVE_CXX_MSSE2 - Success
- -- Performing Test HAVE_CXX_MSSE3 (check file: cmake/checks/cpu_sse3.cpp)
- -- Performing Test HAVE_CXX_MSSE3 - Success
- -- Performing Test HAVE_CXX_MSSSE3 (check file: cmake/checks/cpu_ssse3.cpp)
- -- Performing Test HAVE_CXX_MSSSE3 - Success
- -- Performing Test HAVE_CXX_MSSE4_1 (check file: cmake/checks/cpu_sse41.cpp)
- -- Performing Test HAVE_CXX_MSSE4_1 - Success
- -- Performing Test HAVE_CXX_MPOPCNT (check file: cmake/checks/cpu_popcnt.cpp)
- -- Performing Test HAVE_CXX_MPOPCNT - Success
- -- Performing Test HAVE_CXX_MSSE4_2 (check file: cmake/checks/cpu_sse42.cpp)
- -- Performing Test HAVE_CXX_MSSE4_2 - Success
- -- Performing Test HAVE_CXX_MF16C (check file: cmake/checks/cpu_fp16.cpp)
- -- Performing Test HAVE_CXX_MF16C - Success
- -- Performing Test HAVE_CXX_MFMA
- -- Performing Test HAVE_CXX_MFMA - Success
- -- Performing Test HAVE_CXX_MAVX (check file: cmake/checks/cpu_avx.cpp)
- -- Performing Test HAVE_CXX_MAVX - Success
- -- Performing Test HAVE_CXX_MAVX2 (check file: cmake/checks/cpu_avx2.cpp)
- -- Performing Test HAVE_CXX_MAVX2 - Success
- -- Performing Test HAVE_CXX_MAVX512F (check file: cmake/checks/cpu_avx512.cpp)
- -- Performing Test HAVE_CXX_MAVX512F - Success
- -- Performing Test HAVE_CXX_MAVX512F_MAVX512CD_MAVX512VL_MAVX512BW_MAVX512DQ (check file: cmake/checks/cpu_avx512skx.cpp)
- -- Performing Test HAVE_CXX_MAVX512F_MAVX512CD_MAVX512VL_MAVX512BW_MAVX512DQ - Success
- -- Performing Test HAVE_CPU_BASELINE_FLAGS
- -- Performing Test HAVE_CPU_BASELINE_FLAGS - Success
- -- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_1
- -- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_1 - Success
- -- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_2
- -- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_2 - Success
- -- Performing Test HAVE_CPU_DISPATCH_FLAGS_FP16
- -- Performing Test HAVE_CPU_DISPATCH_FLAGS_FP16 - Success
- -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX
- -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX - Success
- -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX2
- -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX2 - Success
- -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX512_SKX
- -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX512_SKX - Success
- -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
- -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
- -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
- -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
- -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
- -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
- -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
- -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
- -- Looking for pthread.h
- -- Looking for pthread.h - found
- -- Looking for posix_memalign
- -- Looking for posix_memalign - found
- -- Looking for malloc.h
- -- Looking for malloc.h - found
- -- Looking for memalign
- -- Looking for memalign - found
- -- Check if the system is big endian
- -- Searching 16 bit integer
- -- Looking for sys/types.h
- -- Looking for sys/types.h - found
- -- Looking for stdint.h
- -- Looking for stdint.h - found
- -- Looking for stddef.h
- -- Looking for stddef.h - found
- -- Check size of unsigned short
- -- Check size of unsigned short - done
- -- Using unsigned short
- -- Check if the system is big endian - little endian
- -- Found ZLIB: /home/jakub/miniconda3/lib/libz.so (found suitable version "1.2.11", minimum required is "1.2.3")
- -- Found JPEG: /home/jakub/miniconda3/lib/libjpeg.so
- -- Found TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (found version "4.0.6")
- -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
- -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
- -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION
- -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION - Success
- -- Performing Test HAVE_C_WNO_SHADOW
- -- Performing Test HAVE_C_WNO_SHADOW - Success
- -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED
- -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED - Success
- -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES
- -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES - Success
- -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS
- -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS - Success
- -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH
- -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH - Failed
- -- Found Jasper: /usr/lib/x86_64-linux-gnu/libjasper.so (found version "1.900.1")
- -- Found ZLIB: /home/jakub/miniconda3/lib/libz.so (found version "1.2.11")
- -- Found PNG: /home/jakub/miniconda3/lib/libpng.so (found version "1.6.34")
- -- Looking for /home/jakub/miniconda3/include/libpng/png.h
- -- Looking for /home/jakub/miniconda3/include/libpng/png.h - not found
- -- Looking for semaphore.h
- -- Looking for semaphore.h - found
- -- Performing Test HAVE_CXX_WNO_SHADOW
- -- Performing Test HAVE_CXX_WNO_SHADOW - Success
- -- Performing Test HAVE_CXX_WNO_UNUSED
- -- Performing Test HAVE_CXX_WNO_UNUSED - Success
- -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
- -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
- -- Performing Test HAVE_CXX_WNO_UNDEF
- -- Performing Test HAVE_CXX_WNO_UNDEF - Success
- -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
- -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
- -- Performing Test HAVE_CXX_WNO_UNINITIALIZED
- -- Performing Test HAVE_CXX_WNO_UNINITIALIZED - Success
- -- Performing Test HAVE_CXX_WNO_SWITCH
- -- Performing Test HAVE_CXX_WNO_SWITCH - Success
- -- Performing Test HAVE_CXX_WNO_PARENTHESES
- -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
- -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
- -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
- -- Performing Test HAVE_CXX_WNO_EXTRA
- -- Performing Test HAVE_CXX_WNO_EXTRA - Success
- -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
- -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
- -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION
- -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION - Failed
- -- Performing Test HAVE_CXX_WNO_DEPRECATED
- -- Performing Test HAVE_CXX_WNO_DEPRECATED - Success
- -- Performing Test HAVE_CXX_WNO_SUGGEST_OVERRIDE
- -- Performing Test HAVE_CXX_WNO_SUGGEST_OVERRIDE - Success
- -- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE
- -- Performing Test HAVE_CXX_WNO_INCONSISTENT_MISSING_OVERRIDE - Failed
- -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH
- -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH - Failed
- -- Checking for module 'gtk+-3.0'
- -- No package 'gtk+-3.0' found
- -- Checking for module 'gtk+-2.0'
- -- Found gtk+-2.0, version 2.24.30
- -- Checking for module 'gthread-2.0'
- -- Found gthread-2.0, version 2.48.2
- -- 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'
- -- Found libdc1394-2, version 2.2.4
- -- Looking for linux/videodev.h
- -- Looking for linux/videodev.h - not found
- -- Looking for linux/videodev2.h
- -- Looking for linux/videodev2.h - found
- -- Looking for sys/videoio.h
- -- Looking for sys/videoio.h - not found
- -- Checking for modules 'libavcodec;libavformat;libavutil;libswscale'
- -- Found libavcodec, version 56.60.100
- -- Found libavformat, version 56.40.101
- -- Found libavutil, version 54.31.100
- -- Found libswscale, version 3.1.101
- -- Checking for module 'libavresample'
- -- Found libavresample, version 2.1.0
- -- Checking for module 'libgphoto2'
- -- No package 'libgphoto2' found
- -- Using tcmalloc allocator.
- -- IPPICV: Download: ippicv_2017u3_lnx_intel64_general_20180518.tgz
- -- found Intel IPP (ICV version): 2017.0.3 [2017.0.3]
- -- at: /home/jakub/opencv_repo/build/debug/3rdparty/ippicv/ippicv_lnx
- -- found Intel IPP IW sources: 2017.0.3
- -- at: /home/jakub/opencv_repo/build/debug/3rdparty/ippicv/ippiw_lnx
- -- Could not find OpenBLAS include. Turning OpenBLAS_FOUND off
- -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
- -- Could NOT find Atlas (missing: Atlas_CBLAS_INCLUDE_DIR Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY)
- -- Looking for pthread.h
- -- Looking for pthread.h - found
- -- Looking for pthread_create
- -- Looking for pthread_create - found
- -- Found Threads: TRUE
- -- Looking for sgemm_
- -- Looking for sgemm_ - found
- -- A library with BLAS API found.
- -- Looking for cheev_
- -- Looking for cheev_ - found
- -- A library with LAPACK API found.
- -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
- -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
- -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
- -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
- -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS
- -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS - Success
- -- Performing Test HAVE_CXX_WNO_SIGN_PROMO
- -- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success
- -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE
- -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE - Failed
- -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS
- -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS - Success
- -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION
- -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION - Success
- -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE
- -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE - Failed
- -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32
- -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32 - Failed
- -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF
- -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF - Success
- -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE_SWITCH
- -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE_SWITCH - Failed
- -- Found apache ant: /usr/bin/ant (1.9.6)
- -- Found JNI: /usr/lib/jvm/default-java/jre/lib/amd64/libjawt.so
- -- 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
- -- Looking for dlerror in dl
- -- Looking for dlerror in dl - found
- -- Performing Test HAVE_C_WNO_UNDEF
- -- Performing Test HAVE_C_WNO_UNDEF - Success
- -- Performing Test HAVE_C_WNO_SIGN_COMPARE
- -- Performing Test HAVE_C_WNO_SIGN_COMPARE - Success
- -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED
- -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED - Success
- -- Performing Test HAVE_CXX_WNO_ERROR_NON_VIRTUAL_DTOR
- -- Performing Test HAVE_CXX_WNO_ERROR_NON_VIRTUAL_DTOR - Success
- -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE
- -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE - Success
- -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL
- -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL - Success
- -- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD
- -- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD - Failed
- --
- -- General configuration for OpenCV 4.0.0-pre =====================================
- -- Version control: 3.4.1-583-gc320bd2-dirty
- --
- -- Platform:
- -- Timestamp: 2018-05-25T20:13:14Z
- -- Host: Linux 4.13.0-43-generic x86_64
- -- CMake: 3.5.1
- -- CMake generator: Unix Makefiles
- -- CMake build tool: /usr/bin/make
- -- Configuration: Debug
- --
- -- CPU/HW features:
- -- Baseline: SSE SSE2 SSE3
- -- requested: SSE3
- -- Dispatched code generation: SSE4_1 SSE4_2 FP16 AVX AVX2 AVX512_SKX
- -- requested: SSE4_1 SSE4_2 AVX FP16 AVX2 AVX512_SKX
- -- 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
- -- AVX512_SKX (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2 AVX_512F AVX512_SKX
- --
- -- C/C++:
- -- Built as dynamic libs?: YES
- -- C++ Compiler: /usr/bin/c++ (ver 5.4.0)
- -- C++ flags (Release): -std=c++14 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
- -- C++ flags (Debug): -std=c++14 -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
- -- C Compiler: /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 -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=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 -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -fdata-sections -msse -msse2 -msse3 -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG
- -- Linker flags (Release):
- -- Linker flags (Debug):
- -- ccache: NO
- -- Precompiled headers: YES
- -- Extra dependencies: m pthread hpx general dl rt /usr/lib/x86_64-linux-gnu/libpthread.so /home/jakub/packages/boost/boost_1_65_1/lib/libboost_atomic.so /home/jakub/packages/boost/boost_1_65_1/lib/libboost_filesystem.so /home/jakub/packages/boost/boost_1_65_1/lib/libboost_program_options.so /home/jakub/packages/boost/boost_1_65_1/lib/libboost_regex.so /home/jakub/packages/boost/boost_1_65_1/lib/libboost_system.so /home/jakub/packages/gperftools/lib/libtcmalloc_minimal.so /home/jakub/packages/hwloc/lib/libhwloc.so
- -- 3rdparty dependencies:
- --
- -- OpenCV modules:
- -- To be built: calib3d core dnn features2d flann highgui imgcodecs imgproc java java_bindings_generator ml objdetect photo python2 python_bindings_generator shape stitching superres ts video videoio videostab
- -- Disabled: js world
- -- Disabled by dependency: -
- -- Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev python3 viz
- -- Applications: tests perf_tests apps
- -- Documentation: NO
- -- Non-free algorithms: NO
- --
- -- GUI:
- -- GTK+: YES (ver 2.24.30)
- -- GThread : YES (ver 2.48.2)
- -- GtkGlExt: NO
- -- VTK support: NO
- --
- -- Media I/O:
- -- ZLib: /home/jakub/miniconda3/lib/libz.so (ver 1.2.11)
- -- JPEG: /home/jakub/miniconda3/lib/libjpeg.so (ver 90)
- -- WEBP: build (ver encoder: 0x020e)
- -- PNG: /home/jakub/miniconda3/lib/libpng.so (ver 1.6.34)
- -- TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (ver 42 / 4.0.6)
- -- JPEG 2000: /usr/lib/x86_64-linux-gnu/libjasper.so (ver 1.900.1)
- -- OpenEXR: build (ver 1.7.1)
- -- HDR: YES
- -- SUNRASTER: YES
- -- PXM: YES
- --
- -- Video I/O:
- -- DC1394: YES (ver 2.2.4)
- -- FFMPEG: YES
- -- avcodec: YES (ver 56.60.100)
- -- avformat: YES (ver 56.40.101)
- -- avutil: YES (ver 54.31.100)
- -- swscale: YES (ver 3.1.101)
- -- avresample: YES (ver 2.1.0)
- -- GStreamer: NO
- -- libv4l/libv4l2: NO
- -- v4l/v4l2: linux/videodev2.h
- -- gPhoto2: NO
- --
- -- Parallel framework: HPX
- --
- -- Trace: YES (with Intel ITT)
- --
- -- Other third-party libraries:
- -- Intel IPP: 2017.0.3 [2017.0.3]
- -- at: /home/jakub/opencv_repo/build/debug/3rdparty/ippicv/ippicv_lnx
- -- Intel IPP IW: sources (2017.0.3)
- -- at: /home/jakub/opencv_repo/build/debug/3rdparty/ippicv/ippiw_lnx
- -- Lapack: NO
- -- Eigen: NO
- -- Custom HAL: NO
- -- Protobuf: build (3.5.1)
- --
- -- OpenCL: YES (no extra features)
- -- Include path: /home/jakub/opencv_repo/3rdparty/include/opencl/1.2
- -- Link libraries: Dynamic load
- --
- -- Python 2:
- -- Interpreter: /usr/bin/python2.7 (ver 2.7.12)
- -- Libraries: /usr/lib/x86_64-linux-gnu/libpython2.7.so (ver 2.7.12)
- -- numpy: /usr/lib/python2.7/dist-packages/numpy/core/include (ver 1.11.0)
- -- packages path: lib/python2.7/dist-packages
- --
- -- Python (for build): /usr/bin/python2.7
- --
- -- Java:
- -- ant: /usr/bin/ant (ver 1.9.6)
- -- JNI: /usr/lib/jvm/default-java/include /usr/lib/jvm/default-java/include/linux /usr/lib/jvm/default-java/include
- -- Java wrappers: YES
- -- Java tests: YES
- --
- -- Matlab: NO
- --
- -- Install to: /home/jakub/packages/opencv
- -- -----------------------------------------------------------------
- --
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /home/jakub/opencv_repo/build/debug
- jakub@T470p:~/opencv_repo/build/debug$ make -j7
- Scanning dependencies of target gen-pkgconfig
- Scanning dependencies of target opencv_test_core_pch_dephelp
- Scanning dependencies of target ippiw
- Scanning dependencies of target ittnotify
- Scanning dependencies of target IlmImf
- Scanning dependencies of target libwebp
- Scanning dependencies of target libprotobuf
- [ 0%] Generate opencv.pc
- [ 0%] Building C object 3rdparty/ittnotify/CMakeFiles/ittnotify.dir/src/ittnotify/ittnotify_static.c.o
- [ 0%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image.c.o
- [ 0%] Built target gen-pkgconfig
- [ 0%] Building CXX object modules/core/CMakeFiles/opencv_test_core_pch_dephelp.dir/opencv_test_core_pch_dephelp.cxx.o
- [ 0%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_filter_gaussian.c.o
- [ 0%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dec/tree_dec.c.o
- [ 0%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Half/half.cpp.o
- [ 0%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dec/buffer_dec.c.o
- [ 0%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dec/idec_dec.c.o
- [ 0%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_filter_scharr.c.o
- [ 0%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/arena.cc.o
- [ 0%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/arenastring.cc.o
- [ 0%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dec/vp8_dec.c.o
- [ 0%] Building C object 3rdparty/ittnotify/CMakeFiles/ittnotify.dir/src/ittnotify/jitprofiling.c.o
- [ 0%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_transform_resize.c.o
- [ 0%] Linking C static library ../lib/libittnotify.a
- [ 0%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dec/quant_dec.c.o
- [ 0%] Built target ittnotify
- Scanning dependencies of target opencv_core_pch_dephelp
- [ 0%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_transform_mirror.c.o
- [ 0%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dec/webp_dec.c.o
- [ 1%] Building CXX object modules/core/CMakeFiles/opencv_core_pch_dephelp.dir/opencv_core_pch_dephelp.cxx.o
- [ 1%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_filter_sobel.c.o
- [ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dec/alpha_dec.c.o
- [ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dec/frame_dec.c.o
- [ 1%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_transform_warpaffine.c.o
- [ 1%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Iex/IexThrowErrnoExc.cpp.o
- [ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dec/vp8l_dec.c.o
- [ 1%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_filter_box.c.o
- [ 1%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_filter_bilateral.c.o
- [ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dec/io_dec.c.o
- [ 1%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_op_scale.c.o
- [ 1%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/extension_set.cc.o
- Scanning dependencies of target opencv_ts_pch_dephelp
- [ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/demux/anim_decode.c.o
- [ 1%] Building CXX object modules/ts/CMakeFiles/opencv_ts_pch_dephelp.dir/opencv_ts_pch_dephelp.cxx.o
- [ 1%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_core.c.o
- [ 1%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/demux/demux.c.o
- [ 1%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_op_set.c.o
- [ 2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/enc_mips_dsp_r2.c.o
- [ 2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/alpha_processing.c.o
- [ 2%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_filter_laplacian.c.o
- [ 2%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/cost_sse2.c.o
- [ 3%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_filter_general.c.o
- [ 3%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Iex/IexBaseExc.cpp.o
- [ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/yuv_sse2.c.o
- [ 3%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_op_copy_split.c.o
- [ 3%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_op_set_channel.c.o
- [ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/dec_sse2.c.o
- [ 3%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_op_copy_merge.c.o
- [ 3%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThreadSemaphorePosix.cpp.o
- [ 3%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_op_swap_channels.c.o
- [ 3%] Linking CXX static library ../../lib/libopencv_core_pch_dephelp.a
- [ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/dec_neon.c.o
- [ 3%] Built target opencv_core_pch_dephelp
- [ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/enc_neon.c.o
- [ 3%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_op_copy_make_border.c.o
- [ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/upsampling.c.o
- [ 3%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_filter_morphology.c.o
- [ 3%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThreadSemaphore.cpp.o
- [ 3%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThread.cpp.o
- [ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/filters_sse2.c.o
- [ 3%] Linking CXX static library ../../lib/libopencv_test_core_pch_dephelp.a
- [ 3%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThreadMutexPosix.cpp.o
- [ 3%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_color_convert_all.c.o
- [ 3%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_op_copy_channel.c.o
- [ 3%] Built target opencv_test_core_pch_dephelp
- Scanning dependencies of target opencv_imgproc_pch_dephelp
- [ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/yuv_mips_dsp_r2.c.o
- [ 3%] Building CXX object modules/imgproc/CMakeFiles/opencv_imgproc_pch_dephelp.dir/opencv_imgproc_pch_dephelp.cxx.o
- [ 3%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_own.c.o
- [ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless_enc_sse41.c.o
- [ 3%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_filter_canny.c.o
- [ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/filters_msa.c.o
- [ 3%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/rescaler_mips_dsp_r2.c.o
- [ 4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/dec_clip_tables.c.o
- [ 4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/enc_avx2.c.o
- [ 4%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_color_convert_rgbs.c.o
- [ 4%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_transform_rotate.c.o
- [ 4%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThreadMutex.cpp.o
- [ 4%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/yuv.c.o
- [ 4%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThreadSemaphorePosixCompat.cpp.o
- [ 4%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThreadPosix.cpp.o
- [ 5%] Building C object 3rdparty/ippiw/CMakeFiles/ippiw.dir/src/iw_image_op_copy.c.o
- [ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless_enc_msa.c.o
- [ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/enc_msa.c.o
- Scanning dependencies of target opencv_imgcodecs_pch_dephelp
- [ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/cpu.c.o
- [ 5%] Building CXX object modules/imgcodecs/CMakeFiles/opencv_imgcodecs_pch_dephelp.dir/opencv_imgcodecs_pch_dephelp.cxx.o
- [ 5%] Linking C static library ../lib/libippiw.a
- [ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/upsampling_sse2.c.o
- [ 5%] Built target ippiw
- [ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/dec_mips_dsp_r2.c.o
- [ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/ssim_sse2.c.o
- [ 5%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmThread/IlmThreadPool.cpp.o
- [ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless_sse2.c.o
- [ 5%] Linking CXX static library ../../lib/libopencv_ts_pch_dephelp.a
- [ 5%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_table_driven_lite.cc.o
- [ 5%] Built target opencv_ts_pch_dephelp
- Scanning dependencies of target opencv_videoio_pch_dephelp
- [ 5%] Building CXX object modules/videoio/CMakeFiles/opencv_videoio_pch_dephelp.dir/opencv_videoio_pch_dephelp.cxx.o
- [ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/rescaler_sse2.c.o
- [ 5%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Imath/ImathFun.cpp.o
- [ 5%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Imath/ImathVec.cpp.o
- [ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/yuv_neon.c.o
- [ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/yuv_mips32.c.o
- [ 5%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/dec_sse41.c.o
- [ 6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless_enc_mips_dsp_r2.c.o
- [ 6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless_enc.c.o
- [ 6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/cost_mips_dsp_r2.c.o
- [ 6%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_util.cc.o
- [ 6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless_msa.c.o
- [ 6%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/filters.c.o
- [ 7%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Imath/ImathColorAlgo.cpp.o
- [ 7%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/alpha_processing_mips_dsp_r2.c.o
- [ 7%] Linking CXX static library ../../lib/libopencv_imgproc_pch_dephelp.a
- [ 7%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/alpha_processing_sse2.c.o
- [ 7%] Built target opencv_imgproc_pch_dephelp
- [ 7%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/enc_mips32.c.o
- [ 7%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/coded_stream.cc.o
- [ 7%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/argb.c.o
- [ 7%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/cost.c.o
- [ 7%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless_neon.c.o
- [ 7%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/filters_mips_dsp_r2.c.o
- [ 7%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Imath/ImathRandom.cpp.o
- [ 7%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/dec_msa.c.o
- [ 7%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/Imath/ImathMatrixAlgo.cpp.o
- [ 8%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/alpha_processing_sse41.c.o
- [ 8%] Linking CXX static library ../../lib/libopencv_imgcodecs_pch_dephelp.a
- [ 8%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless_mips_dsp_r2.c.o
- [ 8%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/alpha_processing_neon.c.o
- [ 8%] Built target opencv_imgcodecs_pch_dephelp
- [ 8%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless_enc_neon.c.o
- [ 8%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/filters_neon.c.o
- Scanning dependencies of target opencv_highgui_pch_dephelp
- [ 8%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/cost_mips32.c.o
- [ 8%] Building CXX object modules/highgui/CMakeFiles/opencv_highgui_pch_dephelp.dir/opencv_highgui_pch_dephelp.cxx.o
- [ 8%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/enc.c.o
- [ 8%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/rescaler_mips32.c.o
- [ 8%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/argb_sse2.c.o
- [ 8%] Linking CXX static library ../../lib/libopencv_videoio_pch_dephelp.a
- [ 8%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless_enc_mips32.c.o
- [ 8%] Built target opencv_videoio_pch_dephelp
- Scanning dependencies of target pch_Generate_opencv_test_core
- [ 8%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless_enc_sse2.c.o
- [ 8%] Generating test_precomp.hpp
- [ 9%] Generating test_precomp.hpp.gch/opencv_test_core_Debug.gch
- [ 9%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/rescaler_neon.c.o
- [ 9%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/upsampling_msa.c.o
- [ 9%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream.cc.o
- [ 10%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/ssim.c.o
- [ 10%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/enc_sse2.c.o
- Scanning dependencies of target opencv_perf_core_pch_dephelp
- [ 10%] Building CXX object modules/core/CMakeFiles/opencv_perf_core_pch_dephelp.dir/opencv_perf_core_pch_dephelp.cxx.o
- [ 10%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o
- [ 10%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/rescaler.c.o
- [ 10%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/argb_mips_dsp_r2.c.o
- [ 10%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/dec_mips32.c.o
- [ 10%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/upsampling_neon.c.o
- [ 10%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/enc_sse41.c.o
- [ 10%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/rescaler_msa.c.o
- [ 10%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfConvert.cpp.o
- [ 10%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/dec.c.o
- [ 10%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/upsampling_mips_dsp_r2.c.o
- [ 10%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/dsp/lossless.c.o
- [ 11%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/message_lite.cc.o
- [ 11%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfVersion.cpp.o
- [ 11%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfMultiView.cpp.o
- [ 11%] Linking CXX static library ../../lib/libopencv_highgui_pch_dephelp.a
- [ 11%] Built target opencv_highgui_pch_dephelp
- [ 11%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/delta_palettization_enc.c.o
- [ 11%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/picture_csp_enc.c.o
- [ 11%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/config_enc.c.o
- Scanning dependencies of target opencv_flann_pch_dephelp
- [ 11%] Building CXX object modules/flann/CMakeFiles/opencv_flann_pch_dephelp.dir/opencv_flann_pch_dephelp.cxx.o
- [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/picture_tools_enc.c.o
- [ 12%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/repeated_field.cc.o
- [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/histogram_enc.c.o
- [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/backward_references_cost_enc.c.o
- [ 12%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfChromaticitiesAttribute.cpp.o
- [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/filter_enc.c.o
- [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/token_enc.c.o
- [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/predictor_enc.c.o
- [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/backward_references_enc.c.o
- [ 12%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfLut.cpp.o
- [ 12%] Linking CXX static library ../../lib/libopencv_perf_core_pch_dephelp.a
- [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/tree_enc.c.o
- [ 12%] Built target opencv_perf_core_pch_dephelp
- Scanning dependencies of target opencv_test_flann_pch_dephelp
- [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/analysis_enc.c.o
- [ 12%] Building CXX object modules/flann/CMakeFiles/opencv_test_flann_pch_dephelp.dir/opencv_test_flann_pch_dephelp.cxx.o
- [ 12%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/atomicops_internals_x86_gcc.cc.o
- [ 12%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/bytestream.cc.o
- [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/picture_rescale_enc.c.o
- [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/frame_enc.c.o
- [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/webp_enc.c.o
- [ 12%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfPreviewImage.cpp.o
- [ 12%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/vp8l_enc.c.o
- [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/picture_psnr_enc.c.o
- [ 13%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfMisc.cpp.o
- [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/iterator_enc.c.o
- [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/cost_enc.c.o
- [ 13%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/common.cc.o
- [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/near_lossless_enc.c.o
- [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/picture_enc.c.o
- [ 13%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/int128.cc.o
- [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/alpha_enc.c.o
- [ 13%] Linking CXX static library ../../lib/libopencv_flann_pch_dephelp.a
- [ 13%] Built target opencv_flann_pch_dephelp
- [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/quant_enc.c.o
- [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/enc/syntax_enc.c.o
- Scanning dependencies of target opencv_test_imgproc_pch_dephelp
- [ 13%] Building CXX object modules/imgproc/CMakeFiles/opencv_test_imgproc_pch_dephelp.dir/opencv_test_imgproc_pch_dephelp.cxx.o
- [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/mux/muxedit.c.o
- [ 13%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfStandardAttributes.cpp.o
- [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/mux/anim_encode.c.o
- [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/mux/muxinternal.c.o
- [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/mux/muxread.c.o
- [ 13%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/color_cache_utils.c.o
- Scanning dependencies of target opencv_perf_imgproc_pch_dephelp
- [ 14%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/huffman_encode_utils.c.o
- [ 14%] Building CXX object modules/imgproc/CMakeFiles/opencv_perf_imgproc_pch_dephelp.dir/opencv_perf_imgproc_pch_dephelp.cxx.o
- [ 14%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/thread_utils.c.o
- [ 14%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/quant_levels_dec_utils.c.o
- [ 14%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/io_win32.cc.o
- [ 14%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/once.cc.o
- [ 14%] Linking CXX static library ../../lib/libopencv_test_flann_pch_dephelp.a
- [ 14%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/utils.c.o
- [ 14%] Built target opencv_test_flann_pch_dephelp
- [ 14%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/bit_writer_utils.c.o
- [ 14%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfBoxAttribute.cpp.o
- [ 14%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/huffman_utils.c.o
- [ 14%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfCRgbaFile.cpp.o
- [ 14%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/rescaler_utils.c.o
- [ 14%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/bit_reader_utils.c.o
- [ 14%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/random_utils.c.o
- [ 14%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/filters_utils.c.o
- [ 14%] Building C object 3rdparty/libwebp/CMakeFiles/libwebp.dir/src/utils/quant_levels_utils.c.o
- [ 15%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfRationalAttribute.cpp.o
- [ 15%] Linking C static library ../lib/liblibwebp.a
- [ 15%] Built target libwebp
- Scanning dependencies of target opencv_ml_pch_dephelp
- [ 16%] Building CXX object modules/ml/CMakeFiles/opencv_ml_pch_dephelp.dir/opencv_ml_pch_dephelp.cxx.o
- [ 16%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/status.cc.o
- [ 16%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfMatrixAttribute.cpp.o
- [ 16%] Built target pch_Generate_opencv_test_core
- [ 16%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfStringVectorAttribute.cpp.o
- [ 16%] Linking CXX static library ../../lib/libopencv_test_imgproc_pch_dephelp.a
- [ 16%] Built target opencv_test_imgproc_pch_dephelp
- Scanning dependencies of target opencv_test_ml_pch_dephelp
- [ 16%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/statusor.cc.o
- [ 16%] Building CXX object modules/ml/CMakeFiles/opencv_test_ml_pch_dephelp.dir/opencv_test_ml_pch_dephelp.cxx.o
- [ 16%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/stringpiece.cc.o
- [ 16%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfStringAttribute.cpp.o
- [ 16%] Linking CXX static library ../../lib/libopencv_perf_imgproc_pch_dephelp.a
- [ 16%] Built target opencv_perf_imgproc_pch_dephelp
- [ 16%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfFrameBuffer.cpp.o
- [ 16%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/stringprintf.cc.o
- [ 16%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/structurally_valid.cc.o
- Scanning dependencies of target opencv_test_objdetect_pch_dephelp
- [ 16%] Building CXX object modules/objdetect/CMakeFiles/opencv_test_objdetect_pch_dephelp.dir/opencv_test_objdetect_pch_dephelp.cxx.o
- [ 16%] Linking CXX static library ../../lib/libopencv_ml_pch_dephelp.a
- [ 16%] Built target opencv_ml_pch_dephelp
- [ 16%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfPreviewImageAttribute.cpp.o
- [ 16%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/strutil.cc.o
- [ 16%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfInputFile.cpp.o
- [ 16%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfHuf.cpp.o
- [ 16%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfB44Compressor.cpp.o
- [ 17%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/time.cc.o
- [ 17%] Linking CXX static library ../../lib/libopencv_test_ml_pch_dephelp.a
- [ 17%] Built target opencv_test_ml_pch_dephelp
- Scanning dependencies of target opencv_objdetect_pch_dephelp
- [ 17%] Building CXX object modules/objdetect/CMakeFiles/opencv_objdetect_pch_dephelp.dir/opencv_objdetect_pch_dephelp.cxx.o
- [ 17%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfIO.cpp.o
- [ 17%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/wire_format_lite.cc.o
- [ 17%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfZipCompressor.cpp.o
- [ 17%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/any.cc.o
- [ 17%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfRational.cpp.o
- Scanning dependencies of target opencv_perf_objdetect_pch_dephelp
- [ 17%] Building CXX object modules/objdetect/CMakeFiles/opencv_perf_objdetect_pch_dephelp.dir/opencv_perf_objdetect_pch_dephelp.cxx.o
- [ 17%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfRgbaFile.cpp.o
- [ 17%] Linking CXX static library ../../lib/libopencv_test_objdetect_pch_dephelp.a
- [ 17%] Built target opencv_test_objdetect_pch_dephelp
- [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfEnvmapAttribute.cpp.o
- [ 18%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/any.pb.cc.o
- [ 18%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/api.pb.cc.o
- [ 18%] Linking CXX static library ../../lib/libopencv_objdetect_pch_dephelp.a
- [ 18%] Built target opencv_objdetect_pch_dephelp
- Scanning dependencies of target opencv_test_photo_pch_dephelp
- [ 18%] Building CXX object modules/photo/CMakeFiles/opencv_test_photo_pch_dephelp.dir/opencv_test_photo_pch_dephelp.cxx.o
- Scanning dependencies of target opencv_photo_pch_dephelp
- [ 18%] Building CXX object modules/photo/CMakeFiles/opencv_photo_pch_dephelp.dir/opencv_photo_pch_dephelp.cxx.o
- Scanning dependencies of target opencv_perf_photo_pch_dephelp
- [ 18%] Building CXX object modules/photo/CMakeFiles/opencv_perf_photo_pch_dephelp.dir/opencv_perf_photo_pch_dephelp.cxx.o
- [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTiledMisc.cpp.o
- [ 18%] Linking CXX static library ../../lib/libopencv_perf_objdetect_pch_dephelp.a
- [ 18%] Built target opencv_perf_objdetect_pch_dephelp
- Scanning dependencies of target opencv_test_video_pch_dephelp
- [ 18%] Building CXX object modules/video/CMakeFiles/opencv_test_video_pch_dephelp.dir/opencv_test_video_pch_dephelp.cxx.o
- [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfPxr24Compressor.cpp.o
- [ 18%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor.cc.o
- [ 18%] Linking CXX static library ../../lib/libopencv_test_photo_pch_dephelp.a
- [ 18%] Built target opencv_test_photo_pch_dephelp
- [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTestFile.cpp.o
- [ 18%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor.pb.cc.o
- [ 18%] Linking CXX static library ../../lib/libopencv_photo_pch_dephelp.a
- [ 18%] Built target opencv_photo_pch_dephelp
- Scanning dependencies of target opencv_video_pch_dephelp
- [ 18%] Building CXX object modules/video/CMakeFiles/opencv_video_pch_dephelp.dir/opencv_video_pch_dephelp.cxx.o
- [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTimeCodeAttribute.cpp.o
- [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfEnvmap.cpp.o
- [ 18%] Linking CXX static library ../../lib/libopencv_perf_photo_pch_dephelp.a
- Scanning dependencies of target opencv_perf_video_pch_dephelp
- [ 18%] Building CXX object modules/video/CMakeFiles/opencv_perf_video_pch_dephelp.dir/opencv_perf_video_pch_dephelp.cxx.o
- [ 18%] Built target opencv_perf_photo_pch_dephelp
- [ 18%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/descriptor_database.cc.o
- [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfCompressor.cpp.o
- [ 18%] Linking CXX static library ../../lib/libopencv_test_video_pch_dephelp.a
- [ 18%] Built target opencv_test_video_pch_dephelp
- [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfRleCompressor.cpp.o
- [ 18%] Linking CXX static library ../../lib/libopencv_video_pch_dephelp.a
- [ 18%] Built target opencv_video_pch_dephelp
- Scanning dependencies of target opencv_test_dnn_pch_dephelp
- Scanning dependencies of target opencv_dnn_pch_dephelp
- [ 18%] Building CXX object modules/dnn/CMakeFiles/opencv_dnn_pch_dephelp.dir/opencv_dnn_pch_dephelp.cxx.o
- [ 18%] Building CXX object modules/dnn/CMakeFiles/opencv_test_dnn_pch_dephelp.dir/opencv_test_dnn_pch_dephelp.cxx.o
- [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfRgbaYca.cpp.o
- [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfHeader.cpp.o
- [ 18%] Linking CXX static library ../../lib/libopencv_perf_video_pch_dephelp.a
- [ 18%] Built target opencv_perf_video_pch_dephelp
- [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfFloatAttribute.cpp.o
- [ 18%] Linking CXX static library ../../lib/libopencv_dnn_pch_dephelp.a
- [ 18%] Built target opencv_dnn_pch_dephelp
- [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTileOffsets.cpp.o
- [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfStdIO.cpp.o
- Scanning dependencies of target opencv_perf_dnn_pch_dephelp
- [ 18%] Building CXX object modules/dnn/CMakeFiles/opencv_perf_dnn_pch_dephelp.dir/opencv_perf_dnn_pch_dephelp.cxx.o
- Scanning dependencies of target opencv_test_imgcodecs_pch_dephelp
- [ 18%] Building CXX object modules/imgcodecs/CMakeFiles/opencv_test_imgcodecs_pch_dephelp.dir/opencv_test_imgcodecs_pch_dephelp.cxx.o
- [ 18%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfChromaticities.cpp.o
- [ 19%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfChannelListAttribute.cpp.o
- [ 19%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfThreading.cpp.o
- [ 19%] Linking CXX static library ../../lib/libopencv_test_dnn_pch_dephelp.a
- [ 19%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/duration.pb.cc.o
- [ 19%] Built target opencv_test_dnn_pch_dephelp
- [ 19%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/dynamic_message.cc.o
- [ 19%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfAttribute.cpp.o
- [ 19%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfLineOrderAttribute.cpp.o
- [ 19%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfScanLineInputFile.cpp.o
- Scanning dependencies of target opencv_perf_imgcodecs_pch_dephelp
- [ 19%] Building CXX object modules/imgcodecs/CMakeFiles/opencv_perf_imgcodecs_pch_dephelp.dir/opencv_perf_imgcodecs_pch_dephelp.cxx.o
- [ 19%] Linking CXX static library ../../lib/libopencv_perf_dnn_pch_dephelp.a
- [ 19%] Built target opencv_perf_dnn_pch_dephelp
- Scanning dependencies of target opencv_shape_pch_dephelp
- Scanning dependencies of target opencv_test_shape_pch_dephelp
- [ 19%] Building CXX object modules/shape/CMakeFiles/opencv_shape_pch_dephelp.dir/opencv_shape_pch_dephelp.cxx.o
- [ 19%] Building CXX object modules/shape/CMakeFiles/opencv_test_shape_pch_dephelp.dir/opencv_test_shape_pch_dephelp.cxx.o
- [ 19%] Linking CXX static library ../../lib/libopencv_test_imgcodecs_pch_dephelp.a
- [ 19%] Built target opencv_test_imgcodecs_pch_dephelp
- [ 19%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/empty.pb.cc.o
- [ 19%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/extension_set_heavy.cc.o
- [ 19%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfPizCompressor.cpp.o
- [ 19%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTiledRgbaFile.cpp.o
- [ 19%] Linking CXX static library ../../lib/libopencv_shape_pch_dephelp.a
- [ 19%] Built target opencv_shape_pch_dephelp
- Scanning dependencies of target opencv_test_videoio_pch_dephelp
- [ 19%] Building CXX object modules/videoio/CMakeFiles/opencv_test_videoio_pch_dephelp.dir/opencv_test_videoio_pch_dephelp.cxx.o
- Scanning dependencies of target opencv_perf_videoio_pch_dephelp
- [ 19%] Building CXX object modules/videoio/CMakeFiles/opencv_perf_videoio_pch_dephelp.dir/opencv_perf_videoio_pch_dephelp.cxx.o
- [ 19%] Linking CXX static library ../../lib/libopencv_perf_imgcodecs_pch_dephelp.a
- [ 19%] Built target opencv_perf_imgcodecs_pch_dephelp
- [ 19%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/field_mask.pb.cc.o
- Scanning dependencies of target opencv_test_highgui_pch_dephelp
- [ 19%] Building CXX object modules/highgui/CMakeFiles/opencv_test_highgui_pch_dephelp.dir/opencv_test_highgui_pch_dephelp.cxx.o
- [ 19%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfKeyCode.cpp.o
- [ 19%] Linking CXX static library ../../lib/libopencv_test_shape_pch_dephelp.a
- [ 19%] Built target opencv_test_shape_pch_dephelp
- Scanning dependencies of target opencv_test_superres_pch_dephelp
- [ 19%] Building CXX object modules/superres/CMakeFiles/opencv_test_superres_pch_dephelp.dir/opencv_test_superres_pch_dephelp.cxx.o
- [ 19%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfChannelList.cpp.o
- [ 19%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTiledOutputFile.cpp.o
- Scanning dependencies of target opencv_superres_pch_dephelp
- [ 19%] Building CXX object modules/superres/CMakeFiles/opencv_superres_pch_dephelp.dir/opencv_superres_pch_dephelp.cxx.o
- [ 20%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_reflection.cc.o
- [ 20%] Linking CXX static library ../../lib/libopencv_test_videoio_pch_dephelp.a
- [ 20%] Built target opencv_test_videoio_pch_dephelp
- [ 20%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/generated_message_table_driven.cc.o
- [ 20%] Linking CXX static library ../../lib/libopencv_perf_videoio_pch_dephelp.a
- [ 20%] Built target opencv_perf_videoio_pch_dephelp
- [ 20%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/gzip_stream.cc.o
- [ 20%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfKeyCodeAttribute.cpp.o
- [ 21%] Linking CXX static library ../../lib/libopencv_test_highgui_pch_dephelp.a
- [ 21%] Built target opencv_test_highgui_pch_dephelp
- Scanning dependencies of target opencv_perf_superres_pch_dephelp
- [ 21%] Building CXX object modules/superres/CMakeFiles/opencv_perf_superres_pch_dephelp.dir/opencv_perf_superres_pch_dephelp.cxx.o
- [ 21%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfOpaqueAttribute.cpp.o
- [ 21%] Linking CXX static library ../../lib/libopencv_test_superres_pch_dephelp.a
- [ 21%] Built target opencv_test_superres_pch_dephelp
- [ 21%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfCompressionAttribute.cpp.o
- [ 21%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/printer.cc.o
- [ 21%] Linking CXX static library ../../lib/libopencv_superres_pch_dephelp.a
- [ 22%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfVecAttribute.cpp.o
- [ 22%] Built target opencv_superres_pch_dephelp
- Scanning dependencies of target opencv_features2d_pch_dephelp
- [ 22%] Building CXX object modules/features2d/CMakeFiles/opencv_features2d_pch_dephelp.dir/opencv_features2d_pch_dephelp.cxx.o
- [ 22%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTimeCode.cpp.o
- [ 22%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/strtod.cc.o
- [ 22%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfWav.cpp.o
- [ 22%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTiledInputFile.cpp.o
- [ 22%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfOutputFile.cpp.o
- [ 22%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfAcesFile.cpp.o
- [ 22%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfIntAttribute.cpp.o
- [ 22%] Linking CXX static library ../../lib/libopencv_features2d_pch_dephelp.a
- Scanning dependencies of target opencv_perf_features2d_pch_dephelp
- [ 22%] Built target opencv_features2d_pch_dephelp
- Scanning dependencies of target opencv_test_features2d_pch_dephelp
- [ 22%] Building CXX object modules/features2d/CMakeFiles/opencv_perf_features2d_pch_dephelp.dir/opencv_perf_features2d_pch_dephelp.cxx.o
- [ 22%] Building CXX object modules/features2d/CMakeFiles/opencv_test_features2d_pch_dephelp.dir/opencv_test_features2d_pch_dephelp.cxx.o
- [ 22%] Linking CXX static library ../../lib/libopencv_perf_superres_pch_dephelp.a
- Scanning dependencies of target opencv_test_calib3d_pch_dephelp
- [ 22%] Built target opencv_perf_superres_pch_dephelp
- [ 23%] Building CXX object modules/calib3d/CMakeFiles/opencv_test_calib3d_pch_dephelp.dir/opencv_test_calib3d_pch_dephelp.cxx.o
- [ 23%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/tokenizer.cc.o
- [ 23%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfTileDescriptionAttribute.cpp.o
- Scanning dependencies of target opencv_calib3d_pch_dephelp
- [ 23%] Building CXX object modules/calib3d/CMakeFiles/opencv_calib3d_pch_dephelp.dir/opencv_calib3d_pch_dephelp.cxx.o
- Scanning dependencies of target opencv_perf_calib3d_pch_dephelp
- [ 23%] Building CXX object modules/calib3d/CMakeFiles/opencv_perf_calib3d_pch_dephelp.dir/opencv_perf_calib3d_pch_dephelp.cxx.o
- [ 23%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfDoubleAttribute.cpp.o
- [ 23%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfFramesPerSecond.cpp.o
- [ 23%] Linking CXX static library ../lib/libIlmImf.a
- [ 23%] Built target IlmImf
- [ 23%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/io/zero_copy_stream_impl.cc.o
- Scanning dependencies of target gen_opencv_java_source
- [ 23%] Generate files for Java bindings
- JAVA: Processing OpenCV modules: 12
- [ 23%] Linking CXX static library ../../lib/libopencv_calib3d_pch_dephelp.a
- [ 23%] Built target opencv_calib3d_pch_dephelp
- duplicated: CLASS cv::.Algorithm :
- [ 23%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/map_field.cc.o
- [ 23%] Linking CXX static library ../../lib/libopencv_perf_features2d_pch_dephelp.a
- [ 23%] Built target opencv_perf_features2d_pch_dephelp
- [ 23%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/message.cc.o
- [ 23%] Linking CXX static library ../../lib/libopencv_test_features2d_pch_dephelp.a
- SKIP:void read(FileNode fn) due to ARG typeFileNode/I
- SKIP:void write(Ptr_FileStorage fs, String name = String()) due to ARG typePtr_FileStorage/I
- [ 23%] Built target opencv_test_features2d_pch_dephelp
- Scanning dependencies of target opencv_test_stitching_pch_dephelp
- [ 23%] Building CXX object modules/stitching/CMakeFiles/opencv_test_stitching_pch_dephelp.dir/opencv_test_stitching_pch_dephelp.cxx.o
- [ 23%] Linking CXX static library ../../lib/libopencv_test_calib3d_pch_dephelp.a
- Scanning dependencies of target opencv_stitching_pch_dephelp
- [ 23%] Building CXX object modules/stitching/CMakeFiles/opencv_stitching_pch_dephelp.dir/opencv_stitching_pch_dephelp.cxx.o
- [ 23%] Built target opencv_test_calib3d_pch_dephelp
- Scanning dependencies of target opencv_perf_stitching_pch_dephelp
- [ 23%] Building CXX object modules/stitching/CMakeFiles/opencv_perf_stitching_pch_dephelp.dir/opencv_perf_stitching_pch_dephelp.cxx.o
- [ 23%] Linking CXX static library ../../lib/libopencv_perf_calib3d_pch_dephelp.a
- [ 23%] Built target opencv_perf_calib3d_pch_dephelp
- [ 23%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/reflection_ops.cc.o
- SKIP:bool read(FileNode node) due to ARG typeFileNode/I
- [ 23%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/service.cc.o
- SKIP:void forward(vector_vector_Mat& outputBlobs, vector_String outBlobNames) due to ARG typevector_vector_Mat/O
- SKIP:void getLayersShapes(MatShape netInputShape, vector_int& layersIds, vector_vector_MatShape& inLayersShapes, vector_vector_MatShape& outLayersShapes) due to ARG typevector_vector_MatShape/O
- SKIP:void getLayersShapes(vector_MatShape netInputShapes, vector_int& layersIds, vector_vector_MatShape& inLayersShapes, vector_vector_MatShape& outLayersShapes) due to ARG typevector_vector_MatShape/O
- [ 23%] Linking CXX static library ../../lib/libopencv_stitching_pch_dephelp.a
- [ 23%] Built target opencv_stitching_pch_dephelp
- [ 23%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/source_context.pb.cc.o
- [ 23%] Linking CXX static library ../../lib/libopencv_test_stitching_pch_dephelp.a
- SKIP:BOWImgDescriptorExtractor(Ptr_DescriptorExtractor dextractor, Ptr_DescriptorMatcher dmatcher) due to ARG typePtr_DescriptorExtractor/I
- [ 23%] Built target opencv_test_stitching_pch_dephelp
- Scanning dependencies of target opencv_videostab_pch_dephelp
- SKIP:void read(FileNode arg1) due to ARG typeFileNode/I
- SKIP:void write(Ptr_FileStorage fs, String name = String()) due to ARG typePtr_FileStorage/I
- [ 23%] Building CXX object modules/videostab/CMakeFiles/opencv_videostab_pch_dephelp.dir/opencv_videostab_pch_dephelp.cxx.o
- SKIP:void read(FileNode arg1) due to ARG typeFileNode/I
- SKIP:void write(Ptr_FileStorage fs, String name = String()) due to ARG typePtr_FileStorage/I
- SKIP:uchar Params::blobColor due to RET typeuchar
- SKIP:void Params::blobColor due to ARG typeuchar/I
- [ 23%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/struct.pb.cc.o
- [ 24%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/mathlimits.cc.o
- [ 24%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/stubs/substitute.cc.o
- duplicated: CONST CALIB_FIX_PRINCIPAL_POINT=1 << 9
- [ 24%] Linking CXX static library ../../lib/libopencv_perf_stitching_pch_dephelp.a
- SKIP:bool findCirclesGrid(Mat image, Size patternSize, Mat& centers, int flags, Ptr_FeatureDetector blobDetector, CirclesGridFinderParameters parameters) due to ARG typePtr_FeatureDetector/I
- [ 24%] Built target opencv_perf_stitching_pch_dephelp
- Scanning dependencies of target opencv_test_videostab_pch_dephelp
- Generated files: 205 (updated 205)
- [ 24%] Building CXX object modules/videostab/CMakeFiles/opencv_test_videostab_pch_dephelp.dir/opencv_test_videostab_pch_dephelp.cxx.o
- [ 24%] Built target gen_opencv_java_source
- [ 24%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/text_format.cc.o
- [ 24%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/timestamp.pb.cc.o
- [ 24%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/type.pb.cc.o
- [ 24%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/unknown_field_set.cc.o
- [ 24%] Linking CXX static library ../../lib/libopencv_videostab_pch_dephelp.a
- [ 24%] Built target opencv_videostab_pch_dephelp
- Scanning dependencies of target gen_opencv_python_source
- [ 25%] Generate files for Python bindings and documentation
- [ 25%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/delimited_message_util.cc.o
- [ 25%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/field_comparator.cc.o
- [ 25%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/field_mask_util.cc.o
- [ 25%] Linking CXX static library ../../lib/libopencv_test_videostab_pch_dephelp.a
- [ 25%] Built target gen_opencv_python_source
- [ 25%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/datapiece.cc.o
- [ 25%] Built target opencv_test_videostab_pch_dephelp
- Scanning dependencies of target pch_Generate_opencv_ts
- [ 25%] Generating precomp.hpp
- [ 25%] Generating precomp.hpp.gch/opencv_ts_Debug.gch
- [ 25%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/default_value_objectwriter.cc.o
- [ 25%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/field_mask_utility.cc.o
- Scanning dependencies of target pch_Generate_opencv_core
- [ 25%] Generating precomp.hpp
- [ 25%] Generating precomp.hpp.gch/opencv_core_Debug.gch
- [ 25%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_escaping.cc.o
- Scanning dependencies of target pch_Generate_opencv_imgproc
- [ 25%] Generating precomp.hpp
- [ 26%] Generating precomp.hpp.gch/opencv_imgproc_Debug.gch
- Scanning dependencies of target pch_Generate_opencv_imgcodecs
- [ 26%] Generating precomp.hpp
- [ 26%] Generating precomp.hpp.gch/opencv_imgcodecs_Debug.gch
- Scanning dependencies of target pch_Generate_opencv_videoio
- [ 26%] Generating precomp.hpp
- [ 26%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_objectwriter.cc.o
- [ 26%] Generating precomp.hpp.gch/opencv_videoio_Debug.gch
- Scanning dependencies of target pch_Generate_opencv_highgui
- [ 26%] Generating precomp.hpp
- [ 26%] Generating precomp.hpp.gch/opencv_highgui_Debug.gch
- [ 27%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/json_stream_parser.cc.o
- [ 27%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/object_writer.cc.o
- [ 27%] Built target pch_Generate_opencv_imgproc
- [ 27%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/proto_writer.cc.o
- [ 27%] Built target pch_Generate_opencv_core
- Scanning dependencies of target pch_Generate_opencv_perf_core
- [ 27%] Generating perf_precomp.hpp
- [ 27%] Generating perf_precomp.hpp.gch/opencv_perf_core_Debug.gch
- [ 27%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/protostream_objectsource.cc.o
- [ 27%] Built target pch_Generate_opencv_imgcodecs
- [ 27%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/protostream_objectwriter.cc.o
- [ 27%] Built target pch_Generate_opencv_ts
- [ 27%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/type_info.cc.o
- [ 27%] Built target pch_Generate_opencv_videoio
- Scanning dependencies of target pch_Generate_opencv_flann
- [ 27%] Generating precomp.hpp
- [ 27%] Generating precomp.hpp.gch/opencv_flann_Debug.gch
- [ 27%] Built target pch_Generate_opencv_highgui
- [ 27%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/internal/utility.cc.o
- [ 27%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/json_util.cc.o
- Scanning dependencies of target pch_Generate_opencv_test_flann
- [ 27%] Generating test_precomp.hpp
- [ 27%] Generating test_precomp.hpp.gch/opencv_test_flann_Debug.gch
- [ 27%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/message_differencer.cc.o
- [ 27%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/time_util.cc.o
- Scanning dependencies of target pch_Generate_opencv_test_imgproc
- [ 28%] Generating test_precomp.hpp
- Scanning dependencies of target pch_Generate_opencv_perf_imgproc
- [ 28%] Generating test_precomp.hpp.gch/opencv_test_imgproc_Debug.gch
- [ 28%] Generating perf_precomp.hpp
- [ 28%] Generating perf_precomp.hpp.gch/opencv_perf_imgproc_Debug.gch
- Scanning dependencies of target pch_Generate_opencv_ml
- [ 28%] Generating precomp.hpp
- [ 28%] Generating precomp.hpp.gch/opencv_ml_Debug.gch
- [ 28%] Built target pch_Generate_opencv_perf_core
- [ 28%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/util/type_resolver_util.cc.o
- [ 28%] Built target pch_Generate_opencv_flann
- [ 28%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/wire_format.cc.o
- Scanning dependencies of target pch_Generate_opencv_test_ml
- [ 28%] Generating test_precomp.hpp
- [ 28%] Generating test_precomp.hpp.gch/opencv_test_ml_Debug.gch
- [ 28%] Building CXX object 3rdparty/protobuf/CMakeFiles/libprotobuf.dir/src/google/protobuf/wrappers.pb.cc.o
- Scanning dependencies of target pch_Generate_opencv_test_objdetect
- [ 28%] Generating test_precomp.hpp
- [ 28%] Generating test_precomp.hpp.gch/opencv_test_objdetect_Debug.gch
- [ 28%] Built target pch_Generate_opencv_test_flann
- Scanning dependencies of target pch_Generate_opencv_objdetect
- [ 28%] Generating precomp.hpp
- [ 28%] Generating precomp.hpp.gch/opencv_objdetect_Debug.gch
- [ 28%] Built target pch_Generate_opencv_ml
- Scanning dependencies of target pch_Generate_opencv_perf_objdetect
- [ 28%] Generating perf_precomp.hpp
- [ 28%] Generating perf_precomp.hpp.gch/opencv_perf_objdetect_Debug.gch
- [ 28%] Built target pch_Generate_opencv_perf_imgproc
- Scanning dependencies of target pch_Generate_opencv_test_photo
- [ 28%] Built target pch_Generate_opencv_test_imgproc
- [ 28%] Generating test_precomp.hpp
- Scanning dependencies of target pch_Generate_opencv_photo
- [ 29%] Linking CXX static library ../lib/liblibprotobuf.a
- [ 29%] Generating precomp.hpp
- [ 29%] Generating test_precomp.hpp.gch/opencv_test_photo_Debug.gch
- [ 29%] Generating precomp.hpp.gch/opencv_photo_Debug.gch
- [ 29%] Built target libprotobuf
- Scanning dependencies of target pch_Generate_opencv_perf_photo
- [ 29%] Generating perf_precomp.hpp
- [ 29%] Generating perf_precomp.hpp.gch/opencv_perf_photo_Debug.gch
- [ 29%] Built target pch_Generate_opencv_test_ml
- Scanning dependencies of target pch_Generate_opencv_test_video
- [ 29%] Generating test_precomp.hpp
- [ 30%] Generating test_precomp.hpp.gch/opencv_test_video_Debug.gch
- [ 30%] Built target pch_Generate_opencv_objdetect
- Scanning dependencies of target pch_Generate_opencv_video
- [ 30%] Generating precomp.hpp
- [ 30%] Generating precomp.hpp.gch/opencv_video_Debug.gch
- [ 30%] Built target pch_Generate_opencv_photo
- Scanning dependencies of target pch_Generate_opencv_perf_video
- [ 30%] Generating perf_precomp.hpp
- [ 31%] Generating perf_precomp.hpp.gch/opencv_perf_video_Debug.gch
- [ 31%] Built target pch_Generate_opencv_test_objdetect
- Scanning dependencies of target pch_Generate_opencv_test_dnn
- [ 31%] Generating test_precomp.hpp
- [ 31%] Generating test_precomp.hpp.gch/opencv_test_dnn_Debug.gch
- [ 31%] Built target pch_Generate_opencv_perf_objdetect
- Scanning dependencies of target pch_Generate_opencv_dnn
- [ 31%] Generating precomp.hpp
- [ 31%] Generating precomp.hpp.gch/opencv_dnn_Debug.gch
- [ 31%] Built target pch_Generate_opencv_test_photo
- Scanning dependencies of target pch_Generate_opencv_perf_dnn
- [ 31%] Generating perf_precomp.hpp
- [ 31%] Generating perf_precomp.hpp.gch/opencv_perf_dnn_Debug.gch
- [ 31%] Built target pch_Generate_opencv_perf_photo
- Scanning dependencies of target pch_Generate_opencv_test_imgcodecs
- [ 31%] Generating test_precomp.hpp
- [ 31%] Generating test_precomp.hpp.gch/opencv_test_imgcodecs_Debug.gch
- [ 31%] Built target pch_Generate_opencv_test_video
- [ 31%] Built target pch_Generate_opencv_video
- Scanning dependencies of target pch_Generate_opencv_perf_imgcodecs
- Scanning dependencies of target pch_Generate_opencv_shape
- [ 31%] Generating perf_precomp.hpp
- [ 31%] Generating precomp.hpp
- [ 31%] Generating perf_precomp.hpp.gch/opencv_perf_imgcodecs_Debug.gch
- [ 31%] Generating precomp.hpp.gch/opencv_shape_Debug.gch
- [ 31%] Built target pch_Generate_opencv_dnn
- Scanning dependencies of target pch_Generate_opencv_test_shape
- [ 31%] Generating test_precomp.hpp
- [ 31%] Generating test_precomp.hpp.gch/opencv_test_shape_Debug.gch
- [ 31%] Built target pch_Generate_opencv_perf_video
- Scanning dependencies of target pch_Generate_opencv_test_videoio
- [ 31%] Generating test_precomp.hpp
- [ 31%] Generating test_precomp.hpp.gch/opencv_test_videoio_Debug.gch
- [ 31%] Built target pch_Generate_opencv_test_dnn
- Scanning dependencies of target pch_Generate_opencv_perf_videoio
- [ 31%] Generating perf_precomp.hpp
- [ 31%] Generating perf_precomp.hpp.gch/opencv_perf_videoio_Debug.gch
- [ 31%] Built target pch_Generate_opencv_perf_dnn
- Scanning dependencies of target pch_Generate_opencv_test_highgui
- [ 31%] Generating test_precomp.hpp
- [ 31%] Generating test_precomp.hpp.gch/opencv_test_highgui_Debug.gch
- [ 31%] Built target pch_Generate_opencv_shape
- Scanning dependencies of target pch_Generate_opencv_superres
- [ 31%] Built target pch_Generate_opencv_test_imgcodecs
- [ 31%] Generating precomp.hpp
- Scanning dependencies of target pch_Generate_opencv_perf_superres
- [ 31%] Generating precomp.hpp.gch/opencv_superres_Debug.gch
- [ 31%] Generating perf_precomp.hpp
- [ 31%] Generating perf_precomp.hpp.gch/opencv_perf_superres_Debug.gch
- [ 31%] Built target pch_Generate_opencv_perf_imgcodecs
- Scanning dependencies of target pch_Generate_opencv_test_superres
- [ 31%] Generating test_precomp.hpp
- [ 31%] Generating test_precomp.hpp.gch/opencv_test_superres_Debug.gch
- [ 31%] Built target pch_Generate_opencv_test_shape
- Scanning dependencies of target pch_Generate_opencv_features2d
- [ 31%] Generating precomp.hpp
- [ 31%] Generating precomp.hpp.gch/opencv_features2d_Debug.gch
- [ 31%] Built target pch_Generate_opencv_test_videoio
- Scanning dependencies of target pch_Generate_opencv_perf_features2d
- [ 32%] Generating perf_precomp.hpp
- [ 32%] Generating perf_precomp.hpp.gch/opencv_perf_features2d_Debug.gch
- [ 32%] Built target pch_Generate_opencv_perf_videoio
- Scanning dependencies of target pch_Generate_opencv_test_features2d
- [ 32%] Generating test_precomp.hpp
- [ 32%] Generating test_precomp.hpp.gch/opencv_test_features2d_Debug.gch
- [ 32%] Built target pch_Generate_opencv_superres
- Scanning dependencies of target pch_Generate_opencv_calib3d
- [ 32%] Generating precomp.hpp
- [ 33%] Generating precomp.hpp.gch/opencv_calib3d_Debug.gch
- [ 33%] Built target pch_Generate_opencv_test_highgui
- Scanning dependencies of target pch_Generate_opencv_test_calib3d
- [ 33%] Generating test_precomp.hpp
- [ 33%] Generating test_precomp.hpp.gch/opencv_test_calib3d_Debug.gch
- [ 33%] Built target pch_Generate_opencv_perf_superres
- Scanning dependencies of target pch_Generate_opencv_perf_calib3d
- [ 33%] Generating perf_precomp.hpp
- [ 33%] Generating perf_precomp.hpp.gch/opencv_perf_calib3d_Debug.gch
- [ 33%] Built target pch_Generate_opencv_test_superres
- Scanning dependencies of target opencv_java_jar_source_copy
- [ 33%] Copy Java(JAR) source files
- COPYFILES: ... 1 entries (JAVA_SRC_COPY)
- COPYFILES: ... directory '.../gen/java' with 114 files
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/osgi/OpenCVNativeLoader.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/osgi/OpenCVInterface.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/utils/Converters.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/calib3d/StereoSGBM.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/calib3d/StereoBM.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/calib3d/Calib3d.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/calib3d/StereoMatcher.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/videoio/VideoWriter.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/videoio/Videoio.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/videoio/VideoCapture.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/FlannBasedMatcher.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/BOWImgDescriptorExtractor.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/Features2d.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/Params.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/BRISK.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/Feature2D.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/AgastFeatureDetector.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/FastFeatureDetector.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/KAZE.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/AKAZE.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/BOWKMeansTrainer.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/GFTTDetector.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/ORB.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/BFMatcher.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/DescriptorMatcher.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/BOWTrainer.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/features2d/MSER.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/StatModel.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/SVM.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/RTrees.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/EM.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/Boost.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/Ml.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/ParamGrid.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/DTrees.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/SVMSGD.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/KNearest.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/LogisticRegression.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/ANN_MLP.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/TrainData.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/ml/NormalBayesClassifier.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/imgcodecs/Imgcodecs.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/video/SparseOpticalFlow.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/video/BackgroundSubtractorMOG2.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/video/KalmanFilter.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/video/SparsePyrLKOpticalFlow.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/video/DualTVL1OpticalFlow.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/video/DenseOpticalFlow.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/video/FarnebackOpticalFlow.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/video/BackgroundSubtractorKNN.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/video/BackgroundSubtractor.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/video/Video.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/objdetect/CascadeClassifier.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/objdetect/HOGDescriptor.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/objdetect/Objdetect.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/objdetect/BaseCascadeClassifier.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/imgproc/Imgproc.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/imgproc/Subdiv2D.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/imgproc/CLAHE.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/imgproc/Moments.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/imgproc/LineSegmentDetector.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/TonemapDurand.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/AlignMTB.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/TonemapReinhard.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/CalibrateCRF.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/CalibrateDebevec.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/Tonemap.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/MergeExposures.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/MergeMertens.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/TonemapMantiuk.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/MergeDebevec.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/MergeRobertson.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/TonemapDrago.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/Photo.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/AlignExposures.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/photo/CalibrateRobertson.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/highgui/HighGui.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/highgui/ImageWindow.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/dnn/Dnn.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/dnn/Net.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/dnn/DictValue.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/dnn/Layer.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/Core.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfByte.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/RotatedRect.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfInt4.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfFloat6.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfPoint2f.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/Rect.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/TickMeter.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/CvException.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfDMatch.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfRect2d.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/Point3.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/CvType.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/Algorithm.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfFloat4.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/Point.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/Size.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/TermCriteria.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfKeyPoint.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/Range.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfFloat.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/DMatch.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/Mat.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfRect.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/Scalar.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/KeyPoint.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfDouble.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfPoint.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfPoint3f.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfPoint3.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/MatOfInt.java' ...
- COPYFILES: Copying: 'modules/java/jar/opencv/java/org/opencv/core/Rect2d.java' ...
- COPYFILES: Updated!
- [ 33%] Built target opencv_java_jar_source_copy
- Scanning dependencies of target opencv_java_test_source_copy
- [ 33%] Copying res/drawable/chessboard.jpg
- [ 33%] Copying res/drawable/lena.png
- [ 33%] Copying res/drawable/icon.png
- [ 33%] Copying res/values/strings.xml
- [ 33%] Copying res/layout/main.xml
- [ 33%] Copying res/raw/lbpcascade_frontalface.xml
- [ 33%] Copying src/org/opencv/test/utils/ConvertersTest.java
- [ 33%] Built target pch_Generate_opencv_features2d
- Scanning dependencies of target pch_Generate_opencv_test_stitching
- [ 33%] Copy Java(Test) source files
- [ 33%] Generating test_precomp.hpp
- COPYFILES: ... 1 entries (JAVA_TEST_SRC_COPY)
- COPYFILES: ... directory '.../gen/test' with 52 files
- COPYFILES: Copying: 'java_test/src/org/opencv/test/calib3d/StereoSGBMTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/calib3d/StereoBMTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/calib3d/Calib3dTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/videoio/VideoCaptureTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/STARFeatureDetectorTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/SIFTFeatureDetectorTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/BruteForceSL2DescriptorMatcherTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/BruteForceL1DescriptorMatcherTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/SURFDescriptorExtractorTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/BruteForceHammingLUTDescriptorMatcherTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/BruteForceDescriptorMatcherTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/HARRISFeatureDetectorTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/MSERFeatureDetectorTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/ORBDescriptorExtractorTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/BRIEFDescriptorExtractorTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/FASTFeatureDetectorTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/GFTTFeatureDetectorTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/SURFFeatureDetectorTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/DENSEFeatureDetectorTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/Features2dTest.java' ...
- [ 33%] Generating test_precomp.hpp.gch/opencv_test_stitching_Debug.gch
- COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/BruteForceHammingDescriptorMatcherTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/ORBFeatureDetectorTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/SIMPLEBLOBFeatureDetectorTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/FlannBasedDescriptorMatcherTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/features2d/SIFTDescriptorExtractorTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/ml/MLTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/imgcodecs/ImgcodecsTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/video/BackgroundSubtractorMOGTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/video/VideoTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/video/KalmanFilterTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/objdetect/CascadeClassifierTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/objdetect/ObjdetectTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/objdetect/HOGDescriptorTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/imgproc/MomentsTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/imgproc/ImgprocTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/imgproc/Subdiv2DTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/photo/PhotoTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/dnn/DnnTensorFlowTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/core/SizeTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/core/PointTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/core/Point3Test.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/core/DMatchTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/core/TermCriteriaTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/core/CoreTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/core/RectTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/core/KeyPointTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/core/RangeTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/core/CvTypeTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/core/ScalarTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/core/RotatedRectTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/core/MatOfByteTest.java' ...
- COPYFILES: Copying: 'java_test/src/org/opencv/test/core/MatTest.java' ...
- COPYFILES: Updated!
- [ 33%] Built target opencv_java_test_source_copy
- Scanning dependencies of target pch_Generate_opencv_stitching
- [ 33%] Generating precomp.hpp
- [ 33%] Generating precomp.hpp.gch/opencv_stitching_Debug.gch
- [ 33%] Built target pch_Generate_opencv_calib3d
- Scanning dependencies of target pch_Generate_opencv_perf_stitching
- [ 33%] Generating perf_precomp.hpp
- [ 33%] Generating perf_precomp.hpp.gch/opencv_perf_stitching_Debug.gch
- [ 33%] Built target pch_Generate_opencv_perf_features2d
- Scanning dependencies of target pch_Generate_opencv_videostab
- [ 34%] Generating precomp.hpp
- [ 34%] Generating precomp.hpp.gch/opencv_videostab_Debug.gch
- [ 34%] Built target pch_Generate_opencv_test_features2d
- Scanning dependencies of target pch_Generate_opencv_test_videostab
- [ 34%] Generating test_precomp.hpp
- [ 34%] Generating test_precomp.hpp.gch/opencv_test_videostab_Debug.gch
- [ 34%] Built target pch_Generate_opencv_test_calib3d
- [ 34%] Processing OpenCL kernels (core)
- Scanning dependencies of target opencv_core
- [ 34%] Built target pch_Generate_opencv_perf_calib3d
- Scanning dependencies of target opencv_java_jar
- [ 34%] Generating opencv-400.jar
- Buildfile: /home/jakub/opencv_repo/build/debug/modules/java/jar/opencv/build.xml
- jar:
- [javac] Compiling 114 source files to /home/jakub/opencv_repo/build/debug/modules/java/jar/opencv/build/classes
- [ 34%] Built target pch_Generate_opencv_stitching
- [ 34%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/utils/filesystem.cpp.o
- [ 34%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/cuda_host_mem.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 34%] Built target pch_Generate_opencv_test_stitching
- [ 34%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 34%] Built target pch_Generate_opencv_videostab
- [ 34%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/stat_c.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 34%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/command_line_parser.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 34%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/mathfuncs_core.dispatch.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 34%] Built target pch_Generate_opencv_perf_stitching
- [ 34%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/gl_core_3_1.cpp.o
- [ 34%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/cuda_info.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 35%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/conjugate_gradient.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 35%] Built target pch_Generate_opencv_test_videostab
- [ 35%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/array.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 35%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/umatrix.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 35%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matrix_expressions.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 35%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/arithm.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [jar] Building jar: /home/jakub/opencv_repo/build/debug/bin/opencv-400.jar
- [ 35%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/downhill_simplex.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 35%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/convert.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- BUILD SUCCESSFUL
- Total time: 7 seconds
- [ 36%] Built target opencv_java_jar
- [ 36%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence_types.cpp.o
- [ 36%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/softfloat.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 36%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/alloc.cpp.o
- [ 36%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matrix_iterator.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 36%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/datastructs.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 36%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/glob.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matrix_wrap.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence_json.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence_cpp.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/count_non_zero.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/cuda_stream.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matrix_decomp.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/convert_scale.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/check.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/dxt.cpp.o
- [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/convert_c.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/lut.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence_base64.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 37%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/ovx.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/lpsolver.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/lapack.cpp.o
- [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/ocl.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matrix.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/channels.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/copy.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/merge.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/opengl.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/pca.cpp.o
- [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/minmax.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence_xml.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/system.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 38%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/cuda_gpu_mat.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/parallel_impl.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/rand.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/out.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matrix_operations.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/kmeans.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/batch_distance.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_clamdblas.cpp.o
- [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_clamdfft.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/opencl/runtime/opencl_core.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/mathfuncs.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/stl.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence_c.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matrix_sparse.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 39%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/logger.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matrix_c.cpp.o
- [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/split.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/stat.dispatch.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/trace.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/parallel.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/types.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/sum.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/lda.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/va_intel.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/persistence_yml.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/matmul.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/tables.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 40%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/algorithm.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/norm.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/hal_internal.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/directx.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/mean.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- In file included from /home/jakub/hpx_repo/hpx/runtime/threads/thread_data_fwd.hpp:15:0,
- from /home/jakub/hpx_repo/hpx/runtime/threads_fwd.hpp:11,
- from /home/jakub/hpx_repo/hpx/runtime/threads/thread_helpers.hpp:15,
- from /home/jakub/hpx_repo/hpx/lcos/local/spinlock.hpp:17,
- from /home/jakub/hpx_repo/hpx/runtime/naming/name.hpp:12,
- from /home/jakub/hpx_repo/hpx/runtime/agas/interface.hpp:19,
- from /home/jakub/hpx_repo/hpx/runtime/applier/apply.hpp:12,
- from /home/jakub/hpx_repo/hpx/apply.hpp:10,
- from /home/jakub/hpx_repo/hpx/hpx.hpp:9,
- from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
- /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp: In member function ‘constexpr void hpx::threads::thread_id_type::reset() const’:
- /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp:58:19: error: assignment of member ‘hpx::threads::thread_id_type::thrd_’ in read-only object
- thrd_ = nullptr;
- ^
- /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp:56:34: error: invalid return type ‘void’ of constexpr function ‘constexpr void hpx::threads::thread_id_type::reset() const’
- HPX_CXX14_CONSTEXPR void reset()
- ^
- /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp: In function ‘constexpr bool hpx::threads::operator<(const hpx::threads::thread_id_type&, const hpx::threads::thread_id_type&)’:
- /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp:100:44: error: call to non-constexpr function ‘bool std::less<_Tp>::operator()(const _Tp&, const _Tp&) const [with _Tp = const void*]’
- return std::less<void const*>{}(lhs.thrd_, rhs.thrd_);
- ^
- /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp: In function ‘constexpr bool hpx::threads::operator>(const hpx::threads::thread_id_type&, const hpx::threads::thread_id_type&)’:
- /home/jakub/hpx_repo/hpx/runtime/threads/thread_id_type.hpp:106:44: error: call to non-constexpr function ‘bool std::less<_Tp>::operator()(const _Tp&, const _Tp&) const [with _Tp = const void*]’
- return std::less<void const*>{}(rhs.thrd_, lhs.thrd_);
- ^
- [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/opencl_kernels_core.cpp.o
- cc1plus: warning: /home/jakub/opencv_repo/build/debug/modules/core/precomp.hpp.gch/opencv_core_Debug.gch: not used because `__cpp_aggregate_nsdmi' not defined [-Winvalid-pch]
- [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/convert.sse4_1.cpp.o
- In file included from /home/jakub/hpx_repo/hpx/util/invoke_fused.hpp:16:0,
- from /home/jakub/hpx_repo/hpx/util/bind.hpp:20,
- from /home/jakub/hpx_repo/hpx/lcos/detail/future_data.hpp:24,
- from /home/jakub/hpx_repo/hpx/traits/serialization_access_data.hpp:10,
- from /home/jakub/hpx_repo/hpx/runtime/serialization/input_container.hpp:15,
- from /home/jakub/hpx_repo/hpx/runtime/serialization/input_archive.hpp:16,
- from /home/jakub/hpx_repo/hpx/runtime/serialization/base_object.hpp:13,
- from /home/jakub/hpx_repo/hpx/runtime/actions/action_support.hpp:17,
- from /home/jakub/hpx_repo/hpx/runtime/applier/apply_helper.hpp:12,
- from /home/jakub/hpx_repo/hpx/runtime/applier/apply.hpp:13,
- from /home/jakub/hpx_repo/hpx/apply.hpp:10,
- from /home/jakub/hpx_repo/hpx/hpx.hpp:9,
- from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
- /home/jakub/hpx_repo/hpx/util/tuple.hpp: At global scope:
- /home/jakub/hpx_repo/hpx/util/tuple.hpp:112:18: error: ‘is_final’ is not a member of ‘std’
- && !std::is_final<T>::value
- ^
- /home/jakub/hpx_repo/hpx/util/tuple.hpp:109:27: error: parse error in template argument list
- typename std::enable_if<
- ^
- /home/jakub/hpx_repo/hpx/util/tuple.hpp:114:13: error: template argument 3 is invalid
- >::type
- ^
- /home/jakub/hpx_repo/hpx/util/tuple.hpp:115:9: error: expected unqualified-id before ‘>’ token
- > : T
- ^
- In file included from /home/jakub/hpx_repo/hpx/lcos/future.hpp:22:0,
- from /home/jakub/hpx_repo/hpx/runtime/components/client_base.hpp:10,
- from /home/jakub/hpx_repo/hpx/runtime/applier/apply.hpp:15,
- from /home/jakub/hpx_repo/hpx/apply.hpp:10,
- from /home/jakub/hpx_repo/hpx/hpx.hpp:9,
- from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
- /home/jakub/hpx_repo/hpx/traits/future_then_result.hpp:73:50: error: ‘error’ function uses ‘auto’ type specifier without trailing return type
- static auto error(Future future, F& f)
- ^
- /home/jakub/hpx_repo/hpx/traits/future_then_result.hpp:73:50: note: deduced return type only available with -std=c++14 or -std=gnu++14
- In file included from /home/jakub/hpx_repo/hpx/parallel/executors/execution.hpp:13:0,
- from /home/jakub/hpx_repo/hpx/lcos/local/packaged_continuation.hpp:27,
- from /home/jakub/hpx_repo/hpx/lcos/future.hpp:1682,
- from /home/jakub/hpx_repo/hpx/runtime/components/client_base.hpp:10,
- from /home/jakub/hpx_repo/hpx/runtime/applier/apply.hpp:15,
- from /home/jakub/hpx_repo/hpx/apply.hpp:10,
- from /home/jakub/hpx_repo/hpx/hpx.hpp:9,
- from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:83:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- auto operator()(Executor && exec, F && f, Ts &&... ts) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:83:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:91:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- auto operator()(Executor && exec, F && f, Ts &&... ts) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:91:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:99:68: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- auto operator()(Executor && exec, F && f, Ts &&... ts) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:99:68: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:109:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- Ts &&... ts) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:109:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:119:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- Ts &&... ts) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:119:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:129:30: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- Ts &&... ts) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:129:30: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:139:52: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- Future&& predecessor, Ts &&... ts) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:139:52: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:321:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- operator()(Executor&& exec, F&& f, Ts&&... ts) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:321:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:348:56: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- operator()(Executor&& exec, F&& f, Ts&&... ts) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:348:56: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:377:71: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- Executor&& exec, F&& f, Future&& predecessor, Ts&&... ts) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:377:71: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:409:49: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- Executor&& exec, F&& f, Ts&&... ts) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:409:49: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:438:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:438:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:468:69: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- Executor&& exec, F&& f, Shape const& shape, Ts&&... ts) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:468:69: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:498:47: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- Future&& predecessor, Ts&&... ts) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_fwd.hpp:498:47: note: deduced return type only available with -std=c++14 or -std=gnu++14
- In file included from /home/jakub/hpx_repo/hpx/exception.hpp:16:0,
- from /home/jakub/hpx_repo/hpx/exception_list.hpp:12,
- from /home/jakub/hpx_repo/hpx/parallel/executors/execution.hpp:15,
- from /home/jakub/hpx_repo/hpx/lcos/local/packaged_continuation.hpp:27,
- from /home/jakub/hpx_repo/hpx/lcos/future.hpp:1682,
- from /home/jakub/hpx_repo/hpx/runtime/components/client_base.hpp:10,
- from /home/jakub/hpx_repo/hpx/runtime/applier/apply.hpp:15,
- from /home/jakub/hpx_repo/hpx/apply.hpp:10,
- from /home/jakub/hpx_repo/hpx/hpx.hpp:9,
- from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
- /home/jakub/hpx_repo/hpx/exception_info.hpp: In function ‘void hpx::throw_with_info(E&&, hpx::exception_info&&)’:
- /home/jakub/hpx_repo/hpx/exception_info.hpp:195:42: error: ‘is_final’ is not a member of ‘std’
- std::is_class<ED>::value && !std::is_final<ED>::value,
- ^
- /home/jakub/hpx_repo/hpx/exception_info.hpp:195:58: error: expected primary-expression before ‘>’ token
- std::is_class<ED>::value && !std::is_final<ED>::value,
- ^
- /home/jakub/hpx_repo/hpx/exception_info.hpp:195:59: error: ‘::value’ has not been declared
- std::is_class<ED>::value && !std::is_final<ED>::value,
- ^
- In file included from /home/jakub/hpx_repo/hpx/parallel/executors/static_chunk_size.hpp:15:0,
- from /home/jakub/hpx_repo/hpx/parallel/executors/parallel_executor.hpp:17,
- from /home/jakub/hpx_repo/hpx/lcos/dataflow.hpp:43,
- from /home/jakub/hpx_repo/hpx/parallel/executors/execution.hpp:16,
- from /home/jakub/hpx_repo/hpx/lcos/local/packaged_continuation.hpp:27,
- from /home/jakub/hpx_repo/hpx/lcos/future.hpp:1682,
- from /home/jakub/hpx_repo/hpx/runtime/components/client_base.hpp:10,
- from /home/jakub/hpx_repo/hpx/runtime/applier/apply.hpp:15,
- from /home/jakub/hpx_repo/hpx/apply.hpp:10,
- from /home/jakub/hpx_repo/hpx/hpx.hpp:9,
- from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp: At global scope:
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:41:40: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- std::size_t num_tasks) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:41:40: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:50:40: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- std::size_t num_tasks) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:50:40: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:58:55: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- Parameters&& params, Executor&& exec) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:58:55: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:66:34: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- Executor&& exec) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:66:34: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:74:34: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- Executor&& exec) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:74:34: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:82:34: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- Executor&& exec) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:82:34: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:141:55: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- std::size_t cores, std::size_t num_tasks) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:141:55: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:189:36: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- std::size_t num_tasks) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:189:36: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:235:58: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- operator()(Parameters&& params, Executor&& exec) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:235:58: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:281:58: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- operator()(Parameters&& params, Executor&& exec) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:281:58: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:326:58: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- operator()(Parameters&& params, Executor&& exec) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:326:58: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:369:58: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- operator()(Parameters&& params, Executor&& exec) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_parameters_fwd.hpp:369:58: note: deduced return type only available with -std=c++14 or -std=gnu++14
- In file included from /home/jakub/hpx_repo/hpx/parallel/executors/execution.hpp:16:0,
- from /home/jakub/hpx_repo/hpx/lcos/local/packaged_continuation.hpp:27,
- from /home/jakub/hpx_repo/hpx/lcos/future.hpp:1682,
- from /home/jakub/hpx_repo/hpx/runtime/components/client_base.hpp:10,
- from /home/jakub/hpx_repo/hpx/runtime/applier/apply.hpp:15,
- from /home/jakub/hpx_repo/hpx/apply.hpp:10,
- from /home/jakub/hpx_repo/hpx/hpx.hpp:9,
- from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
- /home/jakub/hpx_repo/hpx/lcos/dataflow.hpp:63:41: error: ‘error’ function uses ‘auto’ type specifier without trailing return type
- static auto error(F f, Args args)
- ^
- /home/jakub/hpx_repo/hpx/lcos/dataflow.hpp:63:41: note: deduced return type only available with -std=c++14 or -std=gnu++14
- [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/stat.sse4_2.cpp.o
- [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/convert.fp16.cpp.o
- [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/mathfuncs_core.avx.cpp.o
- In file included from /home/jakub/hpx_repo/hpx/lcos/base_lco.hpp:13:0,
- from /home/jakub/hpx_repo/hpx/lcos/base_lco_with_value.hpp:12,
- from /home/jakub/hpx_repo/hpx/lcos/detail/promise_lco.hpp:12,
- from /home/jakub/hpx_repo/hpx/lcos/detail/promise_base.hpp:13,
- from /home/jakub/hpx_repo/hpx/lcos/promise.hpp:12,
- from /home/jakub/hpx_repo/hpx/lcos/packaged_action.hpp:11,
- from /home/jakub/hpx_repo/hpx/lcos/detail/async_implementations.hpp:12,
- from /home/jakub/hpx_repo/hpx/lcos/async.hpp:11,
- from /home/jakub/hpx_repo/hpx/async.hpp:11,
- from /home/jakub/hpx_repo/hpx/hpx.hpp:10,
- from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
- /home/jakub/hpx_repo/hpx/runtime/components/server/managed_component_base.hpp: In static member function ‘static constexpr void hpx::components::detail::base_managed_component::finalize()’:
- /home/jakub/hpx_repo/hpx/runtime/components/server/managed_component_base.hpp:171:45: error: invalid return type ‘void’ of constexpr function ‘static constexpr void hpx::components::detail::base_managed_component::finalize()’
- HPX_CXX14_CONSTEXPR static void finalize() {}
- ^
- In file included from /home/jakub/hpx_repo/hpx/lcos/base_lco_with_value.hpp:18:0,
- from /home/jakub/hpx_repo/hpx/lcos/detail/promise_lco.hpp:12,
- from /home/jakub/hpx_repo/hpx/lcos/detail/promise_base.hpp:13,
- from /home/jakub/hpx_repo/hpx/lcos/promise.hpp:12,
- from /home/jakub/hpx_repo/hpx/lcos/packaged_action.hpp:11,
- from /home/jakub/hpx_repo/hpx/lcos/detail/async_implementations.hpp:12,
- from /home/jakub/hpx_repo/hpx/lcos/async.hpp:11,
- from /home/jakub/hpx_repo/hpx/async.hpp:11,
- from /home/jakub/hpx_repo/hpx/hpx.hpp:10,
- from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
- /home/jakub/hpx_repo/hpx/runtime/components/server/component_base.hpp: In static member function ‘static constexpr void hpx::components::detail::base_component::finalize()’:
- /home/jakub/hpx_repo/hpx/runtime/components/server/component_base.hpp:71:45: error: invalid return type ‘void’ of constexpr function ‘static constexpr void hpx::components::detail::base_component::finalize()’
- HPX_CXX14_CONSTEXPR static void finalize()
- ^
- [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/convert.avx2.cpp.o
- [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/mathfuncs_core.avx2.cpp.o
- [ 41%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/stat.avx2.cpp.o
- In file included from /home/jakub/hpx_repo/hpx/lcos/server/latch.hpp:14:0,
- from /home/jakub/hpx_repo/hpx/lcos/latch.hpp:11,
- from /home/jakub/hpx_repo/hpx/include/lcos.hpp:21,
- from /home/jakub/hpx_repo/hpx/hpx.hpp:13,
- from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
- /home/jakub/hpx_repo/hpx/runtime/components/server/runtime_support.hpp: In static member function ‘static constexpr void hpx::components::server::runtime_support::finalize()’:
- /home/jakub/hpx_repo/hpx/runtime/components/server/runtime_support.hpp:109:41: error: invalid return type ‘void’ of constexpr function ‘static constexpr void hpx::components::server::runtime_support::finalize()’
- HPX_CXX14_CONSTEXPR static void finalize() {}
- ^
- In file included from /home/jakub/hpx_repo/hpx/runtime/components/stubs/memory_block.hpp:12:0,
- from /home/jakub/hpx_repo/hpx/runtime/components/memory_block.hpp:12,
- from /home/jakub/hpx_repo/hpx/include/components.hpp:21,
- from /home/jakub/hpx_repo/hpx/include/runtime.hpp:12,
- from /home/jakub/hpx_repo/hpx/hpx.hpp:15,
- from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
- /home/jakub/hpx_repo/hpx/runtime/components/server/memory.hpp: In static member function ‘static constexpr void hpx::components::server::memory::finalize()’:
- /home/jakub/hpx_repo/hpx/runtime/components/server/memory.hpp:46:41: error: invalid return type ‘void’ of constexpr function ‘static constexpr void hpx::components::server::memory::finalize()’
- HPX_CXX14_CONSTEXPR static void finalize() {}
- ^
- In file included from /home/jakub/hpx_repo/hpx/runtime/components/stubs/memory_block.hpp:13:0,
- from /home/jakub/hpx_repo/hpx/runtime/components/memory_block.hpp:12,
- from /home/jakub/hpx_repo/hpx/include/components.hpp:21,
- from /home/jakub/hpx_repo/hpx/include/runtime.hpp:12,
- from /home/jakub/hpx_repo/hpx/hpx.hpp:15,
- from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
- /home/jakub/hpx_repo/hpx/runtime/components/server/memory_block.hpp: In static member function ‘static constexpr void hpx::components::server::memory_block::finalize()’:
- /home/jakub/hpx_repo/hpx/runtime/components/server/memory_block.hpp:514:41: error: invalid return type ‘void’ of constexpr function ‘static constexpr void hpx::components::server::memory_block::finalize()’
- HPX_CXX14_CONSTEXPR static void finalize() {}
- ^
- In file included from /home/jakub/hpx_repo/hpx/parallel/executors/execution_information.hpp:17:0,
- from /home/jakub/hpx_repo/hpx/parallel/util/detail/chunk_size.hpp:18,
- from /home/jakub/hpx_repo/hpx/parallel/util/partitioner.hpp:24,
- from /home/jakub/hpx_repo/hpx/parallel/algorithms/for_loop.hpp:33,
- from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:104:
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp: At global scope:
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:40:67: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- auto operator()(Executor && exec, Parameters& params) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:40:67: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:48:47: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- auto operator()(Executor && exec) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:48:47: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:57:41: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- std::size_t thread_num) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:57:41: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:65:65: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- auto operator()(Executor && exec, Mode const& mode) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:65:65: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:111:57: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- operator()(Executor&& exec, Parameters& params) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:111:57: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:149:37: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- operator()(Executor&& exec) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:149:37: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:186:37: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- std::size_t thread_num) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:186:37: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:223:55: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- operator()(Executor&& exec, Mode const& mode) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/execution_information_fwd.hpp:223:55: note: deduced return type only available with -std=c++14 or -std=gnu++14
- In file included from /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution.hpp:11:0,
- from /home/jakub/hpx_repo/hpx/parallel/executors/thread_timed_execution.hpp:17,
- from /home/jakub/hpx_repo/hpx/parallel/executors/default_executor.hpp:16,
- from /home/jakub/hpx_repo/hpx/parallel/executors.hpp:22,
- from /home/jakub/hpx_repo/hpx/parallel/execution.hpp:9,
- from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:105:
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:109:38: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- F && f, Ts &&... ts) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:109:38: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:119:38: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- F && f, Ts &&... ts) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:119:38: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:129:38: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- F && f, Ts &&... ts) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:129:38: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:139:38: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- F && f, Ts &&... ts) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:139:38: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:149:38: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- F && f, Ts &&... ts) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:149:38: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:159:38: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- F && f, Ts &&... ts) const;
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:159:38: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:275:25: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- Ts&&... ts) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:275:25: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:301:32: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- F&& f, Ts&&... ts) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:301:32: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:327:32: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- F&& f, Ts&&... ts) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:327:32: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:354:25: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- Ts&&... ts) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:354:25: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:381:25: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- Ts&&... ts) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:381:25: note: deduced return type only available with -std=c++14 or -std=gnu++14
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:407:32: error: ‘operator()’ function uses ‘auto’ type specifier without trailing return type
- F&& f, Ts&&... ts) const
- ^
- /home/jakub/hpx_repo/hpx/parallel/executors/timed_execution_fwd.hpp:407:32: note: deduced return type only available with -std=c++14 or -std=gnu++14
- In file included from /home/jakub/hpx_repo/hpx/hpx.hpp:10:0,
- from /home/jakub/opencv_repo/modules/core/src/parallel.cpp:101:
- /home/jakub/hpx_repo/hpx/async.hpp: In instantiation of ‘static typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type hpx::detail::async_dispatch<Func, Enable>::call(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::lcos::base_lco::set_event_action>; Ts = {long unsigned int&, int&}; Func = hpx::detail::action_invoker<hpx::lcos::base_lco::set_event_action>; Enable = void; typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type = hpx::lcos::future<void>]’:
- /home/jakub/hpx_repo/hpx/async.hpp:141:20: required from ‘decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::lcos::base_lco::set_event_action>; Ts = {long unsigned int&, int&}; decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::detail::action_invoker<hpx::lcos::base_lco::set_event_action>]’
- /home/jakub/hpx_repo/hpx/lcos/detail/async_implementations.hpp:390:39: required from ‘hpx::lcos::future<typename hpx::traits::extract_action<Action>::type::local_result_type> hpx::detail::async_impl(hpx::detail::async_policy, const hpx::naming::id_type&, Ts&& ...) [with Action = hpx::lcos::base_lco::set_event_action; Ts = {}; typename hpx::traits::extract_action<Action>::type::local_result_type = void]’
- /home/jakub/hpx_repo/hpx/lcos/async.hpp:76:51: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type> hpx::detail::async_action_dispatch<Action, Policy, typename std::enable_if<hpx::traits::is_launch_policy<Policy>::value>::type>::call(Policy_&&, const hpx::naming::id_type&, Ts&& ...) [with Policy_ = const hpx::detail::async_policy&; Ts = {}; Action = hpx::lcos::base_lco::set_event_action; Policy = hpx::detail::async_policy; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type = void]’
- /home/jakub/hpx_repo/hpx/lcos/async.hpp:243:20: required from ‘decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with Action = hpx::lcos::base_lco::set_event_action; F = const hpx::detail::async_policy&; Ts = {const hpx::naming::id_type&}; decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::detail::async_policy]’
- /home/jakub/hpx_repo/hpx/lcos/async.hpp:270:34: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Derived>::remote_result_type>::type> hpx::detail::async_dispatch<Action, typename std::enable_if<hpx::traits::is_action<F>::value>::type>::call(const hpx::actions::basic_action<Component, Signature, Derived>&, const hpx::naming::id_type&, Ts&& ...) [with Component = hpx::lcos::base_lco; Signature = void(); Derived = hpx::lcos::base_lco::set_event_action; Ts = {}; Action = hpx::lcos::base_lco::set_event_action; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Derived>::remote_result_type>::type = void]’
- /home/jakub/hpx_repo/hpx/async.hpp:141:20: required from ‘decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with F = hpx::lcos::base_lco::set_event_action&; Ts = {const hpx::naming::id_type&}; decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::lcos::base_lco::set_event_action]’
- /home/jakub/hpx_repo/hpx/lcos/latch.hpp:119:44: required from here
- /home/jakub/hpx_repo/hpx/async.hpp:53:54: error: invalid use of ‘auto’
- return parallel::execution::async_execute(
- ^
- /home/jakub/hpx_repo/hpx/async.hpp: In instantiation of ‘static typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type hpx::detail::async_dispatch<Func, Enable>::call(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::lcos::base_lco_with_value<bool, long int>::set_value_action>; Ts = {long unsigned int&, int&, long int}; Func = hpx::detail::action_invoker<hpx::lcos::base_lco_with_value<bool, long int>::set_value_action>; Enable = void; typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type = hpx::lcos::future<void>]’:
- /home/jakub/hpx_repo/hpx/async.hpp:141:20: required from ‘decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::lcos::base_lco_with_value<bool, long int>::set_value_action>; Ts = {long unsigned int&, int&, long int}; decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::detail::action_invoker<hpx::lcos::base_lco_with_value<bool, long int>::set_value_action>]’
- /home/jakub/hpx_repo/hpx/lcos/detail/async_implementations.hpp:390:39: required from ‘hpx::lcos::future<typename hpx::traits::extract_action<Action>::type::local_result_type> hpx::detail::async_impl(hpx::detail::async_policy, const hpx::naming::id_type&, Ts&& ...) [with Action = hpx::lcos::base_lco_with_value<bool, long int>::set_value_action; Ts = {long int}; typename hpx::traits::extract_action<Action>::type::local_result_type = void]’
- /home/jakub/hpx_repo/hpx/lcos/async.hpp:76:51: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type> hpx::detail::async_action_dispatch<Action, Policy, typename std::enable_if<hpx::traits::is_launch_policy<Policy>::value>::type>::call(Policy_&&, const hpx::naming::id_type&, Ts&& ...) [with Policy_ = const hpx::detail::async_policy&; Ts = {long int}; Action = hpx::lcos::base_lco_with_value<bool, long int>::set_value_action; Policy = hpx::detail::async_policy; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type = void]’
- /home/jakub/hpx_repo/hpx/lcos/async.hpp:243:20: required from ‘decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with Action = hpx::lcos::base_lco_with_value<bool, long int>::set_value_action; F = const hpx::detail::async_policy&; Ts = {const hpx::naming::id_type&, long int}; decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::detail::async_policy]’
- /home/jakub/hpx_repo/hpx/lcos/async.hpp:270:34: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Derived>::remote_result_type>::type> hpx::detail::async_dispatch<Action, typename std::enable_if<hpx::traits::is_action<F>::value>::type>::call(const hpx::actions::basic_action<Component, Signature, Derived>&, const hpx::naming::id_type&, Ts&& ...) [with Component = hpx::lcos::base_lco_with_value<bool, long int>; Signature = void(long int&&); Derived = hpx::lcos::base_lco_with_value<bool, long int>::set_value_action; Ts = {long int}; Action = hpx::lcos::base_lco_with_value<bool, long int>::set_value_action; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Derived>::remote_result_type>::type = void]’
- /home/jakub/hpx_repo/hpx/async.hpp:141:20: required from ‘decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with F = hpx::lcos::base_lco_with_value<bool, long int>::set_value_action&; Ts = {const hpx::naming::id_type&, long int}; decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::lcos::base_lco_with_value<bool, long int>::set_value_action]’
- /home/jakub/hpx_repo/hpx/lcos/latch.hpp:125:58: required from here
- /home/jakub/hpx_repo/hpx/async.hpp:53:54: error: invalid use of ‘auto’
- /home/jakub/hpx_repo/hpx/async.hpp: In instantiation of ‘static typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type hpx::detail::async_dispatch<Func, Enable>::call(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::lcos::base_lco_with_value<bool, long int>::get_value_action>; Ts = {long unsigned int&, int&}; Func = hpx::detail::action_invoker<hpx::lcos::base_lco_with_value<bool, long int>::get_value_action>; Enable = void; typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type = hpx::lcos::future<bool>]’:
- /home/jakub/hpx_repo/hpx/async.hpp:141:20: required from ‘decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::lcos::base_lco_with_value<bool, long int>::get_value_action>; Ts = {long unsigned int&, int&}; decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<bool>; typename hpx::util::decay<F>::type = hpx::detail::action_invoker<hpx::lcos::base_lco_with_value<bool, long int>::get_value_action>]’
- /home/jakub/hpx_repo/hpx/lcos/detail/async_implementations.hpp:390:39: required from ‘hpx::lcos::future<typename hpx::traits::extract_action<Action>::type::local_result_type> hpx::detail::async_impl(hpx::detail::async_policy, const hpx::naming::id_type&, Ts&& ...) [with Action = hpx::lcos::base_lco_with_value<bool, long int>::get_value_action; Ts = {}; typename hpx::traits::extract_action<Action>::type::local_result_type = bool]’
- /home/jakub/hpx_repo/hpx/lcos/async.hpp:76:51: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type> hpx::detail::async_action_dispatch<Action, Policy, typename std::enable_if<hpx::traits::is_launch_policy<Policy>::value>::type>::call(Policy_&&, const hpx::naming::id_type&, Ts&& ...) [with Policy_ = const hpx::detail::async_policy&; Ts = {}; Action = hpx::lcos::base_lco_with_value<bool, long int>::get_value_action; Policy = hpx::detail::async_policy; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type = bool]’
- /home/jakub/hpx_repo/hpx/lcos/async.hpp:243:20: required from ‘decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with Action = hpx::lcos::base_lco_with_value<bool, long int>::get_value_action; F = const hpx::detail::async_policy&; Ts = {const hpx::naming::id_type&}; decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<bool>; typename hpx::util::decay<F>::type = hpx::detail::async_policy]’
- /home/jakub/hpx_repo/hpx/lcos/async.hpp:270:34: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Derived>::remote_result_type>::type> hpx::detail::async_dispatch<Action, typename std::enable_if<hpx::traits::is_action<F>::value>::type>::call(const hpx::actions::basic_action<Component, Signature, Derived>&, const hpx::naming::id_type&, Ts&& ...) [with Component = hpx::lcos::base_lco_with_value<bool, long int>; Signature = bool(); Derived = hpx::lcos::base_lco_with_value<bool, long int>::get_value_action; Ts = {}; Action = hpx::lcos::base_lco_with_value<bool, long int>::get_value_action; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Derived>::remote_result_type>::type = bool]’
- /home/jakub/hpx_repo/hpx/async.hpp:141:20: required from ‘decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with F = hpx::lcos::base_lco_with_value<bool, long int>::get_value_action&; Ts = {const hpx::naming::id_type&}; decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<bool>; typename hpx::util::decay<F>::type = hpx::lcos::base_lco_with_value<bool, long int>::get_value_action]’
- /home/jakub/hpx_repo/hpx/lcos/latch.hpp:131:44: required from here
- /home/jakub/hpx_repo/hpx/async.hpp:53:54: error: invalid use of ‘auto’
- /home/jakub/hpx_repo/hpx/async.hpp: In instantiation of ‘static typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type hpx::detail::async_dispatch<Func, Enable>::call(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::lcos::server::latch::wait_action>; Ts = {long unsigned int&, int&}; Func = hpx::detail::action_invoker<hpx::lcos::server::latch::wait_action>; Enable = void; typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type = hpx::lcos::future<void>]’:
- /home/jakub/hpx_repo/hpx/async.hpp:141:20: required from ‘decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::lcos::server::latch::wait_action>; Ts = {long unsigned int&, int&}; decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::detail::action_invoker<hpx::lcos::server::latch::wait_action>]’
- /home/jakub/hpx_repo/hpx/lcos/detail/async_implementations.hpp:390:39: required from ‘hpx::lcos::future<typename hpx::traits::extract_action<Action>::type::local_result_type> hpx::detail::async_impl(hpx::detail::async_policy, const hpx::naming::id_type&, Ts&& ...) [with Action = hpx::lcos::server::latch::wait_action; Ts = {}; typename hpx::traits::extract_action<Action>::type::local_result_type = void]’
- /home/jakub/hpx_repo/hpx/lcos/async.hpp:76:51: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type> hpx::detail::async_action_dispatch<Action, Policy, typename std::enable_if<hpx::traits::is_launch_policy<Policy>::value>::type>::call(Policy_&&, const hpx::naming::id_type&, Ts&& ...) [with Policy_ = const hpx::detail::async_policy&; Ts = {}; Action = hpx::lcos::server::latch::wait_action; Policy = hpx::detail::async_policy; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type = void]’
- /home/jakub/hpx_repo/hpx/lcos/async.hpp:243:20: required from ‘decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with Action = hpx::lcos::server::latch::wait_action; F = const hpx::detail::async_policy&; Ts = {const hpx::naming::id_type&}; decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::detail::async_policy]’
- /home/jakub/hpx_repo/hpx/lcos/async.hpp:270:34: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Derived>::remote_result_type>::type> hpx::detail::async_dispatch<Action, typename std::enable_if<hpx::traits::is_action<F>::value>::type>::call(const hpx::actions::basic_action<Component, Signature, Derived>&, const hpx::naming::id_type&, Ts&& ...) [with Component = const hpx::lcos::server::latch; Signature = void(); Derived = hpx::lcos::server::latch::wait_action; Ts = {}; Action = hpx::lcos::server::latch::wait_action; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Derived>::remote_result_type>::type = void]’
- /home/jakub/hpx_repo/hpx/async.hpp:141:20: required from ‘decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with F = hpx::lcos::server::latch::wait_action&; Ts = {const hpx::naming::id_type&}; decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::lcos::server::latch::wait_action]’
- /home/jakub/hpx_repo/hpx/lcos/latch.hpp:137:44: required from here
- /home/jakub/hpx_repo/hpx/async.hpp:53:54: error: invalid use of ‘auto’
- /home/jakub/hpx_repo/hpx/async.hpp: In instantiation of ‘static typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type hpx::detail::async_dispatch<Func, Enable>::call(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::lcos::base_lco::set_exception_action>; Ts = {long unsigned int&, int&, const std::__exception_ptr::exception_ptr&}; Func = hpx::detail::action_invoker<hpx::lcos::base_lco::set_exception_action>; Enable = void; typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type = hpx::lcos::future<void>]’:
- /home/jakub/hpx_repo/hpx/async.hpp:141:20: required from ‘decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::lcos::base_lco::set_exception_action>; Ts = {long unsigned int&, int&, const std::__exception_ptr::exception_ptr&}; decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::detail::action_invoker<hpx::lcos::base_lco::set_exception_action>]’
- /home/jakub/hpx_repo/hpx/lcos/detail/async_implementations.hpp:390:39: required from ‘hpx::lcos::future<typename hpx::traits::extract_action<Action>::type::local_result_type> hpx::detail::async_impl(hpx::detail::async_policy, const hpx::naming::id_type&, Ts&& ...) [with Action = hpx::lcos::base_lco::set_exception_action; Ts = {const std::__exception_ptr::exception_ptr&}; typename hpx::traits::extract_action<Action>::type::local_result_type = void]’
- /home/jakub/hpx_repo/hpx/lcos/async.hpp:76:51: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type> hpx::detail::async_action_dispatch<Action, Policy, typename std::enable_if<hpx::traits::is_launch_policy<Policy>::value>::type>::call(Policy_&&, const hpx::naming::id_type&, Ts&& ...) [with Policy_ = const hpx::detail::async_policy&; Ts = {const std::__exception_ptr::exception_ptr&}; Action = hpx::lcos::base_lco::set_exception_action; Policy = hpx::detail::async_policy; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type = void]’
- /home/jakub/hpx_repo/hpx/lcos/async.hpp:243:20: required from ‘decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with Action = hpx::lcos::base_lco::set_exception_action; F = const hpx::detail::async_policy&; Ts = {const hpx::naming::id_type&, const std::__exception_ptr::exception_ptr&}; decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::detail::async_policy]’
- /home/jakub/hpx_repo/hpx/lcos/async.hpp:270:34: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Derived>::remote_result_type>::type> hpx::detail::async_dispatch<Action, typename std::enable_if<hpx::traits::is_action<F>::value>::type>::call(const hpx::actions::basic_action<Component, Signature, Derived>&, const hpx::naming::id_type&, Ts&& ...) [with Component = hpx::lcos::base_lco; Signature = void(const std::__exception_ptr::exception_ptr&); Derived = hpx::lcos::base_lco::set_exception_action; Ts = {const std::__exception_ptr::exception_ptr&}; Action = hpx::lcos::base_lco::set_exception_action; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Derived>::remote_result_type>::type = void]’
- /home/jakub/hpx_repo/hpx/async.hpp:141:20: required from ‘decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with F = hpx::lcos::base_lco::set_exception_action&; Ts = {const hpx::naming::id_type&, const std::__exception_ptr::exception_ptr&}; decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<void>; typename hpx::util::decay<F>::type = hpx::lcos::base_lco::set_exception_action]’
- /home/jakub/hpx_repo/hpx/lcos/latch.hpp:143:48: required from here
- /home/jakub/hpx_repo/hpx/async.hpp:53:54: error: invalid use of ‘auto’
- /home/jakub/hpx_repo/hpx/async.hpp: In instantiation of ‘static typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type hpx::detail::async_dispatch<Func, Enable>::call(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::components::server::create_component_action<hpx::lcos::server::latch, long int> >; Ts = {long unsigned int&, int&, long int&}; Func = hpx::detail::action_invoker<hpx::components::server::create_component_action<hpx::lcos::server::latch, long int> >; Enable = void; typename std::enable_if<hpx::traits::detail::is_deferred_invocable<F, Ts ...>::value, hpx::lcos::future<typename hpx::util::detail::invoke_deferred_result<F, Ts ...>::type> >::type = hpx::lcos::future<hpx::naming::id_type>]’:
- /home/jakub/hpx_repo/hpx/async.hpp:141:20: required from ‘decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with F = hpx::detail::action_invoker<hpx::components::server::create_component_action<hpx::lcos::server::latch, long int> >; Ts = {long unsigned int&, int&, long int&}; decltype (hpx::detail::async_dispatch<typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<hpx::naming::id_type>; typename hpx::util::decay<F>::type = hpx::detail::action_invoker<hpx::components::server::create_component_action<hpx::lcos::server::latch, long int> >]’
- /home/jakub/hpx_repo/hpx/lcos/detail/async_implementations.hpp:390:39: required from ‘hpx::lcos::future<typename hpx::traits::extract_action<Action>::type::local_result_type> hpx::detail::async_impl(hpx::detail::async_policy, const hpx::naming::id_type&, Ts&& ...) [with Action = hpx::components::server::create_component_action<hpx::lcos::server::latch, long int>; Ts = {long int&}; typename hpx::traits::extract_action<Action>::type::local_result_type = hpx::naming::id_type]’
- /home/jakub/hpx_repo/hpx/lcos/async.hpp:76:51: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type> hpx::detail::async_action_dispatch<Action, Policy, typename std::enable_if<hpx::traits::is_launch_policy<Policy>::value>::type>::call(Policy_&&, const hpx::naming::id_type&, Ts&& ...) [with Policy_ = const hpx::detail::async_policy&; Ts = {long int&}; Action = hpx::components::server::create_component_action<hpx::lcos::server::latch, long int>; Policy = hpx::detail::async_policy; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type = hpx::naming::id_type]’
- /home/jakub/hpx_repo/hpx/lcos/async.hpp:153:24: required from ‘static hpx::lcos::future<typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type> hpx::detail::async_action_dispatch<Action, hpx::naming::id_type>::call(const hpx::naming::id_type&, Ts&& ...) [with Ts = {long int&}; Action = hpx::components::server::create_component_action<hpx::lcos::server::latch, long int>; typename hpx::traits::promise_local_result<typename hpx::traits::extract_action<Action>::remote_result_type>::type = hpx::naming::id_type]’
- /home/jakub/hpx_repo/hpx/lcos/async.hpp:243:20: required from ‘decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) hpx::async(F&&, Ts&& ...) [with Action = hpx::components::server::create_component_action<hpx::lcos::server::latch, long int>; F = const hpx::naming::id_type&; Ts = {long int&}; decltype (hpx::detail::async_action_dispatch<Action, typename hpx::util::decay<F>::type>::call(forward<F>(f), (forward<Ts>)(hpx::async::ts)...)) = hpx::lcos::future<hpx::naming::id_type>; typename hpx::util::decay<F>::type = hpx::naming::id_type]’
- /home/jakub/hpx_repo/hpx/runtime/components/stubs/stub_base.hpp:67:43: required from ‘static hpx::lcos::future<hpx::naming::id_type> hpx::components::stub_base<ServerComponent>::create_async(const hpx::naming::id_type&, Ts&& ...) [with Ts = {long int&}; ServerComponent = hpx::lcos::server::latch]’
- /home/jakub/hpx_repo/hpx/runtime/components/new.hpp:265:58: required from ‘static hpx::components::detail::new_component<Component>::type hpx::components::detail::new_component<Component>::call(const hpx::naming::id_type&, Ts&& ...) [with Ts = {long int&}; Component = hpx::lcos::server::latch; hpx::components::detail::new_component<Component>::type = hpx::lcos::future<hpx::naming::id_type>]’
- /home/jakub/hpx_repo/hpx/runtime/components/new.hpp:380:54: required from ‘typename hpx::util::lazy_enable_if<hpx::traits::is_component_or_component_array<Component>::value, hpx::components::detail::new_component<Component> >::type hpx::components::new_(const hpx::naming::id_type&, Ts&& ...) [with Component = hpx::lcos::server::latch; Ts = {long int&}; typename hpx::util::lazy_enable_if<hpx::traits::is_component_or_component_array<Component>::value, hpx::components::detail::new_component<Component> >::type = hpx::lcos::future<hpx::naming::id_type>]’
- /home/jakub/hpx_repo/hpx/lcos/latch.hpp:38:77: required from here
- /home/jakub/hpx_repo/hpx/async.hpp:53:54: error: invalid use of ‘auto’
- modules/core/CMakeFiles/opencv_core.dir/build.make:1649: recipe for target 'modules/core/CMakeFiles/opencv_core.dir/src/parallel.cpp.o' failed
- make[2]: *** [modules/core/CMakeFiles/opencv_core.dir/src/parallel.cpp.o] Error 1
- CMakeFiles/Makefile2:1679: recipe for target 'modules/core/CMakeFiles/opencv_core.dir/all' failed
- make[1]: *** [modules/core/CMakeFiles/opencv_core.dir/all] Error 2
- Makefile:160: recipe for target 'all' failed
- make: *** [all] Error 2
- jakub@T470p:~/opencv_repo/build/debug$ ~~~~
Advertisement
Add Comment
Please, Sign In to add comment