@evilrich
Quote:
Since the ALSA config options are not recognized, I'd hazard a guess that you are not actually successfully building against ALSA.
Well, I was using --with-alsa and the output of configure showed it probing for alsa etc. I think make even did something there.. not sure as I found the real problem.
Quote:
Do you have the libasound2 headers installed? (the package will be called something like libasound2-dev - depending on which distro you are using).
Yeah slackware always installs the header/include files if you install a package. They don't separate runtime and developer bits for a package.
Quote:
If that isn't the problem, then email me your config.log file (which should be generated by configure) privately.
The problem turned out to be that I had both of the following features 'configured':
--with-alsa
--with-sdl-sound
Now, most unix packages I've had experience with, this will compile in both abilities and then whatever works at runtime is used. UAE's configuration however seems to choose one over the other. In this case I noticed in the output of configure that the said:
checking for sound target to build... "SDL"
and so I removed it from my options and re-compiled and lo and behold, it said:
checking for sound target to build... "ALSA"
and of course the alsa options in the .uaerc file are recognized.
So there you go. Now, to work out why the RSI MegaDemo keeps getting a guru meditation after the first de-crunch phase...
tiffers