Сбой wxHaskell, потому что это зависит от wx_macu-2.8 - PullRequest
2 голосов
/ 05 сентября 2010

Я устанавливаю wxWidgets с macports, затем запускаю команду: sudo cabal install wx, вывод которой включает:

/bin/sh: wxdirect: command not found
/bin/sh: wxdirect: command not found
/bin/sh: wxdirect: command not found
/bin/sh: wxdirect: command not found
Configuring wxcore-0.12.1.6...
setup: Missing dependency on a foreign library:
* Missing C library: wx_macu-2.8
This problem can usually be solved by installing the system package that
provides this library (you may need the "-dev" version). If the library is
already installed but in a non-standard location then you can use the flags
--extra-include-dirs= and --extra-lib-dirs= to specify where it is.
cabal: Error: some packages failed to install:
wx-0.12.1.6 depends on wxcore-0.12.1.6 which failed to install.
wxcore-0.12.1.6 failed during the configure step. The exception was:
ExitFailure 1

При использовании этой команды я получил ту же ошибку: sudo cabal install wx --extra-include-dirs=/opt/local --extra-lib-dirs=/opt/local.Как я могу установить wx_macu-2.8 или сделать то, что мне нужно, чтобы решить эту проблему?

1 Ответ

4 голосов
/ 06 сентября 2010

Это говорит о том, что вам не хватает библиотеки C, а не библиотеки Haskell.Cabal не может устанавливать произвольные библиотеки C

Проверьте менеджер пакетов для своего дистрибутива, чтобы убедиться, что у вас есть все, что связано с wxWidgets-2.8, включая любые пакеты для разработчиков.

...