【问题标题】:Not able to run nmake on windows, link given on the body无法在 Windows 上运行 nmake,链接在正文中给出
【发布时间】: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.

【问题讨论】:

    标签: windows cmake nmake


    【解决方案1】:

    您可能没有遵循所有说明,例如Microsoft Visual Studio 2019部分中的this one

    1. 在以下步骤中构建文件(使用 cmake 或 nmake)时请务必使用“VS2015 x64 Native Tools 命令提示符”。这可确保使用 Visual Studio 2015 构建工具。

    【讨论】:

    • 您好,根据您的建议,我尝试了第 4 步中提到的方法,但遇到了同样的错误
    猜你喜欢
    • 2021-01-10
    • 2012-09-15
    • 2018-07-15
    • 1970-01-01
    • 1970-01-01
    • 2017-10-09
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多