Page 1 of 1

GG documentation not generated

Posted: Thu Sep 01, 2011 3:59 pm
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)

Re: GG documentation not generated

Posted: Thu Sep 01, 2011 4:10 pm
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(?)

Re: GG documentation not generated

Posted: Thu Sep 01, 2011 5:06 pm
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.