Hi everyone,
After trying to follow this instructions (http:// docs.opencv.org/2.4/doc/tutorials/introduction/linux_install/linux_install.html) to install OpenCV in Ubuntu 14.04, I'm getting the following segmentation fault error after the 'making' step:
/home/eduardo/opencv-3.2.0/modules/ts/include/opencv2/ts/ts_gtest.h:13385:9: internal compiler error: ViolaciĆ³n de segmento
const T26 v26_;
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.
make[2]: *** [modules/core/CMakeFiles/opencv_perf_core.dir/perf/perf_addWeighted.cpp.o] Error 1
make[1]: *** [modules/core/CMakeFiles/opencv_perf_core.dir/all] Error 2
make: *** [all] Error 2
Any hints of how to solve it? Thanks in advance,
Eduardo
PD: Sorry about the link, I've just registered and I'm not allowed to type it properly.