-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
OpenBSD 7.2 error while building #11220
Labels
bug
Confirmed RocksDB bugs
Comments
cf #11255 ? |
Closed
|
facebook-github-bot
pushed a commit
that referenced
this issue
Aug 11, 2023
…m version 10.14 on macos (#11675) Summary: fixes #11220 fixes #11594 CXX is not initialized early enough in Makefile. On OpenBSD its value is `g++` at first, and this results in several `command not found`, notably during the tests for HAVE_POWER8 and HAS_ALTIVEC which results in the build problem mentionned in #11594 reordering the Makefile fixes the issue, by placing the creation of make_config.mk and its import before any use of `$(CXX)` Also, fixes the platofrm version for macos. it must be 10.14 now that rocksdb is using the C++17 standard Pull Request resolved: #11675 Reviewed By: cbi42 Differential Revision: D48101615 Pulled By: ajkr fbshipit-source-id: 1f1b4d4604480b31675140b92c6fe97dc55b8c75
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
builded RocksDB library
Actual behavior
Steps to reproduce the behavior
Try to build on OpenBSD through
gmake
The text was updated successfully, but these errors were encountered: