Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various problems building hphp #36

Closed
chrisgraham opened this issue Feb 22, 2010 · 1 comment
Closed

Various problems building hphp #36

chrisgraham opened this issue Feb 22, 2010 · 1 comment

Comments

@chrisgraham
Copy link

I had various problems building hphp, relating to the patched libraries. This is likely related to me building on the latest Kubuntu rather than Fedora.
The gist of all the problems was that the make system was finding includes and libraries from my main system's lib/include dirs rather than from the hiphop directory where I had compiled it all (I followed the Ubuntu instructions on the Wiki).
I ended up fudging it by copying the new ones over my system's ones.

I'm not sure if this is a problem with the Ubuntu build instructions, or a problem with how the make system is searching for dependencies.

@scottmac
Copy link
Contributor

If you set CMAKE_PREFIX_PATH to where it should search first, then clear CMakeCache.txt and try again it works.

In my case I use
export CMAKE_PREFIX_PATH=/home/macvicar/hiphop

in there I have lib + include folders

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants