Error when installing watchman on Ubuntu 18.10
Solution 1:
Running ./configure --without-python --without-pcre --enable-lenient
before make
will do the trick.
Running ./configure --without-python --without-pcre --enable-lenient
before make
will do the trick.