Re: [AD] os x / ppc / 10.4 : symbol not found |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Coordination of admins/developers of the game programming library Allegro <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] os x / ppc / 10.4 : symbol not found
- From: Evert Glebbeek <eglebbk@xxxxxxxxxx>
- Date: Wed, 14 Apr 2010 17:37:20 -0400
On 14 Apr 2010, at 1:34 , Matthew Leverton wrote:
> macmini:~/Desktop/4.9/build/examples matthew$ ./ex_acodec
> dyld: Symbol not found: __al_kcm_aqueue_driver
> Referenced from:
> /Users/matthew/Desktop/4.9/build/lib/liballegro_audio.4.9.dylib
> Expected in: flat namespace
Ok, this is an oversight in our CMake detection for the aqueue driver.
It's only available on 10.5+, and should be disabled on older systems. Our detection scheme for this doesn't seem to work and I don't have time to look into this right now.
An easy work-around is to set WANT_AQUEUE to OFF in the CMake configuration.
> Trace/BPT trap
> macmini:~/Desktop/4.9/build/examples matthew$ ./ex_bitmap
> dyld: lazy symbol binding failed: Symbol not found: _CGLGetPixelFormat
> Referenced from: /Users/matthew/Desktop/4.9/build/lib/liballegro.4.9.dylib
> Expected in: flat namespace
>
> dyld: Symbol not found: _CGLGetPixelFormat
> Referenced from: /Users/matthew/Desktop/4.9/build/lib/liballegro.4.9.dylib
> Expected in: flat namespace
>
> Trace/BPT trap
Don't know about these yet. It may be something similar.
Evert