s3team / Squirrel

MIT License
184 stars 54 forks source link

build failed #1

Closed zhouqiang-cl closed 4 years ago

zhouqiang-cl commented 4 years ago

when run make afl-fuzz, it report

g++: error: unrecognized command line option ‘--std=c++2a’; did you mean ‘--std=c++03’?
make: *** [Makefile:78: afl-fuzz] Error 1
Changochen commented 4 years ago

I think this requires a newer version of g++, for example, 8.3. We will update with a better build instructions soon. Currently the README.md is far from complete.

zr950624 commented 4 years ago

when run make afl-fuzz, it report

g++: error: unrecognized command line option ‘--std=c++2a’; did you mean ‘--std=c++03’?
make: *** [Makefile:78: afl-fuzz] Error 1

It is okay to use -std=c++17. You can pull the latest version, I have updated it.

zhouqiang-cl commented 4 years ago

Thank you for your quick reply and fix. I will have a try

Changochen commented 4 years ago

We have provided docker files for MySQL, Postgre, and Mariadb. You can try it if interested.