Skip to content

Instantly share code, notes, and snippets.

@roynalnaruto
Created August 6, 2019 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roynalnaruto/0dab850266367d7e99e4787a98ef355f to your computer and use it in GitHub Desktop.
Save roynalnaruto/0dab850266367d7e99e4787a98ef355f to your computer and use it in GitHub Desktop.
compilation errors "eleveldb" mac os
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT port/port_posix.d -MT port/port_posix.o -MF port/port_posix.d port/port_posix.cc
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/throttle.d -MT util/throttle.o -MF util/throttle.d util/throttle.cc
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/thread_tasks.d -MT util/thread_tasks.o -MF util/thread_tasks.d util/thread_tasks.cc
In file included from util/thread_tasks.cc:23:
In file included from ./util/db_list.h:23:
./db/db_impl.h:8:10: fatal error: 'deque' file not found
#include <deque>
^~~~~~~
In file included from util/throttle.cc:26:
./include/leveldb/perf_count.h:27:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from port/port_posix.cc:5:
In file included from ./port/port_posix.h:41:
/Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include/snappy.h:43:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/status.d -MT util/status.o -MF util/status.d util/status.cc
1 error generated.
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/perf_count.d -MT util/perf_count.o -MF util/perf_count.d util/perf_count.cc
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/options.d -MT util/options.o -MF util/options.d util/options.cc
In file included from util/options.cc:8:
./include/leveldb/options.h:10:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from util/perf_count.cc:34:
./include/leveldb/perf_count.h:27:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from util/status.cc:6:
In file included from ./port/port.h:15:
In file included from ./port/port_posix.h:41:
/Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include/snappy.h:43:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/logging.d -MT util/logging.o -MF util/logging.d util/logging.cc
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/hot_threads.d -MT util/hot_threads.o -MF util/hot_threads.d util/hot_threads.cc
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/histogram.d -MT util/histogram.o -MF util/histogram.d util/histogram.cc
In file included from util/logging.cc:5:
./util/logging.h:13:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/hash.d -MT util/hash.o -MF util/hash.d util/hash.cc
In file included from util/hot_threads.cc:36:
./util/hot_threads.h:34:10: fatal error: 'deque' file not found
#include <deque>
^~~~~~~
In file included from util/histogram.cc:7:
In file included from ./port/port.h:15:
In file included from ./port/port_posix.h:41:
/Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include/snappy.h:43:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/flexcache.d -MT util/flexcache.o -MF util/flexcache.d util/flexcache.cc
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/filter_policy.d -MT util/filter_policy.o -MF util/filter_policy.d util/filter_policy.cc
In file included from util/filter_policy.cc:5:
./include/leveldb/filter_policy.h:19:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/env_posix.d -MT util/env_posix.o -MF util/env_posix.d util/env_posix.cc
In file included from util/hash.cc:6:
./util/coding.h:15:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1In file included from error generated.
util/flexcache.cc:26:
In file included from ./util/db_list.h:23:
./db/db_impl.h:8:10: fatal error: 'deque' file not found
#include <deque>
^~~~~~~
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/env.d -MT util/env.o -MF util/env.d util/env.cc
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/db_list.d -MT util/db_list.o -MF util/db_list.d util/db_list.cc
util/env_posix.cc:5:10: fatal error: 'deque' file not found
#include <deque>
^~~~~~~
In file included from util/env.cc:5:
./include/leveldb/env.h:16:10: fatal error: 'cstdarg' file not found
#include <cstdarg>
^~~~~~~~~
util/db_list.cc:23:10: fatal error: 'algorithm' file not found
#include <algorithm>
^~~~~~~~~~~
1 error generated.
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/crc32c.d -MT util/crc32c.o -MF util/crc32c.d util/crc32c.cc
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/comparator.d -MT util/comparator.o -MF util/comparator.d util/comparator.cc
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/coding.d -MT util/coding.o -MF util/coding.d util/coding.cc
util/comparator.cc:5:10: fatal error: 'algorithm' file not found
#include <algorithm>
^~~~~~~~~~~
In file included from util/crc32c.cc:11:
./util/coding.h:15:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/cache2.d -MT util/cache2.o -MF util/cache2.d util/cache2.cc
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/cache.d -MT util/cache.o -MF util/cache.d util/cache.cc
In file included from util/coding.cc:5:
./util/coding.h:15:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/bloom2.d -MT util/bloom2.o -MF util/bloom2.d util/bloom2.cc
util/bloom2.cc:5:10: fatal error: 'memory' file not found
#include <memory>
^~~~~~~~
In file included from util/cache.cc:9:
In file included from ./include/leveldb/cache.h:22:
./include/leveldb/slice.h:21:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from util/cache2.cc:15:
./db/table_cache.h:10:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/bloom.d -MT util/bloom.o -MF util/bloom.d util/bloom.cc
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/arena.d -MT util/arena.o -MF util/arena.d util/arena.cc
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/two_level_iterator.d -MT table/two_level_iterator.o -MF table/two_level_iterator.d table/two_level_iterator.cc
util/bloom.cc:5:10: fatal error: 'memory' file not found
#include <memory>
^~~~~~~~
In file included from util/arena.cc:5:
./util/arena.h:8:10: fatal error: 'cstddef' file not found
#include <cstddef>
^~~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/table_builder.d -MT table/table_builder.o -MF table/table_builder.d table/table_builder.cc
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/table.d -MT table/table.o -MF table/table.d table/table.cc
In file included from table/two_level_iterator.cc:5:
In file included from ./table/two_level_iterator.h:8:
In file included from ./include/leveldb/iterator.h:18:
./include/leveldb/slice.h:21:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/merger.d -MT table/merger.o -MF table/merger.d table/merger.cc
In file included from table/table_builder.cc:5:
In file included from ./include/leveldb/table_builder.h:17:
./include/leveldb/options.h:10:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from table/merger.cc:7:
./include/leveldb/comparator.h:8:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/iterator.d -MT table/iterator.o -MF table/iterator.d table/iterator.cc
In file included from table/table.cc:5:
In file included from ./include/leveldb/table.h:9:
In file included from ./include/leveldb/iterator.h:18:
./include/leveldb/slice.h:21:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/format.d -MT table/format.o -MF table/format.d table/format.cc
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/filter_block.d -MT table/filter_block.o -MF table/filter_block.d table/filter_block.cc
In file included from table/format.cc:5:
./table/format.h:8:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from table/filter_block.cc:5:
./table/filter_block.h:14:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from table/iterator.cc:5:
In file included from ./include/leveldb/iterator.h:18:
./include/leveldb/slice.h:21:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/block_builder.d -MT table/block_builder.o -MF table/block_builder.d table/block_builder.cc
1 error1 error generated.
generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/block.d -MT table/block.o -MF table/block.d table/block.cc
In file included from table/block_builder.cc:29:
./table/block_builder.h:8:10: fatal error: 'vector' file not found
#include <vector>
^~~~~~~~
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT stubs/warming_stub.d -MT stubs/warming_stub.o -MF stubs/warming_stub.d stubs/warming_stub.cc
In file included from stubs/warming_stub.cc:23:
./db/table_cache.h:10:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/write_batch.d -MT db/write_batch.o -MF db/write_batch.d db/write_batch.cc
In file included from table/block.cc:7:
In file included from ./table/block.h:10:
In file included from ./include/leveldb/iterator.h:18:
./include/leveldb/slice.h:21:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
In file included from db/write_batch.cc:18:
./include/leveldb/write_batch.h:24:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/version_set.d -MT db/version_set.o -MF db/version_set.d db/version_set.cc
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/version_edit.d -MT db/version_edit.o -MF db/version_edit.d db/version_edit.cc
In file included from db/version_set.cc:5:
./db/version_set.h:18:10: fatal error: 'map' file not found
#include <map>
^~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/table_cache.d -MT db/table_cache.o -MF db/table_cache.d db/table_cache.cc
In file included from db/version_edit.cc:5:
./db/version_edit.h:8:10: fatal error: 'set' file not found
#include <set>
^~~~~
1 error generated.
In file included from db/table_cache.cc:5:
./db/table_cache.h:10:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/repair.d -MT db/repair.o -MF db/repair.d db/repair.cc
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/memtable.d -MT db/memtable.o -MF db/memtable.d db/memtable.cc
In file included from db/repair.cc:27:
In file included from ./db/builder.h:8:
./include/leveldb/status.h:16:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/log_writer.d -MT db/log_writer.o -MF db/log_writer.d db/log_writer.cc
In file included from db/memtable.cc:5:
./db/memtable.h:8:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/log_reader.d -MT db/log_reader.o -MF db/log_reader.d db/log_reader.cc
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/filename.d -MT db/filename.o -MF db/filename.d db/filename.cc
In file included from db/log_writer.cc:5:
In file included from ./db/log_writer.h:10:
./include/leveldb/slice.h:21:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/dbformat.d -MT db/dbformat.o -MF db/dbformat.d db/dbformat.cc
In file included from db/log_reader.cc:5:
In file included from ./db/log_reader.h:11:
./include/leveldb/slice.h:21:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from db/filename.cc:10:
./db/filename.h:11:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/db_iter.d -MT db/db_iter.o -MF db/db_iter.d db/db_iter.cc
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/db_impl.d -MT db/db_impl.o -MF db/db_impl.d db/db_impl.cc
In file included from db/dbformat.cc:6:
In file included from ./db/dbformat.h:9:
./include/leveldb/comparator.h:8:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/c.d -MT db/c.o -MF db/c.d db/c.cc
In file included from db/db_impl.cc:5:
./db/db_impl.h:8:10: fatal error: 'deque' file not found
#include <deque>
^~~~~~~
In file included from db/db_iter.cc:5:
In file included from ./db/db_iter.h:9:
In file included from ./include/leveldb/db.h:10:
In file included from ./include/leveldb/iterator.h:18:
./include/leveldb/slice.h:21:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/builder.d -MT db/builder.o -MF db/builder.d db/builder.cc
1 error generated.
In file included from db/c.cc:9:
In file included from ./include/leveldb/cache.h:22:
./include/leveldb/slice.h:21:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
In file included from db/builder.cc:8:
In file included from ./db/builder.h:8:
./include/leveldb/status.h:16:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
make: Nothing to be done for `all'.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT port/port_posix.d -MT port/port_posix.o -MF port/port_posix.d port/port_posix.cc
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/throttle.d -MT util/throttle.o -MF util/throttle.d util/throttle.cc
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/thread_tasks.d -MT util/thread_tasks.o -MF util/thread_tasks.d util/thread_tasks.cc
In file included from util/thread_tasks.cc:23:
In file included from ./util/db_list.h:23:
./db/db_impl.h:8:10: fatal error: 'deque' file not found
#include <deque>
^~~~~~~
In file included from util/throttle.cc:26:
./include/leveldb/perf_count.h:27:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from port/port_posix.cc:5:
In file included from ./port/port_posix.h:41:
/Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include/snappy.h:43:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/status.d -MT util/status.o -MF util/status.d util/status.cc
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/perf_count.d -MT util/perf_count.o -MF util/perf_count.d util/perf_count.cc
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/options.d -MT util/options.o -MF util/options.d util/options.cc
In file included from util/perf_count.cc:34:
./include/leveldb/perf_count.h:27:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from util/status.cc:6:
In file included from ./port/port.h:15:
In file included from ./port/port_posix.h:41:
/Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include/snappy.h:43:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/logging.d -MT util/logging.o -MF util/logging.d util/logging.cc
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/hot_threads.d -MT util/hot_threads.o -MF util/hot_threads.d util/hot_threads.cc
In file included from util/options.cc:8:
./include/leveldb/options.h:10:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/histogram.d -MT util/histogram.o -MF util/histogram.d util/histogram.cc
In file included from util/logging.cc:5:
./util/logging.h:13:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from util/hot_threads.cc:36:
./util/hot_threads.h:34:10: fatal error: 'deque' file not found
#include <deque>
^~~~~~~
1 error generated.
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/hash.d -MT util/hash.o -MF util/hash.d util/hash.cc
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/flexcache.d -MT util/flexcache.o -MF util/flexcache.d util/flexcache.cc
In file included from util/histogram.cc:7:
In file included from ./port/port.h:15:
In file included from ./port/port_posix.h:41:
/Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include/snappy.h:43:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/filter_policy.d -MT util/filter_policy.o -MF util/filter_policy.d util/filter_policy.cc
In file included from util/filter_policy.cc:5:
./include/leveldb/filter_policy.h:19:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/env_posix.d -MT util/env_posix.o -MF util/env_posix.d util/env_posix.cc
In file included from util/hash.cc:6:
./util/coding.h:15:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from util/flexcache.cc:26:
In file included from ./util/db_list.h:23:
./db/db_impl.h:8:10: fatal error: 'deque' file not found
#include <deque>
^~~~~~~
1 error generated.
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/env.d -MT util/env.o -MF util/env.d util/env.cc
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/db_list.d -MT util/db_list.o -MF util/db_list.d util/db_list.cc
util/env_posix.cc:5:10: fatal error: 'deque' file not found
#include <deque>
^~~~~~~
In file included from util/env.cc:5:
./include/leveldb/env.h:16:10: fatal error: 'cstdarg' file not found
#include <cstdarg>
^~~~~~~~~
util/db_list.cc:23:10: fatal error: 'algorithm' file not found
#include <algorithm>
^~~~~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/crc32c.d -MT util/crc32c.o -MF util/crc32c.d util/crc32c.cc
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/comparator.d -MT util/comparator.o -MF util/comparator.d util/comparator.cc
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/coding.d -MT util/coding.o -MF util/coding.d util/coding.cc
util/comparator.cc:5:10: fatal error: 'algorithm' file not found
#include <algorithm>
^~~~~~~~~~~
In file included from util/crc32c.cc:11:
./util/coding.h:15:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/cache2.d -MT util/cache2.o -MF util/cache2.d util/cache2.cc
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/cache.d -MT util/cache.o -MF util/cache.d util/cache.cc
In file included from util/coding.cc:5:
./util/coding.h:15:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/bloom2.d -MT util/bloom2.o -MF util/bloom2.d util/bloom2.cc
util/bloom2.cc:5:10: fatal error: 'memory' file not found
#include <memory>
^~~~~~~~
In file included from util/cache2.cc:15:
./db/table_cache.h:10:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from util/cache.cc:9:
In file included from ./include/leveldb/cache.h:22:
./include/leveldb/slice.h:21:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/bloom.d -MT util/bloom.o -MF util/bloom.d util/bloom.cc
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT util/arena.d -MT util/arena.o -MF util/arena.d util/arena.cc
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/two_level_iterator.d -MT table/two_level_iterator.o -MF table/two_level_iterator.d table/two_level_iterator.cc
util/bloom.cc:5:10: fatal error: 'memory' file not found
#include <memory>
^~~~~~~~
In file included from util/arena.cc:5:
./util/arena.h:8:10: fatal error: 'cstddef' file not found
#include <cstddef>
^~~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/table_builder.d -MT table/table_builder.o -MF table/table_builder.d table/table_builder.cc
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/table.d -MT table/table.o -MF table/table.d table/table.cc
In file included from table/two_level_iterator.cc:5:
In file included from ./table/two_level_iterator.h:8:
In file included from ./include/leveldb/iterator.h:18:
./include/leveldb/slice.h:21:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/merger.d -MT table/merger.o -MF table/merger.d table/merger.cc
In file included from table/table_builder.cc:5:
In file included from ./include/leveldb/table_builder.h:17:
./include/leveldb/options.h:10:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from table/merger.cc:7:
./include/leveldb/comparator.h:8:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from table/table.cc:5:
In file included from ./include/leveldb/table.h:9:
In file included from ./include/leveldb/iterator.h:18:
./include/leveldb/slice.h:21:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/iterator.d -MT table/iterator.o -MF table/iterator.d table/iterator.cc
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/format.d -MT table/format.o -MF table/format.d table/format.cc
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/filter_block.d -MT table/filter_block.o -MF table/filter_block.d table/filter_block.cc
In file included from table/format.cc:5:
./table/format.h:8:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from table/filter_block.cc:5:
./table/filter_block.h:14:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from table/iterator.cc:5:
In file included from ./include/leveldb/iterator.h:18:
./include/leveldb/slice.h:21:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/block_builder.d -MT table/block_builder.o -MF table/block_builder.d table/block_builder.cc
1 error generated.
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT table/block.d -MT table/block.o -MF table/block.d table/block.cc
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT stubs/warming_stub.d -MT stubs/warming_stub.o -MF stubs/warming_stub.d stubs/warming_stub.cc
In file included from table/block_builder.cc:29:
./table/block_builder.h:8:10: fatal error: 'vector' file not found
#include <vector>
^~~~~~~~
In file included from stubs/warming_stub.cc:23:
./db/table_cache.h:10:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/write_batch.d -MT db/write_batch.o -MF db/write_batch.d db/write_batch.cc
In file included from table/block.cc:7:
In file included from ./table/block.h:10:
In file included from ./include/leveldb/iterator.h:18:
./include/leveldb/slice.h:21:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/version_set.d -MT db/version_set.o -MF db/version_set.d db/version_set.cc
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/version_edit.d -MT db/version_edit.o -MF db/version_edit.d db/version_edit.cc
In file included from db/write_batch.cc:18:
./include/leveldb/write_batch.h:24:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from db/version_set.cc:5:
./db/version_set.h:18:10: fatal error: 'map' file not found
#include <map>
^~~~~
In file included from db/version_edit.cc:5:
./db/version_edit.h:8:10: fatal error: 'set' file not found
#include <set>
^~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/table_cache.d -MT db/table_cache.o -MF db/table_cache.d db/table_cache.cc
1 error generated.
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/repair.d -MT db/repair.o -MF db/repair.d db/repair.cc
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/memtable.d -MT db/memtable.o -MF db/memtable.d db/memtable.cc
In file included from db/table_cache.cc:5:
./db/table_cache.h:10:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from db/repair.cc:27:
In file included from ./db/builder.h:8:
./include/leveldb/status.h:16:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from db/memtable.cc:5:
./db/memtable.h:8:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/log_writer.d -MT db/log_writer.o -MF db/log_writer.d db/log_writer.cc
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/log_reader.d -MT db/log_reader.o -MF db/log_reader.d db/log_reader.cc
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/filename.d -MT db/filename.o -MF db/filename.d db/filename.cc
In file included from db/log_writer.cc:5:
In file included from ./db/log_writer.h:10:
./include/leveldb/slice.h:21:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
In file included from db/log_reader.cc:5:
In file included from ./db/log_reader.h:11:
./include/leveldb/slice.h:21:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from db/filename.cc:10:
./db/filename.h:11:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/dbformat.d -MT db/dbformat.o -MF db/dbformat.d db/dbformat.cc
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/db_iter.d -MT db/db_iter.o -MF db/db_iter.d db/db_iter.cc
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/db_impl.d -MT db/db_impl.o -MF db/db_impl.d db/db_impl.cc
In file included from db/db_impl.cc:5:
./db/db_impl.h:8:10: fatal error: 'deque' file not found
#include <deque>
^~~~~~~
In file included from db/dbformat.cc:6:
In file included from ./db/dbformat.h:9:
./include/leveldb/comparator.h:8:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from db/db_iter.cc:5:
In file included from ./db/db_iter.h:9:
In file included from ./include/leveldb/db.h:10:
In file included from ./include/leveldb/iterator.h:18:
./include/leveldb/slice.h:21:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/c.d -MT db/c.o -MF db/c.d db/c.cc
1 error generated.
/usr/local/opt/llvm/bin/clang -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC -MM -E -MT db/builder.d -MT db/builder.o -MF db/builder.d db/builder.cc
1 error generated.
In file included from db/builder.cc:8:
In file included from ./db/builder.h:8:
./include/leveldb/status.h:16:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
In file included from db/c.cc:9:
In file included from ./include/leveldb/cache.h:22:
./include/leveldb/slice.h:21:10: fatal error: 'string' file not found
#include <string>
^~~~~~~~
1 error generated.
1 error generated.
/usr/local/opt/llvm/bin/clang++ -I/usr/local/opt/llvm/include -I/usr/local/opt/llvm/include/c++/v1/ -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC tools/leveldb_repair.cc -o leveldb_repair -L . -lleveldb -L/Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/lib -mmacosx-version-min=10.8 -lsnappy -ltcmalloc
/usr/local/opt/llvm/bin/clang++ -I/usr/local/opt/llvm/include -I/usr/local/opt/llvm/include/c++/v1/ -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC tools/perf_dump.cc -o perf_dump -L . -lleveldb -L/Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/lib -mmacosx-version-min=10.8 -lsnappy -ltcmalloc
/usr/local/opt/llvm/bin/clang++ -I/usr/local/opt/llvm/include -I/usr/local/opt/llvm/include/c++/v1/ -I /Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/include -I. -I./include -mmacosx-version-min=10.8 -DOS_MACOSX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -DLEVELDB_VSN="2.0.19" -O2 -g -DNDEBUG -fPIC tools/sst_rewrite.cc -o sst_rewrite -L . -lleveldb -L/Users/rohitnarurkar/Develop/my-project/deps/eleveldb/c_src/system/lib -mmacosx-version-min=10.8 -lsnappy -ltcmalloc
Undefined symbols for architecture x86_64:
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::compare(unsigned long, unsigned long, char const*, unsigned long) const", referenced from:
leveldb::VersionSet::Recover() in libleveldb.a(version_set.o)
"std::__1::__vector_base_common<true>::__throw_length_error() const", referenced from:
void std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::__push_back_slow_path<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&&) in libleveldb.a(env_posix.o)
void std::__1::vector<leveldb::HotThread*, std::__1::allocator<leveldb::HotThread*> >::__push_back_slow_path<leveldb::HotThread* const&>(leveldb::HotThread* const&&&) in libleveldb.a(hot_threads.o)
void std::__1::vector<unsigned long, std::__1::allocator<unsigned long> >::__push_back_slow_path<unsigned long>(unsigned long&&) in libleveldb.a(filter_block.o)
void std::__1::vector<unsigned int, std::__1::allocator<unsigned int> >::__push_back_slow_path<unsigned int>(unsigned int&&) in libleveldb.a(filter_block.o)
std::__1::vector<leveldb::Slice, std::__1::allocator<leveldb::Slice> >::__append(unsigned long) in libleveldb.a(filter_block.o)
leveldb::VersionSet::GetRange2(std::__1::vector<leveldb::FileMetaData*, std::__1::allocator<leveldb::FileMetaData*> > const&, std::__1::vector<leveldb::FileMetaData*, std::__1::allocator<leveldb::FileMetaData*> > const&, leveldb::InternalKey*, leveldb::InternalKey*) in libleveldb.a(version_set.o)
std::__1::enable_if<(__is_forward_iterator<std::__1::__wrap_iter<leveldb::FileMetaData* const*> >::value) && (is_constructible<leveldb::FileMetaData*, std::__1::iterator_traits<std::__1::__wrap_iter<leveldb::FileMetaData* const*> >::reference>::value), std::__1::__wrap_iter<leveldb::FileMetaData**> >::type std::__1::vector<leveldb::FileMetaData*, std::__1::allocator<leveldb::FileMetaData*> >::insert<std::__1::__wrap_iter<leveldb::FileMetaData* const*> >(std::__1::__wrap_iter<leveldb::FileMetaData* const*>, std::__1::__wrap_iter<leveldb::FileMetaData* const*>, std::__1::__wrap_iter<leveldb::FileMetaData* const*>) in libleveldb.a(version_set.o)
...
"std::__1::__basic_string_common<true>::__throw_length_error() const", referenced from:
leveldb::(anonymous namespace)::PosixEnv::GetChildren(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >*) in libleveldb.a(env_posix.o)
leveldb::HotThreadPool::HotThreadPool(unsigned long, char const*, leveldb::PerformanceCountersEnum, leveldb::PerformanceCountersEnum, leveldb::PerformanceCountersEnum, leveldb::PerformanceCountersEnum) in libleveldb.a(hot_threads.o)
leveldb::Status::ToString() const in libleveldb.a(status.o)
leveldb::ParsedInternalKey::DebugString() const in libleveldb.a(dbformat.o)
leveldb::InternalKeyComparator::FindShortestSeparator(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, leveldb::Slice const&) const in libleveldb.a(dbformat.o)
leveldb::InternalKeyComparator::FindShortSuccessor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) const in libleveldb.a(dbformat.o)
leveldb::VersionSet::Builder::Apply(leveldb::VersionEdit*) in libleveldb.a(version_set.o)
...
"std::logic_error::logic_error(char const*)", referenced from:
void std::__1::vector<leveldb::HotThread*, std::__1::allocator<leveldb::HotThread*> >::__push_back_slow_path<leveldb::HotThread* const&>(leveldb::HotThread* const&&&) in libleveldb.a(hot_threads.o)
std::__1::deque<leveldb::ThreadTask*, std::__1::allocator<leveldb::ThreadTask*> >::__add_back_capacity() in libleveldb.a(hot_threads.o)
std::__1::__split_buffer<leveldb::ThreadTask**, std::__1::allocator<leveldb::ThreadTask**> >::push_back(leveldb::ThreadTask**&&) in libleveldb.a(hot_threads.o)
std::__1::__split_buffer<leveldb::ThreadTask**, std::__1::allocator<leveldb::ThreadTask**> >::push_front(leveldb::ThreadTask**&&) in libleveldb.a(hot_threads.o)
std::__1::__split_buffer<leveldb::ThreadTask**, std::__1::allocator<leveldb::ThreadTask**>&>::push_back(leveldb::ThreadTask**&&) in libleveldb.a(hot_threads.o)
std::__1::__split_buffer<leveldb::ThreadTask**, std::__1::allocator<leveldb::ThreadTask**>&>::push_front(leveldb::ThreadTask** const&) in libleveldb.a(hot_threads.o)
void std::__1::vector<unsigned long, std::__1::allocator<unsigned long> >::__push_back_slow_path<unsigned long>(unsigned long&&) in libleveldb.a(filter_block.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::append(char const*)", referenced from:
leveldb::QueueThread::QueueThread(leveldb::HotThreadPool&) in libleveldb.a(hot_threads.o)
leveldb::ParsedInternalKey::DebugString() const in libleveldb.a(dbformat.o)
leveldb::ParsedInternalKey::DebugStringHex() const in libleveldb.a(dbformat.o)
leveldb::Version::DebugString() const in libleveldb.a(version_set.o)
leveldb::AppendNumberTo(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, unsigned long long) in libleveldb.a(logging.o)
leveldb::AppendEscapedStringTo(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, leveldb::Slice const&) in libleveldb.a(logging.o)
leveldb::NumberToString(unsigned long long) in libleveldb.a(logging.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::append(char const*, unsigned long)", referenced from:
leveldb::PutFixed32(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, unsigned int) in libleveldb.a(coding.o)
leveldb::PutFixed64(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, unsigned long long) in libleveldb.a(coding.o)
leveldb::PutVarint32(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, unsigned int) in libleveldb.a(coding.o)
leveldb::PutVarint64(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, unsigned long long) in libleveldb.a(coding.o)
leveldb::PutLengthPrefixedSlice(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, leveldb::Slice const&) in libleveldb.a(coding.o)
leveldb::ReadFileToString(leveldb::Env*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) in libleveldb.a(env.o)
leveldb::Status::ToString() const in libleveldb.a(status.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::assign(char const*)", referenced from:
leveldb::(anonymous namespace)::PosixEnv::GetTestDirectory(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) in libleveldb.a(env_posix.o)
leveldb::InternalKey::DebugString() const in libleveldb.a(dbformat.o)
leveldb::Table::ReadMeta(leveldb::Footer const&) in libleveldb.a(table.o)
leveldb::DBImpl::GetProperty(leveldb::Slice const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) in libleveldb.a(db_impl.o)
leveldb::TableBuilder::Finish() in libleveldb.a(table_builder.o)
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::assign(char const*, unsigned long)", referenced from:
leveldb::KeyRetirement::operator()(leveldb::Slice&) in libleveldb.a(dbformat.o)
leveldb::VersionSet::WriteSnapshot(leveldb::log::Writer*) in libleveldb.a(version_set.o)
leveldb::VersionEdit::DecodeFrom(leveldb::Slice const&) in libleveldb.a(version_edit.o)
leveldb::(anonymous namespace)::TwoLevelIterator::InitDataBlock() in libleveldb.a(two_level_iterator.o)
leveldb::log::Reader::ReadRecord(leveldb::Slice*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) in libleveldb.a(log_reader.o)
leveldb::DBImpl::DoCompactionWork(leveldb::DBImpl::CompactionState*) in libleveldb.a(db_impl.o)
leveldb::StringValue::assign(char const*, unsigned long) in libleveldb.a(db_impl.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::resize(unsigned long, char)", referenced from:
leveldb::(anonymous namespace)::BytewiseComparatorImpl::FindShortestSeparator(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, leveldb::Slice const&) const in libleveldb.a(comparator.o)
leveldb::(anonymous namespace)::BytewiseComparatorImpl::FindShortSuccessor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) const in libleveldb.a(comparator.o)
leveldb::(anonymous namespace)::BloomFilterPolicy::CreateFilter(leveldb::Slice const*, int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) const in libleveldb.a(bloom.o)
leveldb::(anonymous namespace)::BloomFilterPolicy2::CreateFilter(leveldb::Slice const*, int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) const in libleveldb.a(bloom2.o)
leveldb::VersionSet::Recover() in libleveldb.a(version_set.o)
leveldb::Block::Iter::ParseNextKey() in libleveldb.a(block.o)
leveldb::Footer::EncodeTo(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) const in libleveldb.a(format.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::reserve(unsigned long)", referenced from:
leveldb::InternalKey::DebugString() const in libleveldb.a(dbformat.o)
leveldb::VersionSet::LogAndApply(leveldb::VersionEdit*, leveldb::port::Mutex*) in libleveldb.a(version_set.o)
leveldb::VersionSet::Builder::Apply(leveldb::VersionEdit*) in libleveldb.a(version_set.o)
leveldb::VersionEdit::SetComparatorName(leveldb::Slice const&) in libleveldb.a(version_set.o)
leveldb::VersionSet::SetupOtherInputs(leveldb::Compaction*) in libleveldb.a(version_set.o)
leveldb::VersionEdit::DecodeFrom(leveldb::Slice const&) in libleveldb.a(version_edit.o)
leveldb::MakeLevelDirectories(leveldb::Env*, leveldb::Options const&) in libleveldb.a(filename.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::push_back(char)", referenced from:
leveldb::(anonymous namespace)::BloomFilterPolicy::CreateFilter(leveldb::Slice const*, int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) const in libleveldb.a(bloom.o)
leveldb::(anonymous namespace)::BloomFilterPolicy2::CreateFilter(leveldb::Slice const*, int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) const in libleveldb.a(bloom2.o)
leveldb::FilterBlockBuilder::Finish() in libleveldb.a(filter_block.o)
leveldb::Version::DebugString() const in libleveldb.a(version_set.o)
leveldb::AppendEscapedStringTo(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, leveldb::Slice const&) in libleveldb.a(logging.o)
leveldb::EscapeString(leveldb::Slice const&) in libleveldb.a(logging.o)
leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&) in libleveldb.a(write_batch.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
leveldb::(anonymous namespace)::PosixEnv::NewSequentialFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, leveldb::SequentialFile**) in libleveldb.a(env_posix.o)
leveldb::(anonymous namespace)::PosixEnv::NewRandomAccessFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, leveldb::RandomAccessFile**) in libleveldb.a(env_posix.o)
leveldb::(anonymous namespace)::PosixMmapFile::PosixMmapFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, unsigned long, unsigned long, bool, unsigned long) in libleveldb.a(env_posix.o)
std::__1::pair<std::__1::__tree_iterator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::__tree_node<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, void*>*, long>, bool> std::__1::__tree<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::__emplace_unique_key_args<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&&&) in libleveldb.a(env_posix.o)
leveldb::VersionSet::VersionSet(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, leveldb::Options const*, leveldb::TableCache*, leveldb::InternalKeyComparator const*) in libleveldb.a(version_set.o)
leveldb::VersionSet::Builder::Apply(leveldb::VersionEdit*) in libleveldb.a(version_set.o)
leveldb::VersionEdit::SetCompactPointer(int, leveldb::InternalKey const&) in libleveldb.a(version_set.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::~basic_string()", referenced from:
leveldb::(anonymous namespace)::PosixRandomAccessFile::~PosixRandomAccessFile() in libleveldb.a(env_posix.o)
leveldb::(anonymous namespace)::PosixMmapFile::~PosixMmapFile() in libleveldb.a(env_posix.o)
leveldb::QueueThread::~QueueThread() in libleveldb.a(hot_threads.o)
leveldb::HotThreadPool::~HotThreadPool() in libleveldb.a(hot_threads.o)
leveldb::DBImpl::~DBImpl() in libleveldb.a(db_impl.o)
leveldb::(anonymous namespace)::DBIter::~DBIter() in libleveldb.a(db_iter.o)
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::operator=(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
leveldb::(anonymous namespace)::PosixEnv::LockFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, leveldb::FileLock**) in libleveldb.a(env_posix.o)
leveldb::QueueThread::QueueThread(leveldb::HotThreadPool&) in libleveldb.a(hot_threads.o)
leveldb::Version::VerifyLevels(int&, leveldb::InternalKey&, leveldb::InternalKey&) in libleveldb.a(version_set.o)
leveldb::VersionEdit::AddFile(int, unsigned long long, unsigned long long, leveldb::InternalKey const&, leveldb::InternalKey const&) in libleveldb.a(version_set.o)
leveldb::VersionSet::GetRange(std::__1::vector<leveldb::FileMetaData*, std::__1::allocator<leveldb::FileMetaData*> > const&, leveldb::InternalKey*, leveldb::InternalKey*) in libleveldb.a(version_set.o)
leveldb::VersionSet::MakeInputIterator(leveldb::Compaction*) in libleveldb.a(version_set.o)
leveldb::VersionSet::SetupOtherInputs(leveldb::Compaction*) in libleveldb.a(version_set.o)
...
"void std::__1::__sort<std::__1::__less<unsigned long long, unsigned long long>&, unsigned long long*>(unsigned long long*, unsigned long long*, std::__1::__less<unsigned long long, unsigned long long>&)", referenced from:
leveldb::DBImpl::Recover(leveldb::VersionEdit*) in libleveldb.a(db_impl.o)
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > std::__1::operator+<char, std::__1::char_traits<char>, std::__1::allocator<char> >(char const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
leveldb::(anonymous namespace)::PosixEnv::LockFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, leveldb::FileLock**) in libleveldb.a(env_posix.o)
ld: symbol(s) not found for architecture x86_64
clang-6.0: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [perf_dump] Error 1
make: *** Waiting for unfinished jobs....
Undefined symbols for architecture x86_64:
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::rfind(char, unsigned long) const", referenced from:
leveldb::(anonymous namespace)::Repairer::ArchiveFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool) in libleveldb.a(repair.o)
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::compare(unsigned long, unsigned long, char const*, unsigned long) const", referenced from:
leveldb::VersionSet::Recover() in libleveldb.a(version_set.o)
"std::__1::__vector_base_common<true>::__throw_length_error() const", referenced from:
void std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::__push_back_slow_path<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&&) in libleveldb.a(env_posix.o)
leveldb::(anonymous namespace)::Repairer::Run() in libleveldb.a(repair.o)
void std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::__push_back_slow_path<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&&&) in libleveldb.a(repair.o)
void std::__1::vector<unsigned long long, std::__1::allocator<unsigned long long> >::__push_back_slow_path<unsigned long long const&>(unsigned long long const&&&) in libleveldb.a(repair.o)
void std::__1::vector<std::__1::pair<int, leveldb::FileMetaData>, std::__1::allocator<std::__1::pair<int, leveldb::FileMetaData> > >::__push_back_slow_path<std::__1::pair<int, leveldb::FileMetaData> >(std::__1::pair<int, leveldb::FileMetaData>&&) in libleveldb.a(repair.o)
void std::__1::vector<std::__1::pair<int, leveldb::InternalKey>, std::__1::allocator<std::__1::pair<int, leveldb::InternalKey> > >::__push_back_slow_path<std::__1::pair<int, leveldb::InternalKey> >(std::__1::pair<int, leveldb::InternalKey>&&) in libleveldb.a(version_edit.o)
void std::__1::vector<std::__1::pair<int, leveldb::FileMetaData>, std::__1::allocator<std::__1::pair<int, leveldb::FileMetaData> > >::__push_back_slow_path<std::__1::pair<int, leveldb::FileMetaData> >(std::__1::pair<int, leveldb::FileMetaData>&&) in libleveldb.a(version_edit.o)
...
"std::__1::__basic_string_common<true>::__throw_length_error() const", referenced from:
_main in leveldb_repair-53b27d.o
leveldb::(anonymous namespace)::PosixEnv::GetChildren(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >*) in libleveldb.a(env_posix.o)
leveldb::Status::ToString() const in libleveldb.a(status.o)
leveldb::VersionEdit::SetComparatorName(leveldb::Slice const&) in libleveldb.a(repair.o)
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > std::__1::operator+<char, std::__1::char_traits<char>, std::__1::allocator<char> >(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, char const*) in libleveldb.a(repair.o)
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > std::__1::operator+<char, std::__1::char_traits<char>, std::__1::allocator<char> >(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, char const*) in libleveldb.a(filename.o)
leveldb::SetCurrentFile(leveldb::Env*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned long long) in libleveldb.a(filename.o)
...
"std::logic_error::logic_error(char const*)", referenced from:
void std::__1::vector<unsigned long long, std::__1::allocator<unsigned long long> >::__push_back_slow_path<unsigned long long const&>(unsigned long long const&&&) in libleveldb.a(repair.o)
void std::__1::vector<std::__1::pair<int, leveldb::InternalKey>, std::__1::allocator<std::__1::pair<int, leveldb::InternalKey> > >::__push_back_slow_path<std::__1::pair<int, leveldb::InternalKey> >(std::__1::pair<int, leveldb::InternalKey>&&) in libleveldb.a(version_edit.o)
void std::__1::vector<leveldb::HotThread*, std::__1::allocator<leveldb::HotThread*> >::__push_back_slow_path<leveldb::HotThread* const&>(leveldb::HotThread* const&&&) in libleveldb.a(hot_threads.o)
std::__1::deque<leveldb::ThreadTask*, std::__1::allocator<leveldb::ThreadTask*> >::__add_back_capacity() in libleveldb.a(hot_threads.o)
std::__1::__split_buffer<leveldb::ThreadTask**, std::__1::allocator<leveldb::ThreadTask**> >::push_back(leveldb::ThreadTask**&&) in libleveldb.a(hot_threads.o)
std::__1::__split_buffer<leveldb::ThreadTask**, std::__1::allocator<leveldb::ThreadTask**> >::push_front(leveldb::ThreadTask**&&) in libleveldb.a(hot_threads.o)
std::__1::__split_buffer<leveldb::ThreadTask**, std::__1::allocator<leveldb::ThreadTask**>&>::push_back(leveldb::ThreadTask**&&) in libleveldb.a(hot_threads.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::append(char const*)", referenced from:
leveldb::(anonymous namespace)::Repairer::ArchiveFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool) in libleveldb.a(repair.o)
leveldb::SetCurrentFile(leveldb::Env*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned long long) in libleveldb.a(filename.o)
leveldb::MakeTieredDbname(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, leveldb::Options&) in libleveldb.a(filename.o)
leveldb::VersionEdit::DebugString() const in libleveldb.a(version_edit.o)
leveldb::QueueThread::QueueThread(leveldb::HotThreadPool&) in libleveldb.a(hot_threads.o)
leveldb::AppendNumberTo(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, unsigned long long) in libleveldb.a(logging.o)
leveldb::AppendEscapedStringTo(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, leveldb::Slice const&) in libleveldb.a(logging.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::append(char const*, unsigned long)", referenced from:
leveldb::Status::ToString() const in libleveldb.a(status.o)
leveldb::(anonymous namespace)::Repairer::Run() in libleveldb.a(repair.o)
leveldb::(anonymous namespace)::Repairer::ArchiveFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool) in libleveldb.a(repair.o)
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > std::__1::operator+<char, std::__1::char_traits<char>, std::__1::allocator<char> >(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, char const*) in libleveldb.a(repair.o)
leveldb::WriteBatchInternal::Append(leveldb::WriteBatch*, leveldb::WriteBatch const*) in libleveldb.a(write_batch.o)
std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > std::__1::operator+<char, std::__1::char_traits<char>, std::__1::allocator<char> >(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, char const*) in libleveldb.a(filename.o)
leveldb::MakeTieredDbname(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, leveldb::Options&) in libleveldb.a(filename.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::append(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned long, unsigned long)", referenced from:
leveldb::(anonymous namespace)::Repairer::ArchiveFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool) in libleveldb.a(repair.o)
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::assign(char const*)", referenced from:
_main in leveldb_repair-53b27d.o
leveldb::(anonymous namespace)::PosixEnv::GetTestDirectory(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) in libleveldb.a(env_posix.o)
leveldb::DBImpl::GetProperty(leveldb::Slice const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) in libleveldb.a(db_impl.o)
leveldb::InternalKey::DebugString() const in libleveldb.a(dbformat.o)
leveldb::TableBuilder::Finish() in libleveldb.a(table_builder.o)
leveldb::Table::ReadMeta(leveldb::Footer const&) in libleveldb.a(table.o)
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::assign(char const*, unsigned long)", referenced from:
leveldb::(anonymous namespace)::Repairer::Run() in libleveldb.a(repair.o)
leveldb::BuildTable(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, leveldb::Env*, leveldb::Options const&, leveldb::Comparator const*, leveldb::TableCache*, leveldb::Iterator*, leveldb::FileMetaData*, unsigned long long) in libleveldb.a(builder.o)
leveldb::WriteBatchInternal::SetContents(leveldb::WriteBatch*, leveldb::Slice const&) in libleveldb.a(write_batch.o)
leveldb::VersionEdit::DecodeFrom(leveldb::Slice const&) in libleveldb.a(version_edit.o)
leveldb::DBImpl::DoCompactionWork(leveldb::DBImpl::CompactionState*) in libleveldb.a(db_impl.o)
leveldb::StringValue::assign(char const*, unsigned long) in libleveldb.a(db_impl.o)
leveldb::log::Reader::ReadRecord(leveldb::Slice*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) in libleveldb.a(log_reader.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::resize(unsigned long, char)", referenced from:
leveldb::(anonymous namespace)::BytewiseComparatorImpl::FindShortestSeparator(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, leveldb::Slice const&) const in libleveldb.a(comparator.o)
leveldb::(anonymous namespace)::BytewiseComparatorImpl::FindShortSuccessor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) const in libleveldb.a(comparator.o)
leveldb::WriteBatch::WriteBatch() in libleveldb.a(write_batch.o)
leveldb::WriteBatch::Clear() in libleveldb.a(write_batch.o)
leveldb::WriteBatch::WriteBatch() in libleveldb.a(write_batch.o)
leveldb::(anonymous namespace)::BloomFilterPolicy::CreateFilter(leveldb::Slice const*, int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) const in libleveldb.a(bloom.o)
leveldb::(anonymous namespace)::BloomFilterPolicy2::CreateFilter(leveldb::Slice const*, int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) const in libleveldb.a(bloom2.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::reserve(unsigned long)", referenced from:
leveldb::(anonymous namespace)::Repairer::Run() in libleveldb.a(repair.o)
leveldb::VersionEdit::SetComparatorName(leveldb::Slice const&) in libleveldb.a(repair.o)
leveldb::MakeLevelDirectories(leveldb::Env*, leveldb::Options const&) in libleveldb.a(filename.o)
leveldb::TestForLevelDirectories(leveldb::Env*, leveldb::Options const&, leveldb::Version*) in libleveldb.a(filename.o)
leveldb::VersionEdit::DecodeFrom(leveldb::Slice const&) in libleveldb.a(version_edit.o)
leveldb::SanitizeOptions(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, leveldb::InternalKeyComparator const*, leveldb::InternalFilterPolicy const*, leveldb::Options const&, leveldb::Cache*) in libleveldb.a(db_impl.o)
leveldb::VersionEdit::SetComparatorName(leveldb::Slice const&) in libleveldb.a(db_impl.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::push_back(char)", referenced from:
leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&) in libleveldb.a(write_batch.o)
leveldb::WriteBatch::PutWriteTime(leveldb::Slice const&, leveldb::Slice const&) in libleveldb.a(write_batch.o)
leveldb::WriteBatch::PutExplicitExpiry(leveldb::Slice const&, leveldb::Slice const&, unsigned long long) in libleveldb.a(write_batch.o)
leveldb::WriteBatch::Delete(leveldb::Slice const&) in libleveldb.a(write_batch.o)
leveldb::AppendEscapedStringTo(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, leveldb::Slice const&) in libleveldb.a(logging.o)
leveldb::EscapeString(leveldb::Slice const&) in libleveldb.a(logging.o)
leveldb::(anonymous namespace)::BloomFilterPolicy::CreateFilter(leveldb::Slice const*, int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) const in libleveldb.a(bloom.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
leveldb::(anonymous namespace)::PosixEnv::NewSequentialFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, leveldb::SequentialFile**) in libleveldb.a(env_posix.o)
leveldb::(anonymous namespace)::PosixEnv::NewRandomAccessFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, leveldb::RandomAccessFile**) in libleveldb.a(env_posix.o)
leveldb::(anonymous namespace)::PosixMmapFile::PosixMmapFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, unsigned long, unsigned long, bool, unsigned long) in libleveldb.a(env_posix.o)
std::__1::pair<std::__1::__tree_iterator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::__tree_node<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, void*>*, long>, bool> std::__1::__tree<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::__emplace_unique_key_args<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&&&) in libleveldb.a(env_posix.o)
leveldb::RepairDB(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, leveldb::Options const&) in libleveldb.a(repair.o)
leveldb::(anonymous namespace)::Repairer::Run() in libleveldb.a(repair.o)
void std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::__push_back_slow_path<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&&&) in libleveldb.a(repair.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, unsigned long, unsigned long, std::__1::allocator<char> const&)", referenced from:
leveldb::(anonymous namespace)::Repairer::ArchiveFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool) in libleveldb.a(repair.o)
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::~basic_string()", referenced from:
leveldb::(anonymous namespace)::PosixRandomAccessFile::~PosixRandomAccessFile() in libleveldb.a(env_posix.o)
leveldb::(anonymous namespace)::PosixMmapFile::~PosixMmapFile() in libleveldb.a(env_posix.o)
leveldb::(anonymous namespace)::Repairer::~Repairer() in libleveldb.a(repair.o)
leveldb::QueueThread::~QueueThread() in libleveldb.a(hot_threads.o)
leveldb::HotThreadPool::~HotThreadPool() in libleveldb.a(hot_threads.o)
leveldb::DBImpl::~DBImpl() in libleveldb.a(db_impl.o)
leveldb::(anonymous namespace)::DBIter::~DBIter() in libleveldb.a(db_iter.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::operator=(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
leveldb::(anonymous namespace)::PosixEnv::LockFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, leveldb::FileLock**) in libleveldb.a(env_posix.o)
leveldb::(anonymous namespace)::Repairer::Run() in libleveldb.a(repair.o)
leveldb::VersionEdit::AddFile(int, unsigned long long, unsigned long long, leveldb::InternalKey const&, leveldb::InternalKey const&) in libleveldb.a(repair.o)
leveldb::MakeTieredDbname(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, leveldb::Options&) in libleveldb.a(filename.o)
leveldb::QueueThread::QueueThread(leveldb::HotThreadPool&) in libleveldb.a(hot_threads.o)
leveldb::DBImpl::WriteLevel0Table(leveldb::MemTable volatile*, leveldb::VersionEdit*, leveldb::Version*) in libleveldb.a(db_impl.o)
leveldb::VersionEdit::AddFile(int, unsigned long long, unsigned long long, leveldb::InternalKey const&, leveldb::InternalKey const&) in libleveldb.a(db_impl.o)
...
"void std::__1::__sort<std::__1::__less<unsigned long long, unsigned long long>&, unsigned long long*>(unsigned long long*, unsigned long long*, std::__1::__less<unsigned long long, unsigned long long>&)", referenced from:
leveldb::DBImpl::Recover(leveldb::VersionEdit*) in libleveldb.a(db_impl.o)
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > std::__1::operator+<char, std::__1::char_traits<char>, std::__1::allocator<char> >(char const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
leveldb::(anonymous namespace)::PosixEnv::LockFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, leveldb::FileLock**) in libleveldb.a(env_posix.o)
ld: symbol(s) not found for architecture x86_64
clang-6.0: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [leveldb_repair] Error 1
Undefined symbols for architecture x86_64:
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::compare(unsigned long, unsigned long, char const*, unsigned long) const", referenced from:
leveldb::VersionSet::Recover() in libleveldb.a(version_set.o)
"std::__1::__vector_base_common<true>::__throw_length_error() const", referenced from:
void std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::__push_back_slow_path<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&&) in libleveldb.a(env_posix.o)
void std::__1::vector<leveldb::HotThread*, std::__1::allocator<leveldb::HotThread*> >::__push_back_slow_path<leveldb::HotThread* const&>(leveldb::HotThread* const&&&) in libleveldb.a(hot_threads.o)
void std::__1::vector<unsigned int, std::__1::allocator<unsigned int> >::__push_back_slow_path<unsigned int>(unsigned int&&) in libleveldb.a(block_builder.o)
void std::__1::vector<unsigned long, std::__1::allocator<unsigned long> >::__push_back_slow_path<unsigned long>(unsigned long&&) in libleveldb.a(filter_block.o)
void std::__1::vector<unsigned int, std::__1::allocator<unsigned int> >::__push_back_slow_path<unsigned int>(unsigned int&&) in libleveldb.a(filter_block.o)
std::__1::vector<leveldb::Slice, std::__1::allocator<leveldb::Slice> >::__append(unsigned long) in libleveldb.a(filter_block.o)
leveldb::VersionSet::GetRange2(std::__1::vector<leveldb::FileMetaData*, std::__1::allocator<leveldb::FileMetaData*> > const&, std::__1::vector<leveldb::FileMetaData*, std::__1::allocator<leveldb::FileMetaData*> > const&, leveldb::InternalKey*, leveldb::InternalKey*) in libleveldb.a(version_set.o)
...
"std::__1::__basic_string_common<true>::__throw_length_error() const", referenced from:
leveldb::(anonymous namespace)::PosixEnv::GetChildren(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >*) in libleveldb.a(env_posix.o)
leveldb::Status::ToString() const in libleveldb.a(status.o)
leveldb::HotThreadPool::HotThreadPool(unsigned long, char const*, leveldb::PerformanceCountersEnum, leveldb::PerformanceCountersEnum, leveldb::PerformanceCountersEnum, leveldb::PerformanceCountersEnum) in libleveldb.a(hot_threads.o)
leveldb::ParsedInternalKey::DebugString() const in libleveldb.a(dbformat.o)
leveldb::InternalKeyComparator::FindShortestSeparator(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, leveldb::Slice const&) const in libleveldb.a(dbformat.o)
leveldb::InternalKeyComparator::FindShortSuccessor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) const in libleveldb.a(dbformat.o)
leveldb::VersionSet::Builder::Apply(leveldb::VersionEdit*) in libleveldb.a(version_set.o)
...
"std::logic_error::logic_error(char const*)", referenced from:
void std::__1::vector<leveldb::HotThread*, std::__1::allocator<leveldb::HotThread*> >::__push_back_slow_path<leveldb::HotThread* const&>(leveldb::HotThread* const&&&) in libleveldb.a(hot_threads.o)
std::__1::deque<leveldb::ThreadTask*, std::__1::allocator<leveldb::ThreadTask*> >::__add_back_capacity() in libleveldb.a(hot_threads.o)
std::__1::__split_buffer<leveldb::ThreadTask**, std::__1::allocator<leveldb::ThreadTask**> >::push_back(leveldb::ThreadTask**&&) in libleveldb.a(hot_threads.o)
std::__1::__split_buffer<leveldb::ThreadTask**, std::__1::allocator<leveldb::ThreadTask**> >::push_front(leveldb::ThreadTask**&&) in libleveldb.a(hot_threads.o)
std::__1::__split_buffer<leveldb::ThreadTask**, std::__1::allocator<leveldb::ThreadTask**>&>::push_back(leveldb::ThreadTask**&&) in libleveldb.a(hot_threads.o)
std::__1::__split_buffer<leveldb::ThreadTask**, std::__1::allocator<leveldb::ThreadTask**>&>::push_front(leveldb::ThreadTask** const&) in libleveldb.a(hot_threads.o)
void std::__1::vector<unsigned int, std::__1::allocator<unsigned int> >::__push_back_slow_path<unsigned int>(unsigned int&&) in libleveldb.a(block_builder.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::append(char const*)", referenced from:
_main in sst_rewrite-fd4b40.o
leveldb::TableBuilder::Finish() in libleveldb.a(table_builder.o)
leveldb::Table::ReadMeta(leveldb::Footer const&) in libleveldb.a(table.o)
leveldb::ReadBlock(leveldb::RandomAccessFile*, leveldb::ReadOptions const&, leveldb::BlockHandle const&, leveldb::BlockContents*) in libleveldb.a(format.o)
leveldb::QueueThread::QueueThread(leveldb::HotThreadPool&) in libleveldb.a(hot_threads.o)
leveldb::ParsedInternalKey::DebugString() const in libleveldb.a(dbformat.o)
leveldb::ParsedInternalKey::DebugStringHex() const in libleveldb.a(dbformat.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::append(char const*, unsigned long)", referenced from:
leveldb::Status::ToString() const in libleveldb.a(status.o)
leveldb::PutFixed32(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, unsigned int) in libleveldb.a(coding.o)
leveldb::PutFixed64(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, unsigned long long) in libleveldb.a(coding.o)
leveldb::PutVarint32(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, unsigned int) in libleveldb.a(coding.o)
leveldb::PutVarint64(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, unsigned long long) in libleveldb.a(coding.o)
leveldb::PutLengthPrefixedSlice(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, leveldb::Slice const&) in libleveldb.a(coding.o)
leveldb::BlockBuilder::Add(leveldb::Slice const&, leveldb::Slice const&) in libleveldb.a(block_builder.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::assign(char const*)", referenced from:
_main in sst_rewrite-fd4b40.o
leveldb::TableBuilder::Finish() in libleveldb.a(table_builder.o)
leveldb::(anonymous namespace)::PosixEnv::GetTestDirectory(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) in libleveldb.a(env_posix.o)
leveldb::Table::ReadMeta(leveldb::Footer const&) in libleveldb.a(table.o)
leveldb::InternalKey::DebugString() const in libleveldb.a(dbformat.o)
leveldb::DBImpl::GetProperty(leveldb::Slice const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) in libleveldb.a(db_impl.o)
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::assign(char const*, unsigned long)", referenced from:
leveldb::TableBuilder::Add(leveldb::Slice const&, leveldb::Slice const&) in libleveldb.a(table_builder.o)
leveldb::(anonymous namespace)::TwoLevelIterator::InitDataBlock() in libleveldb.a(two_level_iterator.o)
leveldb::KeyRetirement::operator()(leveldb::Slice&) in libleveldb.a(dbformat.o)
leveldb::VersionSet::WriteSnapshot(leveldb::log::Writer*) in libleveldb.a(version_set.o)
leveldb::VersionEdit::DecodeFrom(leveldb::Slice const&) in libleveldb.a(version_edit.o)
leveldb::log::Reader::ReadRecord(leveldb::Slice*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) in libleveldb.a(log_reader.o)
leveldb::DBImpl::DoCompactionWork(leveldb::DBImpl::CompactionState*) in libleveldb.a(db_impl.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::resize(unsigned long, char)", referenced from:
leveldb::TableBuilder::WriteBlock(leveldb::BlockBuilder*, leveldb::BlockHandle*) in libleveldb.a(table_builder.o)
leveldb::(anonymous namespace)::BloomFilterPolicy2::CreateFilter(leveldb::Slice const*, int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) const in libleveldb.a(bloom2.o)
leveldb::Footer::EncodeTo(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) const in libleveldb.a(format.o)
leveldb::BlockBuilder::Add(leveldb::Slice const&, leveldb::Slice const&) in libleveldb.a(block_builder.o)
leveldb::(anonymous namespace)::BytewiseComparatorImpl::FindShortestSeparator(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, leveldb::Slice const&) const in libleveldb.a(comparator.o)
leveldb::(anonymous namespace)::BytewiseComparatorImpl::FindShortSuccessor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) const in libleveldb.a(comparator.o)
leveldb::(anonymous namespace)::BloomFilterPolicy::CreateFilter(leveldb::Slice const*, int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) const in libleveldb.a(bloom.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::reserve(unsigned long)", referenced from:
leveldb::InternalKey::DebugString() const in libleveldb.a(dbformat.o)
leveldb::VersionSet::LogAndApply(leveldb::VersionEdit*, leveldb::port::Mutex*) in libleveldb.a(version_set.o)
leveldb::VersionSet::Builder::Apply(leveldb::VersionEdit*) in libleveldb.a(version_set.o)
leveldb::VersionEdit::SetComparatorName(leveldb::Slice const&) in libleveldb.a(version_set.o)
leveldb::VersionSet::SetupOtherInputs(leveldb::Compaction*) in libleveldb.a(version_set.o)
leveldb::VersionEdit::DecodeFrom(leveldb::Slice const&) in libleveldb.a(version_edit.o)
leveldb::MakeLevelDirectories(leveldb::Env*, leveldb::Options const&) in libleveldb.a(filename.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::push_back(char)", referenced from:
leveldb::(anonymous namespace)::BloomFilterPolicy2::CreateFilter(leveldb::Slice const*, int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) const in libleveldb.a(bloom2.o)
leveldb::FilterBlockBuilder::Finish() in libleveldb.a(filter_block.o)
leveldb::(anonymous namespace)::BloomFilterPolicy::CreateFilter(leveldb::Slice const*, int, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*) const in libleveldb.a(bloom.o)
leveldb::Version::DebugString() const in libleveldb.a(version_set.o)
leveldb::AppendEscapedStringTo(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, leveldb::Slice const&) in libleveldb.a(logging.o)
leveldb::EscapeString(leveldb::Slice const&) in libleveldb.a(logging.o)
leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&) in libleveldb.a(write_batch.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::basic_string(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
LDbTable::LDbTable(leveldb::Options&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&) in sst_rewrite-fd4b40.o
leveldb::TableBuilder::Rep::Rep(leveldb::Options const&, leveldb::WritableFile*) in libleveldb.a(table_builder.o)
leveldb::(anonymous namespace)::PosixEnv::NewSequentialFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, leveldb::SequentialFile**) in libleveldb.a(env_posix.o)
leveldb::(anonymous namespace)::PosixEnv::NewRandomAccessFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, leveldb::RandomAccessFile**) in libleveldb.a(env_posix.o)
leveldb::(anonymous namespace)::PosixMmapFile::PosixMmapFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, unsigned long, unsigned long, bool, unsigned long) in libleveldb.a(env_posix.o)
std::__1::pair<std::__1::__tree_iterator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::__tree_node<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, void*>*, long>, bool> std::__1::__tree<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::less<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >::__emplace_unique_key_args<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&&&) in libleveldb.a(env_posix.o)
leveldb::NewTwoLevelIterator(leveldb::Iterator*, leveldb::Iterator* (*)(void*, leveldb::ReadOptions const&, leveldb::Slice const&), void*, leveldb::ReadOptions const&) in libleveldb.a(two_level_iterator.o)
...
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::~basic_string()", referenced from:
leveldb::(anonymous namespace)::PosixRandomAccessFile::~PosixRandomAccessFile() in libleveldb.a(env_posix.o)
leveldb::(anonymous namespace)::PosixMmapFile::~PosixMmapFile() in libleveldb.a(env_posix.o)
leveldb::QueueThread::~QueueThread() in libleveldb.a(hot_threads.o)
leveldb::HotThreadPool::~HotThreadPool() in libleveldb.a(hot_threads.o)
leveldb::DBImpl::~DBImpl() in libleveldb.a(db_impl.o)
leveldb::(anonymous namespace)::DBIter::~DBIter() in libleveldb.a(db_iter.o)
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::operator=(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
leveldb::TableBuilder::ChangeOptions(leveldb::Options const&) in libleveldb.a(table_builder.o)
leveldb::(anonymous namespace)::PosixEnv::LockFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, leveldb::FileLock**) in libleveldb.a(env_posix.o)
leveldb::Table::Open(leveldb::Options const&, leveldb::RandomAccessFile*, unsigned long long, leveldb::Table**) in libleveldb.a(table.o)
leveldb::ReadBlock(leveldb::RandomAccessFile*, leveldb::ReadOptions const&, leveldb::BlockHandle const&, leveldb::BlockContents*) in libleveldb.a(format.o)
leveldb::QueueThread::QueueThread(leveldb::HotThreadPool&) in libleveldb.a(hot_threads.o)
leveldb::Version::VerifyLevels(int&, leveldb::InternalKey&, leveldb::InternalKey&) in libleveldb.a(version_set.o)
leveldb::VersionEdit::AddFile(int, unsigned long long, unsigned long long, leveldb::InternalKey const&, leveldb::InternalKey const&) in libleveldb.a(version_set.o)
...
"void std::__1::__sort<std::__1::__less<unsigned long long, unsigned long long>&, unsigned long long*>(unsigned long long*, unsigned long long*, std::__1::__less<unsigned long long, unsigned long long>&)", referenced from:
leveldb::DBImpl::Recover(leveldb::VersionEdit*) in libleveldb.a(db_impl.o)
"std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > std::__1::operator+<char, std::__1::char_traits<char>, std::__1::allocator<char> >(char const*, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)", referenced from:
leveldb::(anonymous namespace)::PosixEnv::LockFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, leveldb::FileLock**) in libleveldb.a(env_posix.o)
ld: symbol(s) not found for architecture x86_64
clang-6.0: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [sst_rewrite] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment