Discussion:
Fixed Mouse?
Brendan Burns
2004-11-15 02:04:27 UTC
Permalink
Hey folks,
I'm pretty sure I've fixed the GLX mouse code. Could someone who was
seeing this bug before and is using CVS pull down the code and test it
out?

Once that's verified, I'll release 0.16

Many thanks.

--brendan
Steffen Hein
2004-11-15 10:00:29 UTC
Permalink
Alsa sound-code still doesn't compile (using the quake2-r0.16.tar.gz snapshot
from Nov. 13).

gcc -Wall -pipe -Dstricmp=strcasecmp -DJoystick -g
-DLINUX_VERSION='"3.21+r0.16 Debug"' -o debugi386/client/snd_alsa.o -c
src/linux/snd_alsa.c
src/linux/snd_alsa.c: In function `SNDDMA_Init':
src/linux/snd_alsa.c:159: error: `buffer_size' undeclared (first use in this
function)
src/linux/snd_alsa.c:159: error: (Each undeclared identifier is reported only
once
src/linux/snd_alsa.c:159: error: for each function it appears in.)
src/linux/snd_alsa.c:159: error: too few arguments to function
`snd_pcm_hw_params_get_buffer_size'
src/linux/snd_alsa.c:160: error: `frame_size' undeclared (first use in this
function)
src/linux/snd_alsa.c:48: warning: unused variable `buffersize'
src/linux/snd_alsa.c:49: warning: unused variable `framesize'
make[1]: *** [debugi386/client/snd_alsa.o] Error 1
Brendan Burns
2004-11-15 19:02:34 UTC
Permalink
Yeah, that's next to fix...

--brendan
Post by Steffen Hein
Alsa sound-code still doesn't compile (using the quake2-r0.16.tar.gz snapshot
from Nov. 13).
gcc -Wall -pipe -Dstricmp=strcasecmp -DJoystick -g
-DLINUX_VERSION='"3.21+r0.16 Debug"' -o debugi386/client/snd_alsa.o -c
src/linux/snd_alsa.c
src/linux/snd_alsa.c:159: error: `buffer_size' undeclared (first use in this
function)
src/linux/snd_alsa.c:159: error: (Each undeclared identifier is reported only
once
src/linux/snd_alsa.c:159: error: for each function it appears in.)
src/linux/snd_alsa.c:159: error: too few arguments to function
`snd_pcm_hw_params_get_buffer_size'
src/linux/snd_alsa.c:160: error: `frame_size' undeclared (first use in this
function)
src/linux/snd_alsa.c:48: warning: unused variable `buffersize'
src/linux/snd_alsa.c:49: warning: unused variable `framesize'
make[1]: *** [debugi386/client/snd_alsa.o] Error 1
Asfand Yar Qazi
2004-11-16 15:39:39 UTC
Permalink
Post by Brendan Burns
Yeah, that's next to fix...
--brendan
I don't know if its my OpenGL implementation that's dodgy or
something, but Quake2 MAX doesn't compile unless I include GL/glext.h
after GL/gl.h in src/ref_candygl/gl_local.h
--
http://www.it-is-truth.org/
Asfand Yar Qazi
2004-11-16 15:47:06 UTC
Permalink
Post by Brendan Burns
Yeah, that's next to fix...
--brendan
I don't know if its my OpenGL implementation that's dodgy or something,
but Quake2 MAX doesn't compile unless I include GL/glext.h after GL/gl.h
in src/ref_candygl/gl_local.h
And the mouse is still dodgy. The tracking of the crosshair to the
mouse movement is fine now - its only the 'crosshair keeps on moving
after you stop moving the mouse' problem that is still occuring.

Still, at least we can say some progress has been made :-)
--
http://www.it-is-truth.org/
Loading...