Tom Wurgler skrev:
> I have SuSE Linux Enterprise 9.1 X86_64. If I just configure with only a
> prefix, when I run make it fails to compile sound.c, because if can't find
> asoundlib.h. If I hardcode the path to the file, all compiles fine and sound
> files play. I changed src/sound.c:
>
> #ifdef HAVE_ALSA
> #include <asoundlib.h> <<comment this
> /* #include "/usr/include/alsa/asoundlib.h" */ <<uncomment this
> #endif
>
> Is this just my setup or did configure not find the file correctly?
What is the output of
% pkg-config --cflags alsa
?
Jan D.
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug