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

Please add documentation for version of rocksdb supported #2

Open
truedat101 opened this issue May 18, 2018 · 3 comments
Open

Please add documentation for version of rocksdb supported #2

truedat101 opened this issue May 18, 2018 · 3 comments

Comments

@truedat101
Copy link
Contributor

Presumably this version of rocksdb-d was built to a particular api version of rocksdb or particular tagged release. Please document which version if relevant.

@truedat101
Copy link
Contributor Author

No reply, I will try to figure out which api / release of rocksdb this is tied to.

@truedat101
Copy link
Contributor Author

The reason for the question is because of linker errors, likely because of the version of the rocksdb.lib used.

@truedat101
Copy link
Contributor Author

Issue seems to be with ldc2, windows, linker, and using static library (need to force to use rocksdb-shared.dll). The typical windows rocksdb builds produce a library called rocksdb-shared.dll, not rocksdb.dll. To simplify deployment or hitting this rough patch, I'll produce a pull request with an approach for handling posix and windows libraries.

truedat101 added a commit to IoTone/rocksdb that referenced this issue May 25, 2018
…g, update docs

Docs need to include a few details about building and testing.
truedat101 added a commit to IoTone/rocksdb that referenced this issue May 25, 2018
b1naryth1ef pushed a commit that referenced this issue Jun 10, 2018
#4)

* refs #2 dub should handle windows and posix library linking, update docs

Docs need to include a few details about building and testing.

* refs #2 Improve rocksdb dependency documentation

* refs #3 Add mods to make example work
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

1 participant