issues with latest GiGi

Questions, problems and discussion about compiling FreeOrion.

Moderator: Oberlus

Post Reply
Message
Author
weaz
Krill Swarm
Posts: 12
Joined: Thu Jan 14, 2010 10:04 am

issues with latest GiGi

#1 Post by weaz »

well downloaded the svn tree and tried to install GiGi. Compilation ran smooth but then:

Code: Select all

-- Up-to-date: /usr/local/lib/pkgconfig/GiGiSDL.pc
-- Up-to-date: /usr/local/lib/pkgconfig/GiGiOgre.pc
CMake Error at cmake_install.cmake:52 (FILE):
  file INSTALL cannot find "/home/weaz/freeorion/FreeOrion/GG/doc/GG".
Indeed there is no directory inside GG/doc/ named GG, but Doxygen doesnt generate one so ... any makefile fix?
While i did remove that line from the cmake_install.cmake and works without it i do not know if it is all ok.
Also if I try without the option i get a problem in libboost when trying to make freeorion, even if i have libboost (1.40) but i belive this to be independent problem from the first.

Code: Select all

weaz@glottis:~/freeorion/FreeOrion$ cmake .
-- Build platform: linux
-- Could NOT find Boost
CMake Error at CMakeLists.txt:62 (message):
  Boost libraries not found.


-- Configuring incomplete, errors occurred!
Thanks, weaz

User avatar
Geoff the Medio
Programming, Design, Admin
Posts: 13603
Joined: Wed Oct 08, 2003 1:33 am
Location: Munich

Re: issues with latest GiGi

#2 Post by Geoff the Medio »

If the only thing missing from your GG build is the documentation, it should probably still work fine.

FreeOrion requires boost 1.42 (or possibly later - I haven't tried with 1.43 myself).

weaz
Krill Swarm
Posts: 12
Joined: Thu Jan 14, 2010 10:04 am

Re: issues with latest GiGi

#3 Post by weaz »

thanks in that case will get latest boost :)

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

Re: issues with latest GiGi

#4 Post by cazfi »

weaz wrote:

Code: Select all

CMake Error at cmake_install.cmake:52 (FILE):
  file INSTALL cannot find "/home/weaz/freeorion/FreeOrion/GG/doc/GG".
I bumped same problem. It seems that doxygen is not run automatically. I run it manually and then rerun 'make install'. It went through successfully.

weaz
Krill Swarm
Posts: 12
Joined: Thu Jan 14, 2010 10:04 am

Re: issues with latest GiGi

#5 Post by weaz »

Actually I removed the doxygen altogether i dont really need the generated code help. But yes your solution really does fix it. thanks

zhur
Space Floater
Posts: 38
Joined: Thu Aug 09, 2012 8:15 am

Re: issues with latest GiGi

#6 Post by zhur »

Hey, this is the fix (since it could happen and just happened) with someone else.

GPLv2 or later as usual.
Attachments

[The extension patch has been deactivated and can no longer be displayed.]


Post Reply