GG documentation not generated

Questions, problems and discussion about compiling FreeOrion.

Moderator: Oberlus

Post Reply
Message
Author
cazfi
Space Floater
Posts: 42
Joined: Thu May 28, 2009 10:08 pm

GG documentation not generated

#1 Post by cazfi »

I've encountered this doxygen problem before, and according to my records last time I built FreeOrion was October 2009. So the problem is not any way new. When building GG in clean tree I get:

Code: Select all

CMake Error at cmake_install.cmake:52 (FILE):
  file INSTALL cannot find
  "/home/cazfi/fullmoon/trunk/examples/freeorion/checkout/FreeOrion/GG/doc/GG".
I remember fixing this last time simply by running doxygen manually before builod, but as long as build depends on doxygen documentation having been built, it really should take care of it itself - or at least check the situation beforehand ("cmake ." should complain)

cazfi
Space Floater
Posts: 42
Joined: Thu May 28, 2009 10:08 pm

Re: GG documentation not generated

#2 Post by cazfi »

Also, currently just some doxygen documentation is required. Generating it as part of build would result up-to-date documentation. I got successful build from tree where I had run doxygen 2008(?)

tzlaine
Programming Lead Emeritus
Posts: 1092
Joined: Thu Jun 26, 2003 1:33 pm

Re: GG documentation not generated

#3 Post by tzlaine »

Could you file a bug on this on the GG SF.net page, so it doesnt get lost? It looks like maybe an in-source vs. out-of-source build.

Post Reply