Erro ao instalar o watchman no Ubuntu 16.04

0
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

Na etapa make , estou recebendo o seguinte erro, o que presumo significa que não posso prosseguir com 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
    
por jerome 12.10.2017 / 20:37

1 resposta

0

Tudo bem, acabei de excluir a pasta, re-clonada e funcionou muito bem. Eu acho que eu estava correndo em problemas tentando instalar v4.9.0. Instalar na v4.7.0 parece ok.

    
por jerome 13.10.2017 / 02:40