Skip to content

Function openWritableDatabase not defined #90

@ppetr

Description

@ppetr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions