I get the following error when running gut:
[localhost] A dependency appear to be missing on localhost: build-essential
Looking through the code, this means either gcc or make is missing. I have both:
$ gcc --version
gcc-5 (Homebrew gcc 5.2.0 --without-multilib) 5.2.0
$ make --version
GNU Make 3.81
Am I missing something?
I get the following error when running
gut:Looking through the code, this means either
gccormakeis missing. I have both:Am I missing something?