Problem compiling Free Orion

Questions, problems and discussion about compiling FreeOrion.

Moderator: Oberlus

Post Reply
Message
Author
ilya_tau
Space Krill
Posts: 6
Joined: Fri Mar 03, 2006 6:42 pm
Location: Israel

Problem compiling Free Orion

#1 Post by ilya_tau »

I take and install version of GiGi from sourceforge. end when I compile Orion, i have problem, because in /util/XMLDoc.h

Code: Select all

#ifndef _GG_Enum_h_
#include <GG/Enum.h>
#endif

#ifndef _GG_Exception_h_
#include <GG/Exception.h>
#endif
but in directory of GG is only GGEnum.h , and Exception.h isn't there.
I made somefing wrong?
Thank you.

Yoghurt
Programmer
Posts: 376
Joined: Sat Jun 28, 2003 8:17 pm
Location: Heidelberg, Germany

#2 Post by Yoghurt »

You need to get the most recent version of gigi through subversion.

The easiest way is to simply checkout FreeOrion's Subversion-repository; it will automatically fetch GiGi for you (in FreeOrion/GG)

Post Reply