我想安装privman
从GitHub。
./autogen.sh
当我在和之后运行 make 命令时./configure
,它显示:
make all-recursive
make[1]: Entering directory `/home/syam/Downloads/privman-master'
Making all in config
make[2]: Entering directory `/home/syam/Downloads/privman-master/config'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/syam/Downloads/privman-master/config'
Making all in src
make[2]: Entering directory `/home/syam/Downloads/privman-master/src'
make[2]: *** No rule to make target `config_parse.h', needed by `all'. Stop.
make[2]: Leaving directory `/home/syam/Downloads/privman-master/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/syam/Downloads/privman-master'
make: *** [all] Error 2
答案1
你需要跑
./autogen.sh
首先创建./configure
脚本。