こんなことでお困りの時は、お気軽に issue を作っていただければ、何かお力になれるかもしれません。
- Crystal 本体や Crystal 関連のライブラリに問題を見つけたけど、本家のリポジトリに報告すべきか悩むとき。(bugs ラベルを付ける)
- Crystal 本体や Crystal 関連のライブラリに要求したい機能があるけど、本家のリポジトリで話し合う前に意見を求めたいとき。(features ラベルを付ける)
| git clone https://github.com/uim/uim.git | |
| cd uim | |
| ./make-wc.sh --with-qt5 --with-qt5-immodule --libexecdir=/usr/lib/x86_64-linux-gnu/uim/ | |
| make | |
| sudo cp qt5/immodule/plugins/platforminputcontexts/libuimplatforminputcontextplugin.so /usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/ | |
| sudo cp qt5/candwin/uim-candwin-qt5 /usr/lib/x86_64-linux-gnu/uim/ |
| Failed to install trifecta-1.5 | |
| Build log ( /Users/karlnilsson/.cabal/logs/trifecta-1.5.log ): | |
| [1 of 1] Compiling Main ( /var/folders/0_/18mv6y610d39ql2lyl5gtr_80000gn/T/trifecta-1.5-12709/trifecta-1.5/dist/setup/setup.hs, /var/folders/0_/18mv6y610d39ql2lyl5gtr_80000gn/T/trifecta-1.5-12709/trifecta-1.5/dist/setup/Main.o ) | |
| Linking /var/folders/0_/18mv6y610d39ql2lyl5gtr_80000gn/T/trifecta-1.5-12709/trifecta-1.5/dist/setup/setup ... | |
| Configuring trifecta-1.5... | |
| Building trifecta-1.5... | |
| Preprocessing library trifecta-1.5... | |
| [ 1 of 13] Compiling Text.Trifecta.Util.Array ( src/Text/Trifecta/Util/Array.hs, dist/build/Text/Trifecta/Util/Array.o ) | |
| [ 2 of 13] Compiling Text.Trifecta.Util.Combinators ( src/Text/Trifecta/Util/Combinators.hs, dist/build/Text/Trifecta/Util/Combinators.o ) | |
| [ 3 of 13] Compiling Text.Trifecta.Util.IntervalMap ( src/Text/Trifecta/Util/IntervalMap.hs, dist/build/Text/Trifecta/Util/IntervalMap.o ) |
| --- tool/rbinstall.rb 2015-03-07 21:59:28.834830008 +1000 | |
| +++ tool/rbinstall.rb.patch 2015-03-07 21:59:43.202830008 +1000 | |
| @@ -711,7 +711,7 @@ | |
| install?(:ext, :comm, :gem) do | |
| begin | |
| require "zlib" | |
| - rescue LoadErroe | |
| + rescue LoadError | |
| end | |
| if defined?(Zlib) |
| #!/bin/sh | |
| # | |
| # Creates an installable package containing H.264 and MP3 support | |
| # libraries for Opera on Linux | |
| # | |
| # Note: You will need a suitable development environment to run this | |
| # script successfully. Make sure the following is installed before | |
| # proceeding: | |
| # | |
| # * autoconf |