You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: