This could just be a me problem, but I'm having a hard time compiling this. I'm using gcc. I first started by trying just trying to compile chess_engine.cpp, but that did not work. It gave me a bunch of undefined references.
After that i tried to compile the cpp files into object files and linking them together, but than i still got multiple undefined references and also a few multiple definitions.
May I ask what you do to compile and use this project?
This could just be a me problem, but I'm having a hard time compiling this. I'm using gcc. I first started by trying just trying to compile chess_engine.cpp, but that did not work. It gave me a bunch of undefined references.
After that i tried to compile the cpp files into object files and linking them together, but than i still got multiple undefined references and also a few multiple definitions.
May I ask what you do to compile and use this project?