有在iOS上使用vtk的同学吗?

whynotq 2018-09-07 09:19:10
请问你们如何编译vtk的,我试了很多方法,都编译不过去,无法生成vtk.framework。
我用的xcode9, vtk8.1.1
...全文
1910 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
whynotq 2018-09-08
  • 打赏
  • 举报
回复
补充一下问题描述:

使用Unix Makefile编译,make的时候总是提示"VTK not installed. Build the source then build the 'install' target."

查看了一下,原因是

# Make sure VTK is installed.
if (NOT EXISTS "/Users/sunqiaobo/Desktop/vtk/vtk811bin/CMakeExternals/Install/vtk-ios-simulator/include/vtk-8.1")
message(FATAL_ERROR
"VTK not installed. Build the source then build the 'install' target.")
endif()
可是为什么编译器不会自动创建这几个文件夹呢?

即使手动创建这几个文件夹,最终得到的vtk.framework也是0字节的文件,这几个文件夹里也没有任何文件拷贝或者下载进来。

请教一下,这是什么原因?

29,028

社区成员

发帖
与我相关
我的任务
社区描述
主要讨论与iOS相关的软件和技术
社区管理员
  • iOS
  • 大熊猫侯佩
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧