-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels
