私はreactive-banana
をクローン化し、reactive-banana-wx
例を作成してみました:「スタックビルド」だけでreactive-banana-wxをコンパイルできますか?
git clone http://github.com/HeinrichApfelmus/reactive-banana.git
cd reactive-banana/reactive-banana-wx
stack build
あり、そのディレクトリ内stack.yaml
であり、それはいくつかのパッケージを取得していますが、このエラーで停止:
Progress: 16/20
-- While building package wxc-0.92.2.0 using:
[snip]
Process exited with code: ExitFailure 1
Logs have been written to: /home/kostmo/github/reactive-banana/reactive-banana-wx/.stack-work/logs/wxc-0.92.2.0.log
[1 of 1] Compiling Main (/tmp/stack5908/wxc-0.92.2.0/Setup.hs, /tmp/stack5908/wxc-0.92.2.0/.stack-work/dist/x86_64-linux/Cabal-1.22.5.0/setup/Main.o)
Linking /tmp/stack5908/wxc-0.92.2.0/.stack-work/dist/x86_64-linux/Cabal-1.22.5.0/setup/setup ...
Error: wx-config not found, please install wx-config before installing wxc
がありますstack build
を実行する前に実行する必要がある他のステップ?
This userに関連する問題があるようです。