Re: [Freebooters-devel] freebooters on freebsd (Intern)

2004-05-12 Thread Moritz Muehlenhoff
[EMAIL PROTECTED] wrote: > $ gmake > g++ -g -O2 -Wall `sdl-config --cflags` -c -o nutship.o nutship.cc > nutship.cc: In member function `void NutShip::travel(int, int, int, int, >NutShip*)': > nutship.cc:226: error: `round' undeclared (first use this function) I debugged this on a FreeBSD ma

RE: [Freebooters-devel] freebooters on freebsd (Intern)

2004-05-11 Thread Christer.Solskogen
> [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

Re: [Freebooters-devel] freebooters on freebsd (Intern)

2004-05-11 Thread Moritz Muehlenhoff
[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 b