-2

我正在尝试使用 CMake gui 构建 DCMTK 项目文件,因此我可以在 Qt 中使用它。不幸的是,我仍然遇到一些错误。我已经阅读了许多相关主题(例如如何在 Qt 中使用 Dcmtk?),但我找不到解决我的错误的解决方案:

在此处输入图像描述

输出 CMakeError.log:

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler:  
Build flags: 
Id flags: 

The output was:
The system cannot find the file specified

输出 CMakeOutput.log:

The system is: Windows - 6.1.7601 - AMD64
4

1 回答 1

0

原来是 CMake 的 rc 版本中的一个问题。我按照你说的安装了稳定版,问题就消失了。谢谢!

于 2015-11-03T09:03:09.613 回答