machyve / xhyve

xhyve, a lightweight OS X virtualization solution
Other
6.44k stars 354 forks source link

Make it compile on Mojave #149

Closed akram closed 5 years ago

jeremyhu commented 5 years ago

It is building fine for me. What is your compiler, and can you show the build failure log?

dinamic commented 5 years ago

I had the same error popping up when installing from homebrew. I think I tried installing it either via brew install -s xhyve or brew install --HEAD xhyve. I can't reproduce it no more.

There's also this one, not sure if its related.

~$ brew install --HEAD xhyve
==> Cloning https://github.com/machyve/xhyve.git
Updating /Users/nikola/Library/Caches/Homebrew/xhyve--git
==> Checking out branch master
Already on 'master'
Your branch is up to date with 'origin/master'.
HEAD is now at e73e4f1 Merge pull request #119 from zchee/kexec-ramdisk_start
==> make
Error: An exception occurred within a child process:
  Errno::ENOENT: No such file or directory - xhyverun.sh

Pulling from the repo and doing xcodebuild works fine. I think this is the wrong repo to fill these issues to - they should rather go to the homebrew formula.

jeremyhu commented 5 years ago

Ok, thanks for confirming. Please open a new ticket if there ends up being something that needs to be addressed (and be sure to include the full build log).