make -C src
make[1]: Entering directory `/home/fred/Documents/cave/cave9.2008-03-20/src'
gcc -Wall -Werror -ggdb `sdl-config --cflags` -I/usr/include/SDL -c -o
main.o main.cpp
cc1plus: warnings being treated as errors
main.cpp: In function 'void args_init(Args*, int, char**)':
main.cpp:141: error: deprecated conversion from string constant to 'char*'
main.cpp:141: error: deprecated conversion from string constant to 'char*'
main.cpp:141: error: deprecated conversion from string constant to 'char*'
main.cpp:141: error: deprecated conversion from string constant to 'char*'
main.cpp:141: error: deprecated conversion from string constant to 'char*'
main.cpp:141: error: deprecated conversion from string constant to 'char*'
main.cpp:141: error: deprecated conversion from string constant to 'char*'
main.cpp:141: error: deprecated conversion from string constant to 'char*'
main.cpp:141: error: deprecated conversion from string constant to 'char*'
main.cpp:141: error: deprecated conversion from string constant to 'char*'
main.cpp:141: error: deprecated conversion from string constant to 'char*'
main.cpp:141: error: deprecated conversion from string constant to 'char*'
main.cpp:141: error: deprecated conversion from string constant to 'char*'
main.cpp:141: error: deprecated conversion from string constant to 'char*'
main.cpp:141: error: deprecated conversion from string constant to 'char*'
main.cpp:141: error: deprecated conversion from string constant to 'char*'
main.cpp:141: error: deprecated conversion from string constant to 'char*'
main.cpp:141: error: deprecated conversion from string constant to 'char*'
main.cpp:141: error: deprecated conversion from string constant to 'char*'
main.cpp:141: error: deprecated conversion from string constant to 'char*'
make[1]: *** [main.o] Error 1
An other thin explain in README what is the goal and how play game (I quickly
tested, but I'm not understood the gravity effect)
Continuation
Fred
Thanks for trying the game, and reporting back.
I uploaded a new version that compiles in plain C, not C++, so this
"string" problem should be solved.
Please let me now of any new issue.
> An other thin explain in README what is the goal and how play game (I quickly
> tested, but I'm not understood the gravity effect)
The goal is on the homepage, and the controls are described in the README.
Anyway, I made it more detailed now, and hopefuly more clear.
I also copied the story section from the homepage into the README.
Regards,
bart9h