首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Microsoft管理控制台的mmc本应是墨尔本水星编译器,但Windows却将其出错

Microsoft管理控制台的mmc本应是墨尔本水星编译器,但Windows却将其出错
EN

Stack Overflow用户
提问于 2018-09-20 09:39:13
回答 1查看 89关注 0票数 0

我采取了以下步骤:

代码语言:javascript
复制
download windows binary Mercury 14.01 (Visual Studio 2013 32bit)
    (this is near the bottom of http://dl.mercurylang.org/index.html)
double click the downloaded file (it's a .exe file), it installed into 'C:\mercury-14.01-vs2013\
add 'C:\mercury-14.01-vs2013\bin' to Path
open a cmd.exe window
create file hello.m from Ralph Beckett's intro
add the hello.m file to 'C:\mercury-14.01-vs2013\bin' (illogical, Captain)
in the cmd.exe window type 'mmc --make hello'

但Windows会弹出Microsoft管理控制台的对话框。

如何在.m文件上调用墨尔本水星14编译器?之前的堆栈溢出问题是针对Merchary11.07.1的,它涉及的自述文件不在Merurital14中。

墨丘利适合我期望的跨平台工具链:

代码语言:javascript
复制
exploratory Prolog -> Mercury -> .NET -> Xamarin.Forms in Visual Studio -> all app stores

平台: Windows 10、Merchary14、Visual Studio Community 2017

EN

回答 1

Stack Overflow用户

发布于 2018-09-20 09:49:47

它在路径中的位置很重要。试一试

代码语言:javascript
复制
c:\>set path=C:\mercury-14.01-vs2013\bin;%path%

c:\>mmc
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/52416325

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档