Error compiling OpenCV, fatal error: stdlib.h: No such file or directory

后端 未结 5 1265
孤街浪徒
孤街浪徒 2020-12-03 05:06

I\'m trying to compile OpenCV. I\'ve tried the master branch (which is currently on commit dc9602e) and version/tag 3.1.0. I\'m using Fedora 24, I first tried using gcc that

5条回答
  •  醉话见心
    2020-12-03 05:29

    Try by disabling pre-compiled headers, either from cmake-gui or using the command line parameter

    -DENABLE_PRECOMPILED_HEADERS=OFF
    

提交回复
热议问题