在 Windows 上使用 c2hs
我正在尝试在 Windows 上使用 libxml-enumerator 包,它(最终)需要使用 c2hs。当尝试构建相关包时,我从 c2hs 收到看似臭名昭著的“不存在”错误。这似乎与没有安装 GCC 有关,但这似乎是一个奇怪的列表,因为我已将 Haskell 的 gcc.exe 副本添加到我的路径中。
有谁知道如何打败这个错误?
I'm trying to use the libxml-enumerator package on Windows, which (ultimately) needs to use c2hs. When trying to build the relevant package, I get the seemingly infamous "does not exist" error from c2hs. This seems to be related to not having GCC installed, but this seems a list strange, since I've added Haskell's copy of gcc.exe to my path.
Does anyone know how to defeat this bug?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,答案是自行安装 MinGW,而不是依赖 GHC 附带的 MinGW。希望这对将来的人有帮助。
Turns out the answer is to install MinGW by itself and not rely on the MinGW included with GHC. Hope this helps someone in the future.