[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re: [Enigma-devel] Compiling Freetype
From: |
Johannes Fortmann |
Subject: |
Re: Re: [Enigma-devel] Compiling Freetype |
Date: |
Thu, 6 Jul 2006 23:53:48 +0200 |
On 7/6/06, Daniel Heck <address@hidden> wrote:
ed ed wrote:
> Hi, im trying to compile enigma (unsuccessfully, again).. but I can't
> get freetype to compile (for SDL_tff).
>
> Im on Mac, How was this done in the past?
AFAIR there no need to compile any of the required libraries by hand on
OS X -- the old binaries were compiled using the pre-built libraries
included in Fink. (At least that was the case for Enigma 0.92, for the
trunk version see
http://svn.berlios.de/viewcvs/enigma-game/trunk/doc/README.macosx?rev=146&view=markup)
Maybe Johannes can correct me if I'm wrong here.
You're right, and I (mistakenly privately) replied the same to ed;
just noticed that he answered to that mail a week ago. I'm sooo lagged
:-)
Basically, he found that freetype now just works, with no indication
as to what went wrong previously.
ed: Sorry for the late reply. Been watching football and whatnot :-)
The problem you're currently seeing is that enigma 0.92 didn't
autodetect OS X; this is solved in the current SVN version. For 0.92,
you should either use the etc/build-mac.sh script, which should just
work(TM), or you should add a -DMACOSX to your CPPFLAGS.
HTH,
Johannes