Re: PROBLEM: compiling with gcc 3.0

2001-06-19 Thread mirabilos {Thorsten Glaser}
It was posted by Alan Cox where I now add my 0.02 EUR... > > I was trying to compile 2.4.5 with gcc 3.0 but there is a problem > > (conflicting type) between kernel/timer.c and include/linux/sched.h > > Apparently the problem solves with this oneline workarond: > > Yep. Its fixed in the pre-patch

Re: PROBLEM: compiling with gcc 3.0

2001-06-19 Thread Chris Meadors
On Tue, 19 Jun 2001, Simone Piunno wrote: > I was trying to compile 2.4.5 with gcc 3.0 but there is a problem > (conflicting type) between kernel/timer.c and include/linux/sched.h > Apparently the problem solves with this oneline workarond: > > --- linux/include/linux/sched.h Tue Jun 19 17:00:03

Re: PROBLEM: compiling with gcc 3.0

2001-06-19 Thread Alan Cox
> I was trying to compile 2.4.5 with gcc 3.0 but there is a problem > (conflicting type) between kernel/timer.c and include/linux/sched.h > Apparently the problem solves with this oneline workarond: Yep. Its fixed in the pre-patches I believe now. There are also a pile of warning fixes that need

PROBLEM: compiling with gcc 3.0

2001-06-19 Thread Simone Piunno
Hi, I was trying to compile 2.4.5 with gcc 3.0 but there is a problem (conflicting type) between kernel/timer.c and include/linux/sched.h Apparently the problem solves with this oneline workarond: --- linux/include/linux/sched.h Tue Jun 19 17:00:03 2001 +++ linux/include/linux/sched.h.origT