[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Other Alsa configure? problem



Hi all,

I haven't gotten alsa to compile, lately, either, myself.

tibook iv 15", unstable, 2.4.23-pre5-ben0

The jist of the problem, it seems, is that I am missing the "right" (3.3.2) version of stdarg.h.

It doesn't change which version it wants if I change the CC

> MAKEFLAGS="CC=gcc-3.3" make-kpkg --added-modules alsa-driver modules_image
[snip the 'for module' loop]
make[1]: Entering directory `/usr/src/modules/alsa-driver'
/usr/bin/make -f debian/rules binary-modules
make[2]: Entering directory `/usr/src/modules/alsa-driver'
/usr/bin/make  compile
make[3]: Entering directory `/usr/src/modules/alsa-driver'
if [ ! -d include/sound -a ! -L include/sound ]; then \
  ln -sf ../alsa-kernel/include include/sound ; \
fi
cp -auvf include/version.h include/sound/version.h
`include/version.h' -> `include/sound/version.h'
make[4]: Entering directory `/usr/src/modules/alsa-driver/acore'
make[4]: *** No rule to make target `/usr/lib/gcc-lib/powerpc-linux/3.3.2/include/stdarg.h', needed by `hwdep.o'.  Stop.
                                ^^^^^
make[4]: Leaving directory `/usr/src/modules/alsa-driver/acore'
make[3]: *** [compile] Error 1
make[3]: Leaving directory `/usr/src/modules/alsa-driver'
make[2]: *** [build-stamp] Error 2
make[2]: Leaving directory `/usr/src/modules/alsa-driver'
make[1]: *** [kdist_image] Error 2
make[1]: Leaving directory `/usr/src/modules/alsa-driver'
Module /usr/src/modules/alsa-driver failed.
Hit return to Continue

> locate stdarg.h
/usr/lib/gcc-lib/powerpc-linux/2.8.1/include/stdarg.h
/usr/lib/gcc-lib/powerpc-linux/2.95.4/include/stdarg.h
/usr/lib/gcc-lib/powerpc-linux/3.0.4/include/stdarg.h
/usr/lib/gcc-lib/powerpc-linux/3.2.3/include/stdarg.h
/usr/lib/gcc-lib/powerpc-linux/3.3.3/include/stdarg.h

Thank you all for helping,
Josh Narins
http://satp.blogspot.com





Reply to: