make.bat run: The system cannot find the path specified.
mcandre opened this issue · 3 comments
mcandre commented
When I git clone cmu-skillswap2012, cd, and enter make.bat run
, I get:
The system cannot find the path specified.
Upon inspecting make.bat, the offending file dist/build/guesser/guesser.exe
seems to be missing.
Am I doing something wrong, or was guesser.exe
forgotten?
mmirman commented
Is "dist/build/guesser/guesser" there? I don't use windows and can't check.
mcandre commented
dist
is empty, check this GitHub repository.
mmirman commented
I think you need to run make.bat test first.