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

HHVM doesn't compile #9

Closed
justinhj opened this issue Dec 20, 2013 · 1 comment
Closed

HHVM doesn't compile #9

justinhj opened this issue Dec 20, 2013 · 1 comment

Comments

@justinhj
Copy link

HHVM fails to compile

I am at commit d5dcd18

Everything went smoothly after vagrant up except that hhvm was not running. When I followed the instructions in the readme to compile it, it tried build but failed 53% in as follows:

[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/xbm.cpp.o
/root/dev/hhvm/hphp/runtime/ext/gd/libgd/gdft.cpp:64:38: fatal error: freetype/config/ftheader.h: No such file or directory
compilation terminated.
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gd_gif_in.cpp.o
[ 53%] Building CXX object hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gdkanji.cpp.o
make[2]: *** [hphp/runtime/CMakeFiles/hphp_runtime_static.dir/ext/gd/libgd/gdft.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [hphp/runtime/CMakeFiles/hphp_runtime_static.dir/all] Error 2
make: *** [all] Error 2

@javer
Copy link
Owner

javer commented Dec 20, 2013

Thanks for reporting this! Fixed in facebook/hhvm@c3bd6fa

@javer javer closed this as completed Dec 20, 2013
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