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

Cannot compile with newest proto and boost libraries #134

Open
kamcio181 opened this issue Oct 23, 2021 · 2 comments
Open

Cannot compile with newest proto and boost libraries #134

kamcio181 opened this issue Oct 23, 2021 · 2 comments

Comments

@kamcio181
Copy link

Hi,

is there any chances that you provide support for latest proto and boost libraries?

I have tried to compile upscaledb but without success.

@karmaSince94
Copy link

Hi @kamcio181 , Were you able to find a solution for your issue?
I am facing an issue in "make". Below is the trace

In file included from ./3page_manager/page_manager.h:32,
from ./4env/env_local.h:32,
from ./3btree/btree_node_proxy.h:37,
from 2page/page.cc:28:
./2worker/worker.h:84:3: error: invalid use of template-name ‘boost::asio::strand’ without an argument list
84 | boost::asio::strand strand;

@kamcio181
Copy link
Author

Hi @karmaSince94,

I was not able to find solution so finally I used other embedded db - lmdb which turns out is very fast, memory efficient and is ordered of course. I used java bindings but probably You will find something for your target language.
https://github.com/lmdbjava/lmdbjava

iMichka added a commit to iMichka/homebrew-core that referenced this issue Oct 19, 2023
Does not build, has many patches
See also cruppstahl/upscaledb#134

Extracted from Homebrew#151447 because it sill tries to rebuild it
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

2 participants