Home Forums GAMES在线课程(现代计算机图形学入门)讨论区 作业1:mac环境下,cmake编译运行成功但是vscode报错

Tagged: ,

Viewing 1 reply thread
  • Author
    Posts
    • #16935 Score: 0
      Cz0210
      Participant

      环境:macOS m2芯片
      没有使用老师提供的虚拟机,想要自己配环境,使用homebrew下载了eigen和opencv,能够根据作业的pdf文件中的说明使用cmake编译并生成了可运行文件,也看到了三角形并且能转动。
      但是如果直接使用vscode打开作业的文件夹,就会报错,提示“命名空间Eigen没有成员xxxx”等,请问该如何解决?
      谢谢!

      Attachments:
      You must be logged in to view attached files.
    • #16970 Score: 0
      remoo
      Participant

      用Clion试试,只需要改一下cmake文件的:
      include_directories(/opt/homebrew/Cellar/eigen/你的版本/include)
      基本不用配置环境。

Viewing 1 reply thread
  • You must be logged in to reply to this topic.