hyrise/sql-parser

make benchmark error

trgfree opened this issue · 0 comments

it seems that lack the file benchmark/benchmark.h

make benchmark
g++ -std=c++17 -Wall -Isrc/ -L./ -O3 benchmark/benchmark.cpp benchmark/benchmark_utils.cpp benchmark/parser_benchmark.cpp benchmark/queries.cpp -o bin/benchmark -lbenchmark -lpthread -lsqlparser -lstdc++ -lstdc++fs
benchmark/benchmark.cpp:1:10: fatal error: benchmark/benchmark.h: No such file or directory
#include "benchmark/benchmark.h"
^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from benchmark/benchmark_utils.cpp:1:
benchmark/benchmark_utils.h:4:10: fatal error: benchmark/benchmark.h: No such file or directory
#include "benchmark/benchmark.h"
^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
benchmark/parser_benchmark.cpp:4:10: fatal error: benchmark/benchmark.h: No such file or directory
#include "benchmark/benchmark.h"
^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
In file included from benchmark/queries.cpp:8:
benchmark/benchmark_utils.h:4:10: fatal error: benchmark/benchmark.h: No such file or directory
#include "benchmark/benchmark.h"
^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [bin/benchmark] Error 1