如何使用 CMake 构建 DCMTK 项目文件?
How to build a DCMTK project file with CMake?
我正在尝试使用 CMake gui 构建一个 DCMTK 项目文件,以便我可以在 Qt 中使用它。不幸的是,我仍然遇到一些错误。我已经阅读了许多相关主题(例如 How to use Dcmtk in Qt?),但我找不到解决我的错误的方法:
输出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
原来是CMake的rc版本的问题。 IS 按照你告诉我的那样安装了稳定版本,问题就消失了。谢谢!
我正在尝试使用 CMake gui 构建一个 DCMTK 项目文件,以便我可以在 Qt 中使用它。不幸的是,我仍然遇到一些错误。我已经阅读了许多相关主题(例如 How to use Dcmtk in Qt?),但我找不到解决我的错误的方法:
输出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
原来是CMake的rc版本的问题。 IS 按照你告诉我的那样安装了稳定版本,问题就消失了。谢谢!