cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_TBB=ON -D BUILD_NEW_PYTHON_SUPPORT=ON -D WITH_V4L=ON -D WITH_VTK=ON -D INSTALL_C_EXAMPLES=ON -D INSTALL_PYTHON_EXAMPLES=ON -D BUILD_EXAMPLES=ON -D ENABLE_FAST_MATH=1 -D CUDA_FAST_MATH=1 -D WITH_CUBLAS=1 -DOPENCV_EXTRA_MODULES_PATH=/home/tiestu/Documents/GitRepository/OpenCV3/opencv_contrib/modules /home/tiestu/Documents/GitRepository/OpenCV3/opencv
modules/viz/CMakeFiles/opencv_viz_pch_dephelp.dir/build.make:62: recipe for target 'modules/viz/CMakeFiles/opencv_viz_pch_dephelp.dir/opencv_viz_pch_dephelp.cxx.o' failed
make[2]: *** [modules/viz/CMakeFiles/opencv_viz_pch_dephelp.dir/opencv_viz_pch_dephelp.cxx.o] Error 1
CMakeFiles/Makefile2:6005: recipe for target 'modules/viz/CMakeFiles/opencv_viz_pch_dephelp.dir/all' failed
make[1]: *** [modules/viz/CMakeFiles/opencv_viz_pch_dephelp.dir/all] Error 2
--
You received this message because you are subscribed to the Google Groups "opendetection" group.
To unsubscribe from this group and stop receiving emails from it, send an email to opendetection+unsubscribe@googlegroups.com.
To post to this group, send email to opende...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/opendetection/b625aa89-f163-451a-ac2a-e2777b9f00a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Kripasindhu Sarkar
Department Augmented Vision
German Research Center for Artificial Intelligence GmbH -
'Deutsches Forschungszentrum für Künstliche Intelligenz (DFKI)
GmbH',
Trippstadter Strasse 122, D-67663 Kaiserslautern
Phone: +49 (0) 631 20575-3680
make report it says:
vtkGenericDataArrayLookupHelper.h:72:23: error: ‘nullptr’ was not declared in this scope
so It seems the problem is not directly related to OpenCV and I have
to correct a mistake I've apparently made during making VTK package.
I have to post a new question.