2

我试图在 Windows 7、32 位上安装它。最后得到一个错误:

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Failed to install yi-0.7.1
cabal: Error: some packages failed to install:
yi-0.7.1 failed during the building phase. The exception was:
ExitFailure 3

我该如何安装它?也许有一些特定的依赖关系,建立在 Windows 上?例如,我只能在 0.12.4 依赖版本上构建 gtk-0.12.4。(这里描述的这个offtopic问题问题:Gtk2hs windows 7安装

完整的日志在这里: http: //pastebin.com/RdVMx9kP


****UPD****

使用阴谋集团 1.16.0。

cabal install yi -f-vty -fpango -v3 给出: http: //pastebin.com/fwFg6z4D

与阴谋集团 1.18.0.2

cabal install yi -f-vty -fpango -v3 给出: http: //pastebin.com/qnmp2Jtd

cabal install yi-0.7.0 -f-vty -fpango -v3 给出: http: //pastebin.com/tZ93aaXY

****UPD2****

cabal install yi -f-vty -f-pango -v3 给出: http: //pastebin.com/7tR9iVSf

它安装了yi...但是没有pango它可以工作吗?

4

1 回答 1

2

尝试

cabal install yi -f-vty -f-pango

看看问题是否与pango有关。

于 2014-03-24T02:43:02.930 回答