Hi... I'm trying to sort this error but I can't...
do you have any clue? thank you in advance.
http://pastebin.com/DPRdvjvU (I don't know how to format RAW data here... it doesn't work).
Regards.
1 | initial version |
Hi... I'm trying to sort this error but I can't...
do you have any clue? thank you in advance.
http://pastebin.com/DPRdvjvU (I don't know how to format RAW data here... it doesn't work).
Regards.
2 | No.2 Revision |
Hi... I'm trying to sort this error but I can't...
do you have any clue? thank you in advance.
[ 44%] Building CXX object modules/viz/CMakeFiles/opencv_viz.dir/src/shapes.cpp.o
In file included from /Users/rafaelruizmunoz/Downloads/opencv/modules/viz/src/clouds.cpp:46:
In file included from /Users/rafaelruizmunoz/Downloads/opencv/modules/viz/src/precomp.hpp:144:
In file included from /Users/rafaelruizmunoz/Downloads/opencv/modules/viz/src/vtk/vtkCloudMatSink.h:48:
In file included from /Users/rafaelruizmunoz/Downloads/opencv/modules/core/include/opencv2/core.hpp:57:
/usr/local/include/opencv2/core/mat.hpp:58:13: error: incomplete type 'cv::Mat'
named in nested name specifier
inline void Mat::initEmpty()
^~~~~
/Users/rafaelruizmunoz/Downloads/opencv/modules/core/include/opencv2/core/base.hpp:679:18: note:
forward declaration of 'cv::Mat'
class CV_EXPORTS Mat;
^
(a lot more of those)
http://pastebin.com/DPRdvjvU (I don't know how to format RAW data here... it doesn't work).
Regards.
3 | No.3 Revision |
Hi... I need new features on OpenCV 3.0 beta. The explanation to install it is already here: http://hugofeng.info/2014/04/17/Compile%20OpenCV3.0%20on%20OSX/
When I do make, the following error is up:
I'm trying to sort this error but I can't...can't... http://pastebin.com/DPRdvjvU (I can't paste all the RAW data here).
I've seen similar errors solved because of CUDA or sorting flags, but I didn't get it to work.
do you have any clue? thank you in advance.
Regards.
[ 44%] Building CXX object modules/viz/CMakeFiles/opencv_viz.dir/src/shapes.cpp.o
In file included from /Users/rafaelruizmunoz/Downloads/opencv/modules/viz/src/clouds.cpp:46:
In file included from /Users/rafaelruizmunoz/Downloads/opencv/modules/viz/src/precomp.hpp:144:
In file included from /Users/rafaelruizmunoz/Downloads/opencv/modules/viz/src/vtk/vtkCloudMatSink.h:48:
In file included from /Users/rafaelruizmunoz/Downloads/opencv/modules/core/include/opencv2/core.hpp:57:
/usr/local/include/opencv2/core/mat.hpp:58:13: error: incomplete type 'cv::Mat'
named in nested name specifier
inline void Mat::initEmpty()
^~~~~
/Users/rafaelruizmunoz/Downloads/opencv/modules/core/include/opencv2/core/base.hpp:679:18: note:
forward declaration of 'cv::Mat'
class CV_EXPORTS Mat;
^
(a lot more of those)
http://pastebin.com/DPRdvjvU (I don't know how to format RAW data here... it doesn't work).
Regards.