0

Ubuntu ディストリビューション 17.10 に WordNet (現在のバージョン 3.0) をインストールして使用する必要があります。すべての依存関係 (tcl/tk) をインストールしました。開発者の指示に従って、通常どおりに実行します。 ./configure make make install

処理する。

パッケージを解凍し、ディレクトリ内で と入力./configure.shすると、エラーなしで動作します。

WordNet is now configured Installation directory: /usr/local/WordNet-3.0

今実行すると、次のようmakeになります。

compilation terminated.
Makefile:267: recipe for target 'libWN_a-binsrch.o' failed
make[3]: *** [libWN_a-binsrch.o] Error 1
make[3]: Leaving directory '/home/user/WordNet/WordNet-3.0/lib'
Makefile:372: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/user/WordNet/WordNet-3.0/lib'
Makefile:218: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/user/WordNet/WordNet-3.0'
Makefile:156: recipe for target 'all' failed
make: *** [all] Error 2

実行する と、次のようsudo make になります。

compilation terminated.
Makefile:273: recipe for target 'wishwn-tkAppInit.o' failed
make[2]: *** [wishwn-tkAppInit.o] Error 1
make[2]: Leaving directory '/home/user/WordNet/WordNet-3.0/src'
Makefile:218: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/user/WordNet/WordNet-3.0'
Makefile:156: recipe for target 'all' failed
make: *** [all] Error 2

make( after と ever after をもう一度入力すると、同じエラーが発生しますsudo make)。

プログラムの配布された README および INSTALL テキストには、関連する情報が見つかりませんでした。

洞察はありますか?

ありがとう!

4

1 に答える 1