kbumsik / WolfieMouse

IEEE Reion 1 Micromouse competition.
56 stars 30 forks source link

Compile Error with mazeString #76

Open JAECHON-YU opened 2 years ago

JAECHON-YU commented 2 years ago

Dear Bunsik,

Thanks for you Great work!

I have up and running vagrant VM and could reach before make

But have problem with make.

Could you give me any hint to solve this problem?

BTW, windows 11 will not allow us to install VirtualBox.

main.cc: In function 'void task_1_mouse_simulation()': main.cc:66:68: error: 'mazeString' was not declared in this scope static SimulMouse virtualMouse(const_cast<Maze::StringMaze >(&mazeString), &fakeIO, &fakeIO); ^~~~~~ main.cc: In function 'int main()': main.cc:286:52: warning: ISO C++ forbids converting a string constant to 'char' [-Wwrite-strings] terminal_puts("Creating main task failed!!"); ^ ../target.mk:22: recipe for target 'build/main.o' failed make: *** [build/main.o] Error 1 make 8.00s user 15.96s system 41% cpu 58.070 total