Re: [AD] Ready for 4.9.4? |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2008-09-08, Evert Glebbeek <eglebbk@xxxxxxxxxx> wrote:
> > The XCode project file claims to build fine, but I'm not sure how to
> > test things with the examples. I'll let you know when I figure it
> > out. There are a number of warnings about unused variables that
> > should probably be silenced but nothing more serious looking than
> > that.
>
> Ok, update.
>
> Bottom line: accodec seems to be broken (which means the examples and
> DemoApp fail to compile too), as well as demo (for apparently other
> reasons). I haven't got a clue about the difference between Demo and
> DemoApp.
>
> Sorry for the long post, I'm including the error messages that I get
> back from XCode. Probably only need the first, but I'm including the
> rest on the offchance that they are somehow useful afterall. The
> errors might not be very hard to fix.
>
> kcm_audio: builds ok
> font: builds ok
> iio: builds ok
>
> accodec
> ----------------------
> /Users/eglebbk/Program/Allegro5/4.9/addons/acodec/ogg.c:14:31: error:
> vorbis/vorbisfile.h: No such file or directory
Apparently you don't have Ogg Vorbis installed.
> demo:
> -----
> In file included from /Users/eglebbk/Program/Allegro5/4.9/demo/src/
> a5teroids.cpp:1:
> /Users/eglebbk/Program/Allegro5/4.9/demo/include/a5teroids.hpp:5:29:
> error: allegro5/a5_iio.h: No such file or directory
> /Users/eglebbk/Program/Allegro5/4.9/demo/include/a5teroids.hpp:7:32:
> error: allegro5/kcm_audio.h: No such file or directory
> /Users/eglebbk/Program/Allegro5/4.9/demo/include/a5teroids.hpp:8:29:
> error: allegro5/acodec.h: No such file or directory
Probably just need to tell it about the addon include directories?
Peter