Hello!
On Fri, 30 Nov 2001, pix wrote:
yeah i could always link /usr/include/tcl to /usr/include/tcl8.3... i guess i'm curious if there is some holy debian-endorsed way to do it ;) so thoroughly off topic in that respect.
This is what I am using and it works the holy. I would be interested if it works for other distributions and Unices.
I am also using slightly modified s_linux.c
-- changed -- #ifdef ALSA #include <sys/asoundlib.h> /* The include file path is the same for both */ #endif ---- with ---- #ifdef ALSA99 #include <sys/asoundlib.h> #else ifdef ALSA01 #include <alsa/asoundlib.h>
In file included from s_linux.c:42: /usr/include/sys/asoundlib.h:1: warning: #warning This header is deprecated, use <alsa/asoundlib.h> instead. make: *** [s_linux.o] Error 1 --
Please report about successes and problems and take care,
Miha...