-
Notifications
You must be signed in to change notification settings - Fork 178
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
On FreeBSD 10.0-STABLE leveldb within eleveldb cannot be built with clang (use gcc from Ports to circumvent) [JIRA: RIAK-1808] #97
Comments
Is this issue resolved? |
This issue hasn't been resolved |
Thanks Kenji - reopening so we remember. |
@jonmeredith: I found that some part of eleveldb still used a hardcoded |
@jonmeredith See basho/leveldb#156 for a proposed fix. |
Seeing this same issue. |
Tested on
Synopsis summary:
leveldb/
cd c_src && ./build_deps.sh
switches the compiler tog++
(GNU cc) and no error will occur (because my system has gcc 4.6.4 installed from the Ports)env CC=gcc46 CXX=g++46 gmake clean
will build runnable binariesThe compilation log of
gmake clean
:The text was updated successfully, but these errors were encountered: