OK, I only have the driver, lib, and util dir's. This is what I was told to DL from the ALSA HowTo and put into the /src.: ) I dont have a "alsa source dir" the closest thing would be the driver dir. Heres the config.log for the driver:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:571: checking for gcc
configure:684: checking whether the C compiler (gcc ) works
configure:700: gcc -o conftest conftest.c 1>&5
configure:726: checking whether the C compiler (gcc ) is a cross-compiler
configure:731: checking whether we are using GNU C
configure:740: gcc -E conftest.c
configure:759: checking whether gcc accepts -g
configure:793: checking for ranlib
configure:851: checking for a BSD compatible install
configure:905: checking how to run the C preprocessor
configure:926: gcc -E conftest.c >/dev/null 2>conftest.out
configure:985: checking for ANSI C header files
configure:998: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1065: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1093: checking for linux/fs.h
configure:1103: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1131: checking for working const
configure:1185: gcc -c -g -O2 conftest.c 1>&5
configure:1206: checking for inline
configure:1220: gcc -c -g -O2 conftest.c 1>&5
configure:1246: checking whether time.h and sys/time.h may both be included
configure:1260: gcc -c -g -O2 conftest.c 1>&5
configure:1283: checking whether gcc needs -traditional
configure:1330: checking for current directory
configure:1336: checking for directory with kernel source
configure:1354: checking for kernel version
I dont know if that helps you. I dont see any dep issues do you?
URL of ALSA HOWTO Im following
http://www.alsa-project.org/~valenty...O-4.html#ss4.1