Message-ID: <8D53104ECD0CD211AF4000A0C9D60AE301504961@probe-2.acclaim-euro.net> From: Shawn Hargreaves To: djgpp AT delorie DOT com Subject: Re: Allegro make problem Date: Wed, 21 Jul 1999 10:09:16 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Reply-To: djgpp AT delorie DOT com Tom Beauchamp writes: > allegro.h:310: previous declaration of `key_accent2_shift_upper_table' > src/djgpp/keyboard.c: In function `install_keyboard': > src/djgpp/keyboard.c:909: warning: passing arg 2 of `dz_atkill' from > incompatible pointer type > make.exe: *** [obj/djgpp/keyboard.o] Error 1 There is no dz_atkill symbol anywhere in Allegro, so you must have modified it somehow. Taking a wild guess based on the dz prefix, perhaps you've installed a version of DZcomm which overwrites some Allegro files, but isn't compatible with your version of Allegro? If so, please don't do that. Shawn Hargreaves.