GithubHelp home page GithubHelp logo

Comments (5)

carsonmcdonald avatar carsonmcdonald commented on April 25, 2024

It doesn't get copied anywhere after the compile. If you take a look at the running examples wiki page (http://wiki.github.com/facebook/hiphop-php/running-hiphop) you will see things like this:

$HPHP_HOME/src/hphp/hphp --input-list=files.list -k 1 --log=3 --force=1 --cluster-count=50

It works all the same though, just make sure to export the two paths as describe at the top of that document.

from hhvm.

dwmcqueen avatar dwmcqueen commented on April 25, 2024

Ahh, yes, it works (well, sort of) now. The wiki made it seem otherwise in the top.

from hhvm.

dodgex avatar dodgex commented on April 25, 2024

i added this to my .bash_profile just for lazyness

export CMAKE_PREFIX_PATH=/home/dodge/hiphop
export HPHP_HOME=/home/dodge/hiphop/hiphop-php
export HPHP_LIB=/home/dodge/hiphop/hiphop-php/bin
alias hphp='$HPHP_HOME/src/hphp/hphp'
alias hphpi='$HPHP_HOME/src/hphpi/hphpi'

this allows to simply run
hphp --input-list=files.list -k 1 --log=3 --force=1 --cluster-count=50
from everywhere you want :)

from hhvm.

dwmcqueen avatar dwmcqueen commented on April 25, 2024

I still get an issue with libevent (see the other issue I posted) that causes a segmentation fault. My libevent says it is not found, even though it is there.

from hhvm.

scottmac avatar scottmac commented on April 25, 2024

I'll direct you to the mailing list rather than issue, my guess is that you forgot to set the CMAKE_PREFIX_PATH as appropriate in the new shell.

from 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.