  FAQ

     The program doesn't compile on my computer
        Well, it is not stable yet, so there may be problems around.
        Please read the INSTALL file carefully, and study the BUGS
        <http://www.lysator.liu.se/realtimebattle/Documentation/BUGS.html>
        file.


     I have installed gtk, but configure doesn't find it
        Check that gtk-config is in the path! You may need to set the
        environmental variable GTK_CONFIG if, for example, the name of
        gtk-config is changed.


     My robot doesn't work as I expect
        If your messages are not recognized at all, the problem may be
        that the STDOUT needs to be flushed. In C++ this is done
        automatically by sending endl to cout, but in other languages
        you have to do it explicitly.

        Another common mistake is to forget whitespace between the
        arguments of a message. This problem can be hard to find since
        the warning message is usually sent too late or not at all.


     I can't replay a logfile made with RealTimeBattle-0.9.7
        This is due to the fact that there were errors in the logfile-
        generator in RealTimeBattle-0.9.7, thus alla logfiles from
        versions before 0.9.8 are incompatible with the replay function.


     How do I change the language in RealTimeBattle?
        This is very simple. Just set the environmental variable LANG to
        your language. In bash for example, use this:

        % export LANG=en_US


     Note that en_US is to be replaced with the language code that you
     want to use.


     Which languages is available for RealTimeBattle?
        There are, at this moment, four translations apart from english:
        Polish, Portuguese, German and Swedish.




















