Code Monkey home page Code Monkey logo

Comments (5)

daver234 avatar daver234 commented on June 13, 2024

FYI I did the same install steps but found errors. My work around was to download again into a new folder, twice, and the third time after the install it worked.

from standardcyborgsdk.

martintseng avatar martintseng commented on June 13, 2024

FYI I did the same install steps but found errors. My work around was to download again into a new folder, twice, and the third time after the install it worked.

well, it did fix more of the errors. Only one error that I can't fix:
image

Just out of curiosity, what exactly do you mean by download into a folder, twice, and third time?

from standardcyborgsdk.

daver234 avatar daver234 commented on June 13, 2024

I meant just new installs in different folders rather than re-install into the same folder. I did three separate downloads and the third worked for some reason. The other two it wasn't installing all the large files, I assume.

from standardcyborgsdk.

martintseng avatar martintseng commented on June 13, 2024

Someone helped me and it worked! Here is what worked for me as well:

Since xCode couldn't find compiler cache at the specific place (see logs: ..../DependenciesSupport/ccache-clang: line 7: /opt/homebrew/bin/ccache: No such file or directory), do that yourself. In terminal run
"command -v ccache", so you'll get the actual path it was installed at. In my case it is - "/usr/local/bin/ccache"

Go to the /DependenciesSupport/, then open "ccache-lang" with text editor and change the path at the latest line
"exec /opt/homebrew/bin/ccache clang "$@"" to "exec /usr/local/bin/ccache clang "$@""

Repeat step 2 for "ccache-clang++" file

Try to build again - it helped me.

from standardcyborgsdk.

aaptho avatar aaptho commented on June 13, 2024

Looks like Homebrew installs binaries to different paths depending on whether you’re on an M1 Mac vs on Intel. I just pushed a fix that will make it look in both places, and fall back to plain old clang if neither is found.

from standardcyborgsdk.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.