gpt4 book ai didi

ubuntu - 在 Ubuntu 14.04.5 中使用 cabal 时,如何在 Haskell 中安装分析库?

转载 作者:行者123 更新时间:2023-12-04 18:37:48 26 4
gpt4 key购买 nike

我有一个 Haskell 项目,我想在抛出异常时为其获取堆栈跟踪。我正在使用 GHC 8.0.2 和模块 Graphics.UI.GLUT ,其中 GLUT 的版本是 2.7.0.11。

我已经使用 cabal 安装了模块。

This page from the official website建议我使用 -prof 进行编译旗帜。但是,我收到以下错误

 Failed to load interface for ‘Graphics.UI.GLUT’
Perhaps you haven't installed the profiling libraries for package ‘GLUT-2.7.0.11’?
Use -v to see a list of the files searched for.

我正在使用 Ubuntu 14.04.5 LTS。使用 this link ,我决定跑
sudo apt-get install libghc-glut-prof

然而,这并没有解决问题。我该如何解决这个问题?

谢谢你。

最佳答案

运行

sudo apt-get install libghc-glut-prof

如果您确实使用 Debian 软件包来获取 Graphics.UI.GLUT,这是正确的做法.

如果您安装了 glutcabal 打包你自己,例如和
cabal install glut

或其他一些可以引入 glut 的包,然后你可以运行
cabal install --enable-library-profiling --force-reinstall glut

(或您安装的任何其他包含 glut 的软件包)在启用分析的情况下进行重建。

这些都不是 glut 所特有的。 .

关于ubuntu - 在 Ubuntu 14.04.5 中使用 cabal 时,如何在 Haskell 中安装分析库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43413820/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com