今までやったこと
- Cygwinのインストール参考1 参考2
- Mecabインストール(exeを実行)
- CaboChaインストール(exeを実行)
- 公式と参考サイトを参考に./configureコマンドをCygwinで実行
失敗
$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/cygdrive/d/PythonScript/GinzaTest/dic/zunda-release-1.6/missing: Unknown--is-> lightweight' option Try
/cygdrive/d/PythonScript/GinzaTest/dic/zunda-release-1.6/missing --help' > > for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether make supports nested variables... no
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... none
checking dependency style of g++... none
checking for ranlib... ranlib
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for size_t... yes
checking for error_at_line... yes
checking how to run the C++ preprocessor... g++ -E
checking iostream usability... yes
checking iostream presence... yes
checking for iostream... yes
checking fstream usability... yes
checking fstream presence... yes
checking for fstream... yes
checking cstdlib usability... yes
checking cstdlib presence... yes
checking for cstdlib... yes
checking vector usability... yes
checking vector presence... yes
checking for vector... yes
checking sstream usability... yes
checking sstream presence... yes
checking for sstream... yes
checking string usability... yes
checking string presence... yes
checking for string... yes
checking iomanip usability... yes
checking iomanip presence... yes
checking for iomanip... yes
checking cabocha.h usability... no
checking cabocha.h presence... no
checking for cabocha.h... no
configure: error: cabocha.h not found
CaboCha.hのPathをコマンドオプションでつけて実行->失敗
$ ./configure --with-cabocha c:/Program\ Files/CaboCha/sdk
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: c:/Program Files/CaboCha/sdk
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/cygdrive/d/PythonScript/GinzaTest/dic/zunda-release-1.6/missing: Unknown --is-lightweight' option Try
/cygdrive/d/PythonScript/GinzaTest/dic/zunda-release-1.6/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether make supports nested variables... no
checking for c:/Program... no
checking for c:/Program... no
checking for c:/Program... no
checking for c:/Program... no
checking for c:/Program... no
checking for c:/Program... no
checking for c:/Program... no
checking for c:/Program... no
checking for c:/Program... no
checking for c:/Program... no
checking for c:/Program... no
checking for c:/Program... no
checking for c:/Program... no
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... none
checking dependency style of g++... none
checking for c:/Program... no
checking for ranlib... ranlib
checking for c:/Program... no
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for size_t... yes
checking for error_at_line... yes
checking how to run the C++ preprocessor... g++ -E
checking iostream usability... yes
checking iostream presence... yes
checking for iostream... yes
checking fstream usability... yes
checking fstream presence... yes
checking for fstream... yes
checking cstdlib usability... yes
checking cstdlib presence... yes
checking for cstdlib... yes
checking vector usability... yes
checking vector presence... yes
checking for vector... yes
checking sstream usability... yes
checking sstream presence... yes
checking for sstream... yes
checking string usability... yes
checking string presence... yes
checking for string... yes
checking iomanip usability... yes
checking iomanip presence... yes
checking for iomanip... yes
checking cabocha.h usability... no
checking cabocha.h presence... no
checking for cabocha.h... no
configure: error: cabocha.h not found
エラーについても調べてみたのですが
結局何をどうすればいいのかわからず困っています
エラーについて
アドバイスお願いします
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/04/05 11:51