当前位置:网站首页>fatal error: io. h: No such file or directory
fatal error: io. h: No such file or directory
2022-07-28 22:36:00 【TwilightZrui】
Report errors :
[email protected]: ~/project/class/cv2021/build$ make
Consolidate compiler generated dependencies of target cv_hw1
[ 50%] Building CXX object CMakeFiles/cv_hw1.dir/cv_hw1.cpp.o
/home/twilight/project/class/cv2021/cv_hw1.cpp:6:9: fatal error: io.h: No such file or directory
#include<io.h>
^~~~~~
compilation terminated.
CMakeFiles/cv_hw1.dir/build.make:75: recipe for target 'CMakeFiles/cv_hw1.dir/cv_hw1.cpp.o' failed
make[2]: *** [CMakeFiles/cv_hw1.dir/cv_hw1.cpp.o] Error 1
CMakeFiles/Makefile2:82: recipe for target 'CMakeFiles/cv_hw1.dir/all' failed
make[1]: *** [CMakeFiles/cv_hw1.dir/all] Error 2
Makefile:90: recipe for target 'all' failed
make: *** [all] Error 2
problem :
There is no header file in the corresponding header file storage directory , So wrong.
terms of settlement :
sudo cp /usr/include/x86_64-linux-gnu/sys/io.h /usr/include
边栏推荐
- ECMASript 5/6 笔记
- Is mov format a still image file format
- imx6q gpio复用
- Chrome encountered a problem when debugging the code. After modifying and saving the code in vscode, chrome did not update after refreshing
- [binary tree] pseudo palindrome path in binary tree
- XXX port is already in use
- gprs网络指的是什么
- Which is the file transfer command in the basic services of the Internet
- 98. Verify binary search tree (medium binary search tree DFS)
- Sword finger offer II 057. the difference between the value and the subscript is within the given range (medium array bucket sort sliding window TreeSet)
猜你喜欢

Ultra detailed visual studio 2019 running littlevgl (lvgl) simulator
Integrating database Ecology: using eventbridge to build CDC applications

Less than a year after its establishment! MIT derivative quantum computing company completed financing of US $9million

软考网络工程师

Static details of static members

普源示波器实际的使用效果怎么样

internet的基本服务中文件传输命令是哪个

Mysql内置函数

The function of wechat applet to cut pictures

npm ERR code ETIMEDOUT npm ERR syscall connect npm ERR errno ETIMEDOUT npm ERR network reques...
随机推荐
LeetCode刷题系列之-多数之和类型
ssh 免密码登录
842. 排列数字
mysql8.0无法给用户授权或提示You are not allowed to create a user with GRANT的问题
c语言实现字符串逆序排列
Netease Yunxin 2022q2 product supply station, come and get your product supply plan!
JS implementation generates a random key of specified length
Chrome encountered a problem when debugging the code. After modifying and saving the code in vscode, chrome did not update after refreshing
网易云信 2022Q2 产品补给站,快来获取你的产品补给计划吧!
Static route and default route experiment
使用PCL批量显示PCD点云数据流
Can the MySQL create statement be used to create a table structure and append new records
MySQL command (add, delete, check and modify)
Sword finger offer II 052. flatten binary search tree (simple binary search tree DFS)
近期bug总结
普源示波器实际的使用效果怎么样
20-09-27项目迁移到阿里折腾记录(网卡顺序导致服务无法通过haproxy连接到db)
Sword finger offer II 057. the difference between the value and the subscript is within the given range (medium array bucket sort sliding window TreeSet)
[Ruiji takeout] day05 package management business development
771. 字符串中最长的连续出现的字符