I could compile the server and the server works now, but I have Problems with the linking of both clients.
I have found new lines in the readme file:
Quote:
You'll also need the GG GUI library (aka GiGi). Use WinCVS or regular CVS to check out the source code files into the FreeOrion directory you just checked out:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gigi login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/gigi co GG
Ahhm both cvs lines do not work on my computer and when I use the first line it wants a password.
I wonder why there are no files inside of C:\freeorion\SDL_net and C:\freeorion\SDL_net2 when I download with CVS, but anywhere I got those file - dont know.
errors at compiling humanclient:
C:\freeorion\objs\IntroScreen.o(.text+0x38b3)
[Warning] In function `ZN11IntroScreen7OnAboutEv':
[Linker error] undefined reference to `About::About()'
[Linker error] undefined reference to `About::~About()'
[Linker error] undefined reference to `About::~About()'
C:\freeorion\client\human\Makefile.win
[Build Error] [../../freeorion.exe] Error 1
with AiClient there were Problems I could fix, dont know how but compiling worked
I had to fill in the include filesC:\freeorion\SDL_net2 and C:\freeorion\SDL_net again in the Project Configuration
If I use an older compiled humanclient it shows an error when starting a game: Universe already built oder server error but not the same error as if I wouldnt execute the server.