在Ubuntu 16.04上安装watchman时出错

git clone https://github.com/facebook/watchman.git cd watchman/ git checkout v4.7.0 sudo apt-get install -y autoconf automake build-essential python-dev libtool libssl-dev ./autogen.sh ./configure make sudo make install 

make步骤中,我收到以下错误,我认为这意味着我无法继续使用sudo make install

 make all-am make[1]: Entering directory '/home/jcovingt/watchman' make[1]: *** No rule to make target 'thirdparty/tap.cpp', needed by 'thirdparty/libtap_a-tap.o'. Stop. make[1]: Leaving directory '/home/jcovingt/watchman' Makefile:869: recipe for target 'all' failed make: *** [all] Error 2 

没关系,我刚刚删除了文件夹,重新克隆了,它运行得很好。 我想我在尝试安装v4.9.0时遇到了问题。 在v4.7.0上安装似乎没问题。