使所有递归
make [1]:输入目录/home/sourabh/prozilla-2.0.4'
Making all in intl
make[2]: Entering directory
/ home / sourabh / prozilla-2.0.4 / intl'
make [2]:all'.
make[2]: Leaving directory
/ home / sourabh / prozilla-2.0.4 / intl'没什么可做的
全力以赴
make [2]:进入目录/home/sourabh/prozilla-2.0.4/po'
make[2]: Leaving directory
/ home / sourabh / prozilla-2.0.4 / po'
在libprozilla中制作所有内容
make [2]:需要输入目录/home/sourabh/prozilla-2.0.4/libprozilla'
cd . && /home/sourabh/prozilla-2.0.4/libprozilla/missing automake-1.4 --gnu Makefile
WARNING:
automake-1.4',你似乎没有把它放在你的手上
系统。您可能已经修改了一些文件而没有
适当的工具进一步处理它们。检查README' file,
it often tells you about the needed prerequirements for installing
this package. You may also peek at any GNU archive site, in case
some other package would contain this missing
automake-1.4'程序。
make [2]: * [Makefile.in]错误1
make [2]:离开目录/home/sourabh/prozilla-2.0.4/libprozilla'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
/ home / sourabh / prozilla-2.0.4'
make:* [all]错误2
答案 0 :(得分:2)
因为它期待automake1.4。所以我们需要安装automake-1.4,
按照以下步骤修复错误
$ wget http://dk.archive.ubuntu.com/ubuntu/pool/main/a/automake/automake1.4_1.4-p6-13.1_all.deb
$ sudo dpkg -i automake1.4_1.4-p6-13.1_all.deb
$ sudo update-alternatives --config automake
备用automake有两种选择(提供/ usr / bin / automake)。
按Enter键保留当前选项[*]或类型选择号:2
更新替代方案:使用/usr/bin/automake-1.4以手动模式提供/ usr / bin / automake(automake)
选择1.4
然后进行配置和其他步骤。