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

hiphop-php isn't compile on ubuntu 9.10 #47

Closed
nadavvin opened this issue Feb 25, 2010 · 2 comments
Closed

hiphop-php isn't compile on ubuntu 9.10 #47

nadavvin opened this issue Feb 25, 2010 · 2 comments

Comments

@nadavvin
Copy link

[ 16%] Building C object src/third_party/libafdt/CMakeFiles/afdt.dir/src/async.c.o
Linking C static library ../../../bin/libafdt.a
[ 16%] Built target afdt
[ 17%] Building CXX object src/CMakeFiles/hphp_runtime_static.dir/cpp/base/string_offset.cpp.o
In file included from /media/data/hiphop/hiphop-php/src/cpp/base/zend/zend_functions.h:22,
from /media/data/hiphop/hiphop-php/src/cpp/base/type_string.h:23,
from /media/data/hiphop/hiphop-php/src/cpp/base/string_offset.cpp:18:
/media/data/hiphop/hiphop-php/src/util/hash.h:53: warning: integer constant is too large for ‘long’ type
/media/data/hiphop/hiphop-php/src/util/hash.h:89: warning: integer constant is too large for ‘long’ type
/media/data/hiphop/hiphop-php/src/util/hash.h:93: warning: integer constant is too large for ‘long’ type
/media/data/hiphop/hiphop-php/src/util/hash.h:103: warning: integer constant is too large for ‘long’ type
/media/data/hiphop/hiphop-php/src/util/hash.h:130: warning: integer constant is too large for ‘long’ type
/media/data/hiphop/hiphop-php/src/util/hash.h:307: warning: integer constant is too large for ‘long’ type
In file included from /media/data/hiphop/hiphop-php/src/cpp/base/zend/zend_string.h:22,
from /media/data/hiphop/hiphop-php/src/cpp/base/type_string.h:24,
from /media/data/hiphop/hiphop-php/src/cpp/base/string_offset.cpp:18:
/media/data/hiphop/hiphop-php/src/cpp/base/type_variant.h:95: error: ‘HPHP::Variant::Variant(ssize_t)’ cannot be overloaded
/media/data/hiphop/hiphop-php/src/cpp/base/type_variant.h:92: error: with ‘HPHP::Variant::Variant(int)’
make[2]: *** [src/CMakeFiles/hphp_runtime_static.dir/cpp/base/string_offset.cpp.o] 1 הלקת
make[1]: *** [src/CMakeFiles/hphp_runtime_static.dir/all] 2 הלקת
make: *** [all] 2 הלקת

@carsonmcdonald
Copy link
Contributor

It looks like you are trying to compile on a 32 bit machine. There is only support for 64 bit machines unless you use a branch that has been modified for 32 bit support.

@scottmac
Copy link
Contributor

scottmac commented Mar 4, 2010

Added an error message in e9b3166 for hose attempting to build on 32-bit machines for now.

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

3 participants