When I try to compile cvs HEAD I get
sound.c: In function `InitAudioCore':
sound.c:305: warning: implicit declaration of function `malloc'
sound.c:305: warning: assignment makes pointer from integer without a cast
sound.c: In function `ProgressiveSoundUpdate':
sound.c:883: error: `AFMT_U16_BE' undeclared (first use in this function)
sound.c:883: error: (Each undeclared identifier is reported only once
sound.c:883: error: for each function it appears in.)
sound.c:884: error: `AFMT_S16_BE' undeclared (first use in this function)
Looks like there are some missing #includes at least.
jason
|