Error "`aclocal-1.10' is missing on your system." when making mecab-ch

Asked 2 years ago, Updated 2 years ago, 124 views

I have already installed mecab-0.996 (for Japanese), but I would like to install mecab-ch (for Chinese).

If anyone knows how to install it, I would appreciate it if you could let me know.
I installed it according to the installation document below, but it doesn't work.

 1.`cd' to the directory containing the package's source code and type
 `./configure' to configure the package for your system.If you're
 using `csh' on an old version of System V, you need to type
 `sh./configure' install to preempt `csh' from trying to execute
 `configure' itself.

 Running `configure' takes while. While running, it prints some
 messages telling which features it is checking for.
2. Type `make' to compile the package.

3. Optionally, type `make check' to run any self-tests that come with
 The package.

4. Type `make install' to install the programs and any data files and
documentation.

Make Display Error Contents

[[email protected]]#make
cd.&/bin/sh/root/desktop/mecab-naist-cdic-1.1.1-20120823/missing --run local-1.10 
/root/desktop/mecab-naist-cdic-1.1.1-20120823/missing:line 52:aclocal-1.10:command not found
WARNING: `aclocal-1.10' is missing on your system. You should only need it if
     you modified `acinclude.m4' or `configure.in'. You right want
     to install the `Automake' and `Perl' packages.Grab them from
     any GNU archive site.
cd.&/bin/sh/root/desktop/mecab-naist-cdic-1.1.1-20120823/missing --run automake-1.10--gnu 
/root/desktop/mecab-naist-cdic-1.1.1-20120823/missing:line 52:automake-1.10:command not found
WARNING: `automake-1.10' is missing on your system. You should only need it if
     You modified `Makefile.am', `acinclude.m4' or `configure.in'.
     You might want to install the `Automake' and `Perl' packages.
     Grab them from any GNU archive site.
cd.&/bin/sh/root/desktop/mecab-naist-cdic-1.1.1-20120823/missing --run autoconf
/root/desktop/mecab-naist-cdic-1.1.1-20120823/missing:line 52:autoconf:command not found
WARNING: `autoconf' is missing on your system. You should only need it if
     You modified `configure.in'. You might want to install the
     `Autoconf' and `GNU m4' packages.Grab them from any GNU
     archive site
/bin/sh./config.status --check
running CONFIG_SHELL=/bin/sh/bin/sh./configure --no-create --no-recursion
checking for a BSD-compatible install.../usr/bin/install-c
checking which build environment is sane...yes
checking for a thread-safe mkdir-p.../usr/bin/mkdir-p
checking for gawk...gawk
checking which make sets $(MAKE)...yes
checking for a BSD-compatible install.../usr/bin/install-c
checking for mecab-config.../usr/bin/mecab-config
configure —creating./config.status
/bin/sh./config.status
config.status:creating Makefile
make: There is nothing to do for `all'

Show make install

[[email protected]]#make install
make[1]—Enters directory `/root/desktop/mecab-naist-cdic-1.1.1-20120823'
make[1]: There is nothing to do for `install-exec-am'.
test-z"/usr/lib64/mecab/dic/naist-cdic"||/usr/bin/mkdir-p"/usr/lib64/mecab/dic/naist-cdic"
/usr/bin/install-c-m644'matrix.bin'/usr/lib64/mecab/dic/naist-cdic/matrix.bin'
/usr/bin/install-c-m644'char.bin'/usr/lib64/mecab/dic/naist-cdic/char.bin'
/usr/bin/install-c-m644'sys.dic'/usr/lib64/mecab/dic/naist-cdic/sys.dic'
/usr/bin/install-c-m644'unk.dic'/usr/lib64/mecab/dic/naist-cdic/unk.dic'
/usr/bin/install-c-m644'left-id.def'/usr/lib64/mecab/dic/naist-cdic/left-id.def'
/usr/bin/install-c-m644'right-id.def'/usr/lib64/mecab/dic/naist-cdic/right-id.def'
/usr/bin/install-c-m644'rewrite.def'/usr/lib64/mecab/dic/naist-cdic/rewrite.def'
/usr/bin/install-c-m644'pos-id.def'/usr/lib64/mecab/dic/naist-cdic/pos-id.def'
/usr/bin/install-c-m644'dicrc'/usr/lib64/mecab/dic/naist-cdic/dicrc'
make[1]—Out of directory `/root/desktop/mecab-naist-cdic-1.1.1-20120823'

About mecab files

makefile

2022-09-30 20:11

1 Answers

WARNING: aclocal-1.10' is missing on your system.You should only need it if you modifiedacinclude.m4' or configure.in'.You right want to install theAutomake' and `Perl' packages.Grab the from any GNU archive.

If you see the message, you must install automake.
See here for installation instructions for automake.


2022-09-30 20:11

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.