无法在 Windows 上运行 nmake,链接在正文中给出
Posted
技术标签:
【中文标题】无法在 Windows 上运行 nmake,链接在正文中给出【英文标题】:Not able to run nmake on windows, link given on the body 【发布时间】:2020-09-23 15:27:47 【问题描述】:我正在尝试构建 CURA 的源代码; (链接:https://github.com/Ultimaker/Cura/wiki/Running-Cura-from-Source-on-Windows)。我按照说明进行操作,但出现以下错误:
PS D:\work\cura-build-environment-master\build> nmake
Microsoft (R) Program Maintenance Utility Version 12.00.21005.1
Copyright (C) Microsoft Corporation. All rights reserved.
NMAKE : fatal error U1064: MAKEFILE not found and no target specified
Stop.
【问题讨论】:
【参考方案1】:您可能没有遵循所有说明,例如Microsoft Visual Studio 2019部分中的this one:
在以下步骤中构建文件(使用 cmake 或 nmake)时请务必使用“VS2015 x64 Native Tools 命令提示符”。这可确保使用 Visual Studio 2015 构建工具。
【讨论】:
您好,根据您的建议,我尝试了第 4 步中提到的方法,但遇到了同样的错误以上是关于无法在 Windows 上运行 nmake,链接在正文中给出的主要内容,如果未能解决你的问题,请参考以下文章