- 博客(6)
- 收藏
- 关注
原创 MacBook cmake .. 运行遇到问题ld: unsupported tapi file type ‘!tapi-tbd‘ in YAML file ...
MacBook下cmake编译遇到 [ld: unsupported tapi file type '!tapi-tbd' in YAML file...]
2022-06-20 15:33:22 1549 2
原创 Python报错:with PIL installed matplotlib can handle more images
使用matplotlib.image.imread(filepath)读取jpg格式文件时,报错with PIL installed matplotlib can handle more images网上搜索解决方案,发现是没有安装pillow包。运行pip install pillow成功安装。但问题依然存在。最终发现,我的MacBook环境里,which python和which pip不是一个路径,python路径为系统自带,而pip安装在anaconda文件下。最终修改
2021-11-24 15:06:56 2043
原创 error LNK2019: 无法解析的外部符号 glfwInit,函数 main 中引用了该符号
好几年前遇到过无法解析外部符号glfwInit的问题,当时查了好久解决了,然而没有记录,于是乎,今天卸载vs2017、安装vs2019后,原来的所有OpenGL的程序没法编译成功,报错一系列的error LNK2019: 无法解析的外部符号 glfwInit,函数 main 中引用了该符号依然,我寻求Google的帮助,以为是常见cg问题:x86和x64的选择。胡乱试了一通后依然报错。突然,灵光一现,是不是之前我用源码编译的glfw不能用在vs2019了呢?于是我又重新编译了GLFW,我看了一
2021-05-14 17:20:44 10522 8
原创 cmake包含PCL的项目,报错common is required but boost was not found
最近因为想用一个处理点云的库PCL,在官方github上https://github.com/PointCloudLibrary/pcl/releases下载了PCL-1.11.1-AllInOne-msvc2019-win64.exe(实在是太懒不想装一堆third parties)。结果当cmake ..时,报错Could NOT find Boost (missing: system filesystem date_time iostreams serialization) (foun
2021-05-14 17:02:04 2802 3
原创 CMake后,visual studio 2017运行报错:无法启动程序,“...Debug\ALL_BUILD“系统找不到指定的文件
历经千辛万苦使用CMake编译完,以为万事大吉打开vs 2017,ctrl+F5,报出以下错误: 主要是因为目前vs 2017的启动项目为ALL_BUILD,并不是00_OpenWindow。因此,只需要将00_OpenWindow设置成启动项目即可:...
2021-03-24 17:12:05 4655 2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人