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

compile fail #180

Closed
blackbeans opened this issue Jun 19, 2014 · 3 comments
Closed

compile fail #180

blackbeans opened this issue Jun 19, 2014 · 3 comments

Comments

@blackbeans
Copy link

when i run "make shared_lib" ,i got some errors like these:

In file included from table/plain_table_builder.cc:7:
In file included from ./table/plain_table_builder.h:13:
./table/plain_table_key_coding.h:15:1: error: class 'ParsedInternalKey' was previously declared as a struct [-Werror,-Wmismatched-tags]
class ParsedInternalKey;
^
./db/dbformat.h:57:8: note: previous use is here
struct ParsedInternalKey {
^
./table/plain_table_key_coding.h:15:1: note: did you mean struct here?
class ParsedInternalKey;
^~~~~
struct
1 error generated.

@iamjinlei
Copy link

which compiler are you using? Mine doesn't complain though. patch is here https://reviews.facebook.net/D19173

@iamjinlei
Copy link

the patch is committed. Can you please try it again and let us know if issue still exists.

@blackbeans
Copy link
Author

great ! compile success . the issue is not exists. thanks!

Nazgolze pushed a commit to Nazgolze/rocksdb-1 that referenced this issue Sep 21, 2021
luky116 pushed a commit to luky116/rocksdb that referenced this issue Jul 10, 2024
Rocksdb shouldn't be aware of concepts like durable/ephemeral/leader/follower.
Also, this PR changed the semantics of this config a little bit. After the change, we don't care whether it has src_bucket == dest_bucket or not, as long as resync_on_open=False && local file exists, we don't fetch from cloud.
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