无法使用 runghc 创建 scion_server
我下载了 scion cabal 并尝试创建 scion_server
我运行了所有 runghc 设置(配置/构建/安装)
Haskell 库已安装,但 scion_server 不在 ~/.cabal/bin 中
我必须使用 - -user 配置,这样我就可以将其安装在我的帐户上。
有什么想法吗?
I downloaded the scion cabal and am attempting to created scion_server
I ran all of the runghc Setup (configure/build/install)
The Haskell libraries are installed, but the scion_server is not in the ~/.cabal/bin
I have to use a --user on configure so I can install it on just my account.
Any thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试使用 GHC 取消注册 scion 软件包,然后重新安装。 (这通常可以为我解决此类问题。)
请注意,正确目录中的
cabal install
与“configure --user/build/install”相同。Try unregistering the scion package with GHC and reinstalling it again. (That usually fixes these kinds of issues for me.)
Note that
cabal install
in the proper directory is the same as "configure --user/build/install".我在进行详细配置时发现了问题。
服务器选项默认设置为 False。
当我这样做时,
我能够获取服务器文件
I found the problem when doing a verbose on configure.
The server option by default was set to False.
When I did
I was able to get the server file