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

Compile error Ubuntu 9.10 #41

Closed
dwmcqueen opened this issue Feb 23, 2010 · 3 comments
Closed

Compile error Ubuntu 9.10 #41

dwmcqueen opened this issue Feb 23, 2010 · 3 comments

Comments

@dwmcqueen
Copy link

With recent code from git:

[ 17%] Building CXX object src/CMakeFiles/hphp_runtime_static.dir/cpp/base/file/pipe.cpp.o
In file included from /root/hiphop/hiphop-php/src/cpp/base/zend/zend_functions.h:22,
from /root/hiphop/hiphop-php/src/cpp/base/type_string.h:23,
from /root/hiphop/hiphop-php/src/cpp/base/array/array_element.h:20,
from /root/hiphop/hiphop-php/src/cpp/base/type_array.h:22,
from /root/hiphop/hiphop-php/src/cpp/base/file/file.h:22,
from /root/hiphop/hiphop-php/src/cpp/base/file/plain_file.h:20,
from /root/hiphop/hiphop-php/src/cpp/base/file/pipe.h:20,
from /root/hiphop/hiphop-php/src/cpp/base/file/pipe.cpp:17:
/root/hiphop/hiphop-php/src/util/hash.h:53: warning: integer constant is too large for âlongâ type
/root/hiphop/hiphop-php/src/util/hash.h:89: warning: integer constant is too large for âlongâ type
/root/hiphop/hiphop-php/src/util/hash.h:93: warning: integer constant is too large for âlongâ type
/root/hiphop/hiphop-php/src/util/hash.h:103: warning: integer constant is too large for âlongâ type
/root/hiphop/hiphop-php/src/util/hash.h:130: warning: integer constant is too large for âlongâ type
/root/hiphop/hiphop-php/src/util/hash.h:307: warning: integer constant is too large for âlongâ type
In file included from /root/hiphop/hiphop-php/src/cpp/base/object_data.h:23,
from /root/hiphop/hiphop-php/src/cpp/base/resource_data.h:20,
from /root/hiphop/hiphop-php/src/cpp/base/file/file.h:21,
from /root/hiphop/hiphop-php/src/cpp/base/file/plain_file.h:20,
from /root/hiphop/hiphop-php/src/cpp/base/file/pipe.h:20,
from /root/hiphop/hiphop-php/src/cpp/base/file/pipe.cpp:17:
/root/hiphop/hiphop-php/src/cpp/base/type_variant.h:95: error: âHPHP::Variant::Variant(ssize_t)â cannot be overloaded
/root/hiphop/hiphop-php/src/cpp/base/type_variant.h:92: error: with âHPHP::Variant::Variant(int)â
In file included from /root/hiphop/hiphop-php/src/cpp/base/file/file.h:22,
from /root/hiphop/hiphop-php/src/cpp/base/file/plain_file.h:20,
from /root/hiphop/hiphop-php/src/cpp/base/file/pipe.h:20,
from /root/hiphop/hiphop-php/src/cpp/base/file/pipe.cpp:17:
/root/hiphop/hiphop-php/src/cpp/base/type_array.h:314: error: âHPHP::Variant HPHP::Array::rvalAt(ssize_t, HPHP::int64) constâ cannot be overloaded
/root/hiphop/hiphop-php/src/cpp/base/type_array.h:306: error: with âHPHP::Variant HPHP::Array::rvalAt(int, HPHP::int64) constâ
/root/hiphop/hiphop-php/src/cpp/base/type_array.h:337: error: âconst HPHP::Variant HPHP::Array::operator constâ cannot be overloaded
/root/hiphop/hiphop-php/src/cpp/base/type_array.h:335: error: with âconst HPHP::Variant HPHP::Array::operator constâ
make[2]: *** [src/CMakeFiles/hphp_runtime_static.dir/cpp/base/file/pipe.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/hphp_runtime_static.dir/all] Error 2
make: *** [all] Error 2

@carsonmcdonald
Copy link
Contributor

Are you trying to build on a 32 bit or 64 bit system? The official git version only supports 64 bit systems.

@hthetiot
Copy link

See 32 bit fork dwmcqueen on following GitHub repository:
http://github.com/metagoto/hiphop-php

May you can create a branch in official Facebook repository carsonmcdonald ?

@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

4 participants