project-navigation
Personal tools

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Sagittario

Pages: [1]
1
Discussion / Re: Cannot install the game
« 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)

2
Discussion / 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?

3
Mac / Re: 2.3 dev version for mac question
« on: December 09, 2009, 09:48:53 pm »
Edit: Solved that problem. It now says that I need the OGG development headers. What are they and how do I get them?

4
Mac / Re: 2.3 dev version for mac question
« on: December 07, 2009, 06:51:36 am »
I took the gtksourceview2 command out, and I am now asked the following:


fink needs help picking an alternative to satisfy a virtual dependency. The
candidates:

(1)   db44-aes-shlibs: Shared Libraries for db44-aes
(2)   db44-shlibs: Shared Libraries for db44



What should I pick?

5
Mac / Re: 2.3 dev version for mac question
« on: December 06, 2009, 07:01:53 pm »
I can't even get to that step. It's failing on line 1.

6
Mac / Re: 2.3 dev version for mac question
« on: December 06, 2009, 05:55:54 am »
Update: I found a way around the password problem, but after running the fink command (the first line on the wiki), I get the following error message:

Failed: no package found for specification 'gtksourceview2'!

How do I get/make it able to get this package?

7
Mac / Re: 2.3 dev version for mac question
« on: December 05, 2009, 08:32:47 pm »
Well, I suppose I'm effectively in the same boat. I know about and can use gcc for some very basic programming, but I know nothing about make files and I know very few of the unix commands. I have fink (or so I believe, anyway), but I've never used it.

I try running line 1, and it asks me for my password. I don't even know what that is... how do I set it?

Pages: [1]