bytedance / terarkdb

A RocksDB compatible KV storage engine with better performance
Apache License 2.0
2.05k stars 202 forks source link

[CMakeList] remote_compaction_worker_101 compile #185

Closed yapple closed 2 years ago

yapple commented 2 years ago

[BUG]

Expected behavior

Compile PASS when we compile Debug mode without open TerarkZIP

Actual behavior

remote_compaction_worker_101.cc:9:35: fatal error: terark/util/linebuf.hpp: No such file or directory

include <terark/util/linebuf.hpp>

Steps to reproduce the behavior

cmake .. -DCMAKE_BUILD_TYPE=Debug -DWITH_TERARK_ZIP=OFF

[Enhancement]

Problem

Solution