You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same problem here. My target destination is a freebsd, but...
$ gcc --version
gcc (FreeBSD Ports Collection) 4.8.5
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ make --version
usage: make [-BeikNnqrstWwX]
[-C directory] [-D variable] [-d flags] [-f makefile]
[-I directory] [-J private] [-j max_jobs] [-m directory] [-T file]
[-V variable] [variable=value] [target ...]
Failed to connect to xxx.xxx.xxx.61: ssh: must specify HostKeyCallback
Stopping all subprocesses...
[localhost] A dependency appear to be missing on localhost: build-essential
[localhost] I think we might be able to install it by running this command:
[localhost] $ brew install build-essential
[localhost] Would you like gut-sync to try to install it [Y/n]? | Exiting.
I get the following error when running
gut
:Looking through the code, this means either
gcc
ormake
is missing. I have both:Am I missing something?
The text was updated successfully, but these errors were encountered: