LoginSignup
0
0

More than 5 years have passed since last update.

vagrantでCaboCha

Posted at

環境

Windows8.1
vagrant 1.8.1
ubuntu/trusty64

CaboChaのインストール

./configure はうまくいったあとのmakeでこんなエラーが…

% make
make  all-recursive
make[1]: ディレクトリ `/home/vagrant/cabocha-0.69' に入ります
Making all in src
make[2]: ディレクトリ `/home/vagrant/cabocha-0.69/src' に入ります
make[2]: `all' に対して行うべき事はありません.
make[2]: ディレクトリ `/home/vagrant/cabocha-0.69/src' から出ます
Making all in model
make[2]: ディレクトリ `/home/vagrant/cabocha-0.69/model' に入ります
../src/cabocha-model-index -f UTF8 -t UTF8 dep.ipa.txt dep.ipa.model
emitting dic    : 100% |###########################################|
make[2]: *** [dep.ipa.model] 強制終了
make[2]: ディレクトリ `/home/vagrant/cabocha-0.69/model' から出ます
make[1]: *** [all-recursive] エラー 1
make[1]: ディレクトリ `/home/vagrant/cabocha-0.69' から出ます
make: *** [all] エラー 2

解決方法

vagrantのメモリの割当を512MBから1024MBに変更する。

最後に

下記のリンクとほぼ同じ内容ですが、エラーが違ったので上げときました。
http://qiita.com/ariarijp/items/d3c329eedabdc327df83

この方のおかげで問題に気づけた!!ほんとうに助かりました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0