Re: [AD] OS X port depends on OS X 10.6 |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2011-01-18, at 11:21 AM, Evert Glebbeek wrote:
> On 18 Jan 2011, at 12:13 , Trent Gamblin wrote:
>> I may be wrong, but I can't (and the compiler can't) find these symbols
>> when using the 10.5 SDK. Symbols such as CGDisplayCopyAllDisplayModes,
>> CGDisplayModeRef, CGDisplayModeGetHeight, etc.
>
> My first guess is that something is messed up about your project settings. The code has (or should have) things like
Ok, well it is Allegro itself throwing the errors when I try to build it (unix makefiles). I was just
following the procedure to try to produce an i386/x86_64 binary for 10.5, as detailed here:
http://www.paraview.org/Wiki/CMake_FAQ#How_do_I_build_universal_binaries_on_Mac_OS_X.3F
Trent