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

Fixes linux build with proper berkeleydb libs to have compatibility with windows wallet.dat #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tperalta82
Copy link

This may be an ugly hack, but it's working at the moment, builds and runs properly (i'm using it)

Please comment/reject/whatever if something is wrong as i'm still learning

Not sure if it will break windows build, as I can't test it atm

@EmberCoin
Copy link
Owner

Hey, this is way too much. Since we went to supporting multiple OSes it no longer makes sense to have building of dependencies in the project anymore. Let me see if building on linux needs work and we'll go from there.

@tperalta82
Copy link
Author

I agree with you, the problem is that you are using libdb 5.x (depending on the OS), on linux, and on windows you are forcing it to 6.2.x that you probably have on your devel env. This is the only reason why I added it to linux, otherwise, neither the blockchain data for the new wallet that is on your google drive, nor the windows wallet.dat works due to incompatibility. And you are also building leveldb along the way.

Thanks for the input

@mtetreault
Copy link

mtetreault commented Oct 14, 2017 via email

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

Successfully merging this pull request may close these issues.

None yet

3 participants