Closed davidvelascogarcia closed 5 years ago
Configuring with ccmake..
CMake Error at cmake/OpenCVDetectCXXCompiler.cmake:89 (math):
math cannot parse the expression: "*100 + ": syntax error, unexpected
exp_TIMES, expecting exp_OPENPARENT or exp_NUMBER (1)
Call Stack (most recent call first):
CMakeLists.txt:109 (include)
Solved changing gcc
and g++
version 7 to 4.9.
Related.
Closing issue.
Trying to install
opencv
inubuntu 14.04
PAL distro multiple errors appear doingcmake ..
in build dir. InspectingCMakeError.log
, it shows thatNo such file or directory <ffmpeg/avformat.h>, <sys/videoio.h>, <linux/videodev.h>
. However using the commandlocate
headers appear inusr/include
. Also withcmake ..
this error appear in loop beforeConfiguring incomplete, errors ocurred!
Related
Thanks