Giter Site home page Giter Site logo

Comments (6)

Atry avatar Atry commented on June 8, 2024

It looks like you are trying to build HHVM for ARM64 target, which is not supported.

from homebrew-hhvm.

Vickershhh avatar Vickershhh commented on June 8, 2024

It looks like you are trying to build HHVM for ARM64 target, which is not supported.

Hi there,

I used following command to install and got same error:

brew tap hhvm/hhvm
brew install hhvm

If HHVM is not for ARM64 target, do I need to other command to install? Thanks

from homebrew-hhvm.

Atry avatar Atry commented on June 8, 2024

While I didn't test but some people successfully installed amd64 apps on M1 mac: https://medium.com/mkdir-awesome/how-to-install-x86-64-homebrew-packages-on-apple-m1-macbook-54ba295230f

Something like

arch -x86_64 /usr/local/homebrew/bin/brew tap hhvm/hhvm
arch -x86_64 /usr/local/homebrew/bin/brew install hhvm --force-bottle

from homebrew-hhvm.

Vickershhh avatar Vickershhh commented on June 8, 2024

While I didn't test but some people successfully installed amd64 apps on M1 mac: https://medium.com/mkdir-awesome/how-to-install-x86-64-homebrew-packages-on-apple-m1-macbook-54ba295230f

Something like

arch -x86_64 /usr/local/homebrew/bin/brew tap hhvm/hhvm
arch -x86_64 /usr/local/homebrew/bin/brew install hhvm --force-bottle

Thanks Yang. The above command works for me, and hhvm is installed in my machine. However, after installed, I still cannot use the hhvm. Do I need to do something like change Path variable for that?
Screen Shot 2022-05-07 at 10 27 30 AM

Thanks in advance!
Victor

from homebrew-hhvm.

Atry avatar Atry commented on June 8, 2024

Maybe remove --force-bottle? Without --force-bottle, it would take hours to compile.

from homebrew-hhvm.

Vickershhh avatar Vickershhh commented on June 8, 2024

Maybe remove --force-bottle? Without --force-bottle, it would take hours to compile.

Yeah it took hours to compile if I remove that command. However, I got same outcome as above... Still cannot run hhvm in my terminal.. Any other advices? Thanks.. Sorry for any inconvience..

from homebrew-hhvm.

Related Issues (20)

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.