无法编译clippy(swf剪贴板实用程序)
我在使用此处的说明编译 Clippy 时遇到问题: https://github.com/ mojombo/clippy/blob/master/README.md
我已经下载了 Clippy 并尝试在 Mac、Linux 和 Windows 上进行编译,并且不断得到相同的结果: swf 编译时没有明显错误,但是当我尝试时在我的网页中加载 Clippy.swf 它没有响应。我已经尝试过其他人已经完成的自定义构建,并且效果很好 - 只是在一个无用的结果中构建了我自己的结果。 (是的,我确实安装了 haxe 和 swifmill)。我唯一能想到的可能是最新版本的 swifmill 或 haxe 导致了这个问题。
任何想法将不胜感激!
I am having trouble compiling clippy using the instructions here: https://github.com/mojombo/clippy/blob/master/README.md
I've downloaded clippy and have tried compiling on Mac, Linux, and Windows and I keep getting the same result: The swf compiles with no apparent errors but when I try to load the clippy.swf in my webpage it is unresponsive. I've tried custom builds that others have done and it works fine - just building my own results in a dud. (and yes I do have haxe and swifmill installed). The only thing I can think of is perhaps the latest version of swifmill or haxe is causing the issue.
Any thoughts would be greatly appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据提交日期和 haxe 新闻,Haxe 2.02 是最新的当时的版本。
有一个拉取请求更新较新的 swfmill/haxe 版本 你可以尝试一下。另外看看其他一些分叉,有几个声称可以与较新的 haxe 配合使用版本,例如这个。
不管怎样,除了创建一个调用它的按钮之外,我不知道这个小部件在做什么,
如果没有一个分叉应该工作,那么为最新的 haxe 版本重新创建它应该不难。
According to the commit date and the haxe news, Haxe 2.02 was the latest version at that time.
There is a pull request Updating for newer swfmill/haxe versions which you could try. Also take a look at some of the other forks, there are several claiming to work with newer haxe versions, like this one for example.
Anyway, I don't see what this widget is doing other than creating a button which calls
It shouldn't be to hard to recreate this for the latest haxe version, if none of the forks should work.