我尝试在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 installation )
完整日志位于:http://pastebin.com/RdVMx9kP
**** **** UPD
使用cabal 1.16.0。
cabal install yi -f-vty -fpango -v3
给出:http://pastebin.com/fwFg6z4D
使用cabal 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可以工作吗?
答案 0 :(得分:2)
尝试
cabal install yi -f-vty -f-pango
查看问题是否与pango有关。