Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make benchmark error #187

Open
trgfree opened this issue Sep 2, 2021 · 0 comments
Open

make benchmark error #187

trgfree opened this issue Sep 2, 2021 · 0 comments
Labels

Comments

@trgfree
Copy link

trgfree commented Sep 2, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants