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

[MiNT] whlmoose.c



Error in whlmoose.c,   xaaes:

Making all in xaaes
make[1]: Entering directory `/home/david/cvs/freemint/xaaes'
Making all in src.km
make[2]: Entering directory `/home/david/cvs/freemint/xaaes/src.km'
Making all in adi
make[3]: Entering directory `/home/david/cvs/freemint/xaaes/src.km/adi'
Making all in whlmoose
make[4]: Entering directory
`/home/david/cvs/freemint/xaaes/src.km/adi/whlmoose'
make XDD_DEFINITIONS="" moose.adi
make[5]: Entering directory
`/home/david/cvs/freemint/xaaes/src.km/adi/whlmoose'
m68k-atari-mint-gcc -I../../../../sys -D__KERNEL_MODULE__
-DMODULE_NAME=whlmoose -m68000 -ffreestanding -I/usr/m68k-atari-mint/include
-mshort -g -O2 -fomit-frame-pointer -Wall -Wmissing-prototypes -Winline
-Wshadow -Wpointer-arith -Wcast-qual -Waggregate-return -Werror -c
whlmoose.c -o whlmoose.o
cc1: warnings being treated as errors
whlmoose.c:599: warning: `moose_unregister' defined but not used
make[5]: *** [whlmoose.o] Fehler 1
make[5]: Leaving directory
`/home/david/cvs/freemint/xaaes/src.km/adi/whlmoose'
make[4]: *** [entry] Fehler 2
make[4]: Leaving directory
`/home/david/cvs/freemint/xaaes/src.km/adi/whlmoose'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/home/david/cvs/freemint/xaaes/src.km/adi'
make[2]: *** [all-recursive] Fehler 1
make[2]: Leaving directory `/home/david/cvs/freemint/xaaes/src.km'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/david/cvs/freemint/xaaes'
make: *** [all-recursive] Fehler 1
[root@linuxdesk freemint]# 


-----Ursprüngliche Nachricht-----
Von: mint-bounce@lists.fishpool.fi [mailto:mint-bounce@lists.fishpool.fi] Im
Auftrag von Arnaud BERCEGEAY
Gesendet: Dienstag, 17. Juli 2007 07:47
An: mint@fishpool.com
Betreff: Re: [MiNT] keycodes.h

Hello,

> Trying to compile the latest xaaes and it's looking for keycodes.h in 
> form.c which is missing from my mint installation.  It used to come in 
> mintlib-devel but hasn't in more recent versions.
> 
> Any ideas?

Yes, just check out once again your cvs work copy of xaaes.

keycodes.h is in freemint/xaaes/src.km

HTH,
Arnaud.