【发布时间】:2016-02-16 12:42:40
【问题描述】:
我正在使用 CMAKE 在 Windows 8.1 中构建 PCL 库大师:
除 gpu/cuda 模块外,所有其他模块均已成功构建!
这里是error log
观察: -ccbin $(VCInstallDir)bin -> 环境变量设置不成功。由于生成了此错误:'$' 不是内部或外部命令、可运行程序或批处理文件?我说的对吗?还有什么问题?
请注意,只有 pcl_gpu_containers 模块已成功构建。
有人可以帮我解决这个问题吗?
Version Details:
Microsoft Visual Studio Verison: 11 (VS Prof 2012)
cuda toolkit: 7.5
boost version: boost-1_57
eigen: 3.3
VTK Version: 6.2
PC Info:
OS Name Microsoft Windows 8.1 Pro N
Version 6.3.9600 Build 9600
System Type x64-based PC
Processor AMD FX(tm)-9590 Eight-Core Processor, 4700 Mhz, 4 Core(s), 8 Logical Processor(s)
Installed Physical Memory (RAM) 8.00 GB
Name NVIDIA GeForce GT 610
Adapter Type GeForce GT 610, NVIDIA compatible
Adapter RAM (2,147,483,648) bytes
Name NVIDIA GeForce GT 730
Adapter Type GeForce GT 730, NVIDIA compatible
Adapter RAM (2,147,483,648) bytes
这是我的CMakeCache.txt
【问题讨论】:
-
错误日志和 CMakeCache.txt 文件的链接似乎受到保护。
-
哎呀会更新谢谢!更新了!
标签: c++ visual-studio-2012 cuda cmake point-cloud-library