quantcup-orderbook icon indicating copy to clipboard operation
quantcup-orderbook copied to clipboard

Missing "util.h"?

Open mirror6 opened this issue 9 years ago • 2 comments

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.

mirror6 avatar Nov 18 '15 19:11 mirror6

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

dendisuhubdy avatar Jan 22 '16 16:01 dendisuhubdy

Just remove that line, it will compile.

ghost avatar Dec 29 '18 23:12 ghost