Skip to content

RocksDB 3.1 for iOS lib #163

@yuchi518

Description

@yuchi518

Hi,

I think it should add a ROCKSDB_LITE compile guard in options.cc.

Thanks

g++ -Wall -Werror -I. -I./include -std=c++11 -DROCKSDB_PLATFORM_POSIX -DOS_MACOSX -DIOS_CROSS_COMPILE -DROCKSDB_LITE -DHAVE_JEMALLOC -O2 -fno-omit-frame-pointer -momit-leaf-frame-pointer -DNDEBUG -DNDEBUG -Woverloaded-virtual -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk -arch i686 -arch x86_64 -c util/options.cc -o ios-x86/util/options.o
util/options.cc:493:26: error: use of undeclared identifier 'NewHashLinkListRepFactory'
memtable_factory.reset(NewHashLinkListRepFactory());
^
1 error generated.

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