I'm trying to install xake by following the instructions here: https://ximera.osu.edu/introduction/gettingStarted/installingLocallyMac/installingLocally
I had issues installing Go with the options using:
brew install go --cross-compile-common
in the terminal, so, instead, I did
brew install go
and then go installed. Now when trying
brew install ximeraproject/xake/xake
I get an error. Here is the terminal's output in full
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
gcsfuse kubeprod mmark prometheus rex
==> Installing xake from ximeraproject/xake
==> Downloading https://github.com/XimeraProject/xake/archive/v0.9.3.tar.gz
Already downloaded: /Users/jamesbarnes/Library/Caches/Homebrew/downloads/85a614f2c13093488dc5c970f200d5e258c0ba0bbc999424530d7bec77a9209e--xake-0.9.3.tar.gz
==> go get -d github.com/libgit2/git2go
==> git submodule update --init
==> make install-static
Last 15 lines from /Users/jamesbarnes/Library/Logs/Homebrew/xake/03.make:
2020-01-06 12:20:16 -0500
make
install-static
./script/build-libgit2-static.sh
++ cd ./script/build-libgit2-static.sh/../..
./script/build-libgit2-static.sh: line 5: cd: ./script/build-libgit2-static.sh/../..: Not a directory
+ ROOT=
make: *** [build-libgit2] Error 1
If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/ximeraproject/homebrew-xake/issues```
I'm trying to install xake by following the instructions here: https://ximera.osu.edu/introduction/gettingStarted/installingLocallyMac/installingLocally
I had issues installing Go with the options using:
brew install go --cross-compile-commonin the terminal, so, instead, I did
brew install goand then go installed. Now when trying
brew install ximeraproject/xake/xakeI get an error. Here is the terminal's output in full