Jamie Lutch wrote: > fresh install of suse 8.2 with kernel sources > configure kernel with make cloneconfig, make dep (seems ok) > alsa-driver: ./configure --with-cards=pdaudiocf --with-sequencer=yes (seems > ok) > the problem seems to be in the 'make' and 'make install' > > 'make' proceeds, but stops after the following: > > timer.c:955: error: initializer element is not constant > timer.c:955: error: (near initialization for `snd_timer_system.resolution')
Please try to edit alsa-kernel/core/timer.c, and replace "HZ" with "100" in line 955. > so, if I try 'make install', I get: > > cp: cannot stat `snd-page-alloc.o': No such file or directory > ... You won't be able to install the modules if they haven't been compiled. HTH Clemens ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
