Hello,
I tried to compile freeciv beta 2, but I have a problem in the SDL client:
chatline.c: In function `inputline_return_callback':
chatline.c:92: error: too few arguments to function `real_append_output_window'
chatline.c: In function `real_append_output_window':
chatline.c:151: warning: passing arg 2 of `add_notify_window' makes pointer
from integer without a cast
chatline.c:151: error: too many arguments to function `add_notify_window'
It seems the real_append_output_window doesn't have the right number
of parameters, and calls the add_notify_window with the wrong type of
parameters. I had a quick look to the code, but I didn't find an
evident way to fix it, I'll have a more in-depth look later on if
needed, but maybe it's just a missing commit to the CVS or something
like that ;)