[quake3] Re: weird sound

Eugeny N Dzhurinsky eugenydzh at jdevelop.com
Wed Nov 23 07:36:38 EST 2005


On Wed, Nov 23, 2005 at 12:21:47PM +0000, Tim Angus wrote:
> On Wed, 23 Nov 2005 09:32:03 +0200 Eugeny wrote:
> > FreeBSD 5.4 stable on P-IV (i386).
> 
> Neither the OpenAL or SDL code paths are used on FreeBSD. It still uses
> the DMA based sound system. That still doesn't really explain why it
> doesn't work. Does revision 342 work? It's possible there is some bad
> interaction between the new codec system and FreeBSD. Attached are two
> patches to enable SDL and OpenAL respectively. Could you test them (SDL
> first) and report whether either or both work. If so, they should really
> be enabled by default.

first patch (openAL) won't build with error:
In file included from ../client/qal.c:28:
../client/qal.h:35:19: AL/al.h: No such file or directory
../client/qal.h:36:20: AL/alc.h: No such file or directory

and second (SDL) won't build too
386/client/jerror.o -c ../jpeg-6/jerror.c  
In file included from ../jpeg-6/../renderer/tr_local.h:31,
                 from ../jpeg-6/jerror.c:22:
../jpeg-6/../renderer/qgl.h:53:19: GL/gl.h: No such file or directory
../jpeg-6/../renderer/qgl.h:54:20: GL/glx.h: No such file or directory
In file included from ../jpeg-6/../renderer/tr_local.h:31,
                 from ../jpeg-6/jerror.c:22:
../jpeg-6/../renderer/qgl.h:153: error: syntax error before "texture"
../jpeg-6/../renderer/qgl.h:153: warning: function declaration isn't a prototype
../jpeg-6/../renderer/qgl.h:154: error: syntax error before "texture"
../jpeg-6/../renderer/qgl.h:154: warning: function declaration isn't a prototype
../jpeg-6/../renderer/qgl.h:155: error: syntax error before "texture"
../jpeg-6/../renderer/qgl.h:155: warning: function declaration isn't a prototype
../jpeg-6/../renderer/qgl.h:157: warning: parameter names (without types) in function 
declaration



-- 
Eugene N Dzhurinsky



More information about the quake3 mailing list