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

Function openWritableDatabase not defined #90

Open
ppetr opened this issue May 15, 2023 · 1 comment
Open

Function openWritableDatabase not defined #90

ppetr opened this issue May 15, 2023 · 1 comment

Comments

@ppetr
Copy link
Contributor

ppetr commented May 15, 2023

When compiling RetroShare with the indexing build flag, it fails with:

.../RetroShare-master/libretroshare/src/deep_search/channelsindex.cpp:133:33: error: 'openWritableDatabase' is not a member of 'DeepSearch'
                 133 |                     DeepSearch::openWritableDatabase(
                     |                                 ^~~~~~~~~~~~~~~~~~~~
.../RetroShare-master/libretroshare/src/deep_search/channelsindex.cpp: In static member function 'static void DeepChannelsIndex::indexChannelPost(const RsGxsChannelPost&)':                                                                                                                                                          D:/install/RetroShare/RetroShare-master/libretroshare/src/deep_search/channelsindex.cpp:144:33: error: 'openWritableDatabase' is not a member of 'DeepSearch'
                 144 |                     DeepSearch::openWritableDatabase(
                     |                                 ^~~~~~~~~~~~~~~~~~~~
.../RetroShare-master/libretroshare/src/deep_search/channelsindex.cpp: In static member function 'static void DeepChannelsIndex::removeChannelPostFromIndex(RsGxsGroupId, RsGxsMessageId)':                                                                                                                                           D:/install/RetroShare/RetroShare-master/libretroshare/src/deep_search/channelsindex.cpp:224:33: error: 'openWritableDatabase' is not a member of 'DeepSearch'
                 224 |                     DeepSearch::openWritableDatabase( 
...

Indeed function seems to be missing from the library.

image

@G10h4ck
Copy link
Contributor

G10h4ck commented Jun 1, 2023

Deep search for channels needs some love before it can compile again, You can look at deep search forum code to see how to refactor 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