Home › Forums › GAMES在线课程(现代计算机图形学入门)讨论区 › 作业1:mac环境下,cmake编译运行成功但是vscode报错 Tagged: Mac, viscode This topic has 1 reply, 2 voices, and was last updated 1 year, 3 months ago by remoo. Viewing 1 reply thread Author Posts 2023年8月8日 at 下午4:38 #16935 Score: 0 Cz0210Participant 环境:macOS m2芯片 没有使用老师提供的虚拟机,想要自己配环境,使用homebrew下载了eigen和opencv,能够根据作业的pdf文件中的说明使用cmake编译并生成了可运行文件,也看到了三角形并且能转动。 但是如果直接使用vscode打开作业的文件夹,就会报错,提示“命名空间Eigen没有成员xxxx”等,请问该如何解决? 谢谢! Attachments:You must be logged in to view attached files. 2023年8月19日 at 下午2:57 #16970 Score: 0 remooParticipant 用Clion试试,只需要改一下cmake文件的: include_directories(/opt/homebrew/Cellar/eigen/你的版本/include) 基本不用配置环境。 Author Posts Viewing 1 reply thread You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In