CVS version: linking error

I still (reported this on 2001-01-19 already) can’t link any programs
with the current CVS version of SDL. The Alsa module calls a procedure
named “snd_pcm_open_preferred” that cannot be resolved. I’m running
SuSE 7.0, which comes with Alsa 0.5.8 . But even Alsa 0.5.10b , which
seems to be the most recent version, doesn’t have such a function. This
should probably be tested by autoconf.

The 1.1.7 tarball from libsdl.org runs fine, because it uses
snd_pcm_open.

Bye,
Martin

I still (reported this on 2001-01-19 already) can’t link any programs
with the current CVS version of SDL. The Alsa module calls a procedure
named “snd_pcm_open_preferred” that cannot be resolved.

This should be fixed in CVS. The ALSA drivers lock up my system, so
I can’t test whether or not this code works.
Can you do “cvs update -dP; make changed; make install” and see if that
fixes the problem for you?

Thanks!
-Sam Lantinga, Lead Programmer, Loki Entertainment Software

I still (reported this on 2001-01-19 already) can’t link any programs
with the current CVS version of SDL. The Alsa module calls a procedure
named “snd_pcm_open_preferred” that cannot be resolved.

This should be fixed in CVS. The ALSA drivers lock up my system, so
I can’t test whether or not this code works.
Can you do “cvs update -dP; make changed; make install” and see if that
fixes the problem for you?

Yes, everything works fine now !

Bye,
MartinOn Sun, 11 Feb 2001 15:23:00 -0800, Sam Lantinga wrote: