Re: [AD] FLAC build errors |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2010-08-06, Peter Hull <peterhull90@xxxxxxxxxx> wrote:
> Hi all!
> I'm trying to build allegro 4.9 from the latest SVN on OSX 10.6. I get
> a build error
> allegro/4.9/addons/acodec/flac.c: In function ‘_al_load_flac’:
> allegro/4.9/addons/acodec/flac.c:536: warning: implicit declaration of
> function ‘_al_load_flac_f’
> allegro/4.9/addons/acodec/flac.c:536: warning: assignment makes
> pointer from integer without a cast
> allegro/4.9/addons/acodec/flac.c: At top level:
> allegro/4.9/addons/acodec/flac.c:544: error: conflicting types for
> ‘_al_load_flac_f’
> allegro/4.9/addons/acodec/flac.c:536: error: previous implicit
> declaration of ‘_al_load_flac_f’ was here
>
> …also the same for _al_load_flac_audio_stream_f
>
> Am I missing a declaration for
> _al_load_flac_f/_al_load_flac_audio_stream_f somewhere?
They're declared in acodec.h.
Peter