quantcup-orderbook
quantcup-orderbook copied to clipboard
Missing "util.h"?
It looks like "util.h" is not present. "engine.cpp" consequently does not build for me. Was "util.h" not added to the repository when uploading to github? Possible that I may be missing something.
Commenting out that line fixed the issue, so maybe this was just vestigial.
yeah same for me too
Scanning dependencies of target score [ 12%] Building CXX object CMakeFiles/score.dir/order_book.cpp.o [ 25%] Building CXX object CMakeFiles/score.dir/engine.cpp.o /home/dendisuhubdy/workspace/quantcup-orderbook/engine.cpp:74:18: fatal error: util.h: No such file or directory #include "util.h" ^ compilation terminated. make[2]: *** [CMakeFiles/score.dir/engine.cpp.o] Error 1 make[1]: *** [CMakeFiles/score.dir/all] Error 2
Just remove that line, it will compile.