project-navigation
Personal tools

Author Topic: Cannot install the game  (Read 2113 times)

Offline Sagittario

  • Cannon Fodder
  • **
  • Posts: 7
    • View Profile
Cannot install the game
« on: December 10, 2009, 10:03:05 pm »
Hi,

I am trying to install the development version for Mac and am getting error messages. I have posted this at the technical support forum for Mac, but am getting no responses, so I am trying here in the hopes that more people read this board.



Here is the situation I am having:

Quote from: UFOAIwiki
fink install svn-ssl svn-client sdl sdl-ttf gettext libjpeg libpng3 glib2-dev gtk+2-dev gtkglext1 gtksourceview2 pango1-dev pango1-xft2-dev atk1 libgettext3-dev

I get an error that I cannot find package gtksourceview2, but if I remove that command, it works. I am to understand that is needed only for the editor, but I am able to progress beyond this point.

Quote
mkdir -p ufoai/trunk
cd ufoai/trunk
svn co https://ufoai.svn.sourceforge.net/svnroot/ufoai/ufoai/trunk .

So far, so good. However, when I try the next step:

Quote
./configure CPPFLAGS="-I/sw/include/" LDFLAGS="-L/sw/lib"

I get the following error message:

configure: error: You must have the OGG development headers

What can I do?

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: Cannot install the game
« Reply #1 on: December 11, 2009, 01:45:12 am »
I get the following error message:

configure: error: You must have the OGG development headers

What can I do?

Maybe you need OGG library and headers?
I don't know macs but a bit googling showed up this. (I don't know if that has the dev.headers or just binaries though)

-geever

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: Cannot install the game
« Reply #2 on: December 11, 2009, 07:55:51 am »
yeah - as geever said, install the ogg lib and headers. in the easiest case the are named "ogg" but i don't know fink very well, i'm always using macports. btw. if you found a solution, please update the wiki entry with your findings.

Offline Sagittario

  • Cannon Fodder
  • **
  • Posts: 7
    • View Profile
Re: Cannot install the game
« Reply #3 on: December 12, 2009, 05:07:50 pm »
Alright, thanks - but how do I install MacPorts?

(I do not have zero programming experience, but I am still very much a novice, especially when it comes to Unix-like systems)