I am hoping to compile a ltsp kernel with alsa modules... Here is my error when I try to compile the kernel (I am guessing its because I'm using a new version of a compiler)
How can I keep my new compiler but also compile this old version of the kernel? Here is the error I get. sched.c:213: error: conflicting types for `reschedule_idle' sched.c:210: error: previous declaration of `reschedule_idle' sched.c:371: error: conflicting types for `wake_up_process' /home/dave/linux-2.4.27/linux-2.4.24/include/linux/sched.h:601: error: previous declaration of `wake_up_process' sched.c:409: error: conflicting types for `schedule_timeout' /home/dave/linux-2.4.27/linux-2.4.24/include/linux/sched.h:148: error: previous declaration of `schedule_timeout' sched.c:739: error: conflicting types for `__wake_up' /home/dave/linux-2.4.27/linux-2.4.24/include/linux/sched.h:593: error: previous declaration of `__wake_up' sched.c:749: error: conflicting types for `__wake_up_sync' /home/dave/linux-2.4.27/linux-2.4.24/include/linux/sched.h:594: error: previous declaration of `__wake_up_sync' sched.c:759: error: conflicting types for `complete' /home/dave/linux-2.4.27/linux-2.4.24/include/linux/completion.h:31: error: previous declaration of `complete' sched.c:769: error: conflicting types for `wait_for_completion' /home/dave/linux-2.4.27/linux-2.4.24/include/linux/completion.h:30: error: previous declaration of `wait_for_completion' sched.c:804: error: conflicting types for `interruptible_sleep_on' /home/dave/linux-2.4.27/linux-2.4.24/include/linux/sched.h:598: error: previous declaration of `interruptible_sleep_on' sched.c:815: error: conflicting types for `interruptible_sleep_on_timeout' /home/dave/linux-2.4.27/linux-2.4.24/include/linux/sched.h:599: error: previous declaration of `interruptible_sleep_on_timeout' sched.c:828: error: conflicting types for `sleep_on' /home/dave/linux-2.4.27/linux-2.4.24/include/linux/sched.h:595: error: previous declaration of `sleep_on' sched.c:839: error: conflicting types for `sleep_on_timeout' /home/dave/linux-2.4.27/linux-2.4.24/include/linux/sched.h:596: error: previous declaration of `sleep_on_timeout' make[2]: *** [sched.o] Error 1 make[2]: Leaving directory `/home/dave/linux-2.4.27/linux-2.4.24/kernel' make[1]: *** [first_rule] Error 2 make[1]: Leaving directory `/home/dave/linux-2.4.27/linux-2.4.24/kernel' make: *** [_dir_kernel] Error 2 -- Open WebMail Project (http://openwebmail.org) ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
