Hello Chris,
I had the same problem and managed to solve in the following way with
0.9.7c driver:
After I run ./configure I went to the directory include and changed
include/config.h line from

/* #undef CONFIG_HAVE_PDE */

to

#define CONFIG_HAVE_PDE 1

since some of the posts of Takashi Iwai in this mail list indicate
that's what should be done. After that, everything was compiled as it
should.

I don't know why config.h was not generated properly, since config.h.in have the 
necessary line.

Takashi, is this a right way of fixing it?

Sergey

Tuesday, October 14, 2003, 2:09:52 AM, you wrote:

CS> On Monday 13 October 2003 10:39, Takashi Iwai wrote:
>> nope, it's not a right fix.
>> "ifdef CONFIG_HAVE_PDE" means what "if >= 2.4.23" does.
>> it should have been fixed on the cvs now.
>> 
>> 0.9.7c is already out.  please give a try.

CS> Tried it but make fails:

CS> In file included from 
CS> /usr/local/src/alsa-driver-0.9.7c/include/sound/driver.h:42,
CS>                  from hwdep.c:22:
CS> /usr/local/src/alsa-driver-0.9.7c/include/adriver.h:134: redefinition of `PDE'
CS> /lib/modules/2.4.23-pre7/build/include/linux/proc_fs.h:213: `PDE' previously 
CS> defined here
CS> make[1]: *** [hwdep.o] Error 1
CS> make[1]: Leaving directory `/usr/local/src/alsa-driver-0.9.7c/acore'
CS> make: *** [compile] Error 1

CS> Chris




-- 
Best regards,
 Sergey




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to