cmu-db / peloton

The Self-Driving Database Management System
http://pelotondb.io
Apache License 2.0
2.03k stars 622 forks source link

build failed #1487

Closed haocoder closed 5 years ago

haocoder commented 5 years ago

when I built by cmake -DCMAKE_BUILD_TYPE=Debug -DUSE_SANITIZER=Address -DCMAKE_CXX_FLAGS="-DLOG_LEVEL=LOG_LEVEL_TRACE" .. make -j4 there is wrong with /usr/include/llvm-3.9/llvm/Support/Compiler.h:389:39: fatal error: sanitizer/asan_interface.h: No such file or directory

apavlo commented 5 years ago

I don't think your environment is setup correctly:

https://github.com/cmu-db/peloton/wiki/Installation#ubuntu-quick-setup

haocoder commented 5 years ago

thank you, I have fixed my problem, it's my environment incorrect