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

Re: [MiNT] MiNT1.17 Changes



On Thu, 2010-12-23 at 21:59 +0100, Jo Even Skarstein wrote:

> I updated to trunk 22122010 a couple of hours ago, and deadkeys doesn't
> work anymore. I haven't tested deadkeys for ages so I don't know when it
> stopped working. Will try to take a look at it tonight.

I might have found the problem, but I'm unable to test it as gcc 2.95
can't compile the kernel (trunk checked out today). My knowledge about
gcc is very limited (in fact, I really don't like gcc so I use it as
little as possible) so I don't understand the problem.

The error message:

make[3]: Entering directory '/e/Prosjekt/freemint/sys/arch/magic'
gcc -I../.. -Werror -mshort -g -c genmagic.c -o genmagic.o
cc1: warnings being treated as errors
In file included from ../../mint/kerinfo.h:23
	fron genmagic.c:13,
../../mint/block_IO.h:218: warning: 'always_inline' attribute directive
ignored
../../mint/block_IO.h:225: warning: 'always_inline' attribute directive
ignored
make[3]: *** [genmagic.o] Error 1
make[3]: Leaving directory '/e/Prosjekt/freemint/sys/arch/magic'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/e/Prosjekt/freemint/sys/arch'
make[1]: *** [_stmp_mil] Error 1
make[1]: Leaving directory '/e/Prosjekt/freemint/sys'
make: *** [mil] Error 2

Jo Even