[EMAIL PROTECTED] wrote:
> g++ -g -O2 -Wall `sdl-config --cflags` -pipe   -c -o nutship.o nutship.cc
> nutship.cc: In member function `void NutShip::travel(int, int, int, int,
>    NutShip*)':
> nutship.cc:225: error: `round' undeclared (first use this function)

Thanks for your report. This will be fixed in the upcoming 0.1.1 release.

As a workaround please insert a
#include <cmath>
at the beginning of the file; this should solve it.

Cheers,
        Moritz

Reply via email to