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:
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.
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:
./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?