Skip to content

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

Open
tperalta82 wants to merge 2 commits intoEmberCoin:masterfrom
tperalta82:master
Open

Fixes linux build with proper berkeleydb libs to have compatibility with windows wallet.dat#32
tperalta82 wants to merge 2 commits intoEmberCoin:masterfrom
tperalta82:master

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.

3 participants