machine-drivers / docker-machine-driver-xhyve

docker-machine/minikube/minishift driver plugin for xhyve/hyperkit (native macOS hypervisor.framework)
https://godoc.org/github.com/machine-drivers/docker-machine-driver-xhyve
BSD 3-Clause "New" or "Revised" License
889 stars 73 forks source link

go build is broken #115

Closed FiloSottile closed 7 years ago

FiloSottile commented 8 years ago
# github.com/zchee/docker-machine-driver-xhyve/vendor/github.com/hooklift/xhyve
vendor/github.com/hooklift/xhyve/pci_virtio_9p.c:49:10: fatal error: 'lib9p.h' file
      not found

However, make works.

ain commented 8 years ago

Reproduced.

$ go version
go version go1.6.2 darwin/amd64
huguesalary commented 8 years ago

If you're blocked by this, know that using the provided Makefile works.

Strech commented 8 years ago

@FiloSottile @ain This is a fix of a brew recipe https://github.com/Homebrew/legacy-homebrew/pull/49467 still not merged 😭

zchee commented 7 years ago

@FiloSottile Sorry, this project needs C build for lib9p. Not support go gettable.