需要 Opus Make 帮助!
我收到了一个使用 Opus Make 作为构建实用程序的代码。我访问了 http://www.opussoftware.com 并发现 Opus Make 已经存在了一段时间了,但我不清楚该工具是否仍然受支持。有人对 Opus Make 了解很多吗?还支持吗?我可以在Windows XP下使用它吗?我已向该工具的供应商发送了请求,但尚未收到回复。我想知道是否需要重写 makefile...
I've received a code that uses Opus Make as a build utility. I've gone to http://www.opussoftware.com and found Opus Make has been around for a while, but it's not clear to me whether the tool is still supported. Does anyone know much about Opus Make? Is it still supported? Can I use it under Windows XP? I've sent a request to the vendor of the tool, but have yet to receive a reply. I'm wondering if I'll need to rewrite the makefile...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个在线教程 http://www.opussoftware.com/tutorial/tutorial.htm 这表明核心是正统的
make
并带有一些独特的扩展。是否需要重写 makefile 取决于其中的内容。网页上有有趣的(读作“旧的”)日期;可用的平台可追溯到大洪水之前的时代(DOS、OS/2、Win95、WinNT)。该网站仍在运行;他们可能会向您出售该软件。 NT 版本有一定的机会在 XP 上运行。
但总体而言,给人的印象是善意的忽视。我将决定使用哪种其他 make 变体,并修改 makefile 以使用它。
There's a tutorial online at http://www.opussoftware.com/tutorial/tutorial.htm that suggests that the core is orthodox
make
with some unique extensions. Whether you're going to have to rewrite your makefile depends on what is in it. The web pages have interesting (read 'old') dates on them; and the platforms available read from ante-diluvian times (DOS, OS/2, Win95, WinNT).The web-site is still up; they probably will sell you the software. There's a moderate chance the NT version will run on XP.
On the whole, though, the impression given is of benign neglect. I would decide which other variant of make I was using and modify the makefile to work with that.
Opus Make 的 Win95 版本可以在 Windows XP 下运行。它也可以在Windows 7 32位版本下运行,但不能在Windows 7 64位版本下运行。我不确定Opus Make的WinNT版本。
The Win95 version of Opus Make will run under Windows XP. It will also run under the Windows 7 32 bit version, but it will not run under Windows 7 64. I'm not sure about the WinNT version of Opus Make.