From: "I Know Not" Newsgroups: comp.os.msdos.djgpp Subject: Allegro Installation Problem Lines: 29 Message-ID: Date: Mon, 03 Aug 1998 03:43:35 GMT NNTP-Posting-Host: 204.91.8.224 NNTP-Posting-Date: Sun, 02 Aug 1998 23:43:35 EDT Organization: DIGEX, Inc. - Beltsville, MD - http://www.digex.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Ladies and Gents, Thanks all for replying to my previous msg. I tried to follow a suggestion to use Allegro. But after running make, as dictated by the readme and txt files, I get an error msg. The full body of the msg follows below, could someone please help me? c:\djggpp\allegro>make Compiling Allegro. Please Wait.... gcc -I. -Isrc -Isrc/djgpp -Wall -W -Werror -Wno-unused -m486 -03 -ff ast-math -fomit-frame-pointer -o obj/djgpp/allegro.o -c src/allegro.c cc1.exe: wasrnings being treated as errors In file included from c:/djgpp/include/io.h:15, from src/allegro.c:25: c:/djgpp/include/sys/types.h:29: warning: redefinition of `size_t' c:/djgpp/include/stdlib.h:12 warning: `size_t' previously declared here c:/djgpp/include/sys/types.h:32: warning: `ssize_t' previously declared here In file included from src/allegro.c:31: c:/djgpp/include/dos.h:126: conflicting types for `os_major' c:/djgpp/include/stdlib.h:168: previous declaration of `os_major' c:/djgpp/include/dos.h:126: conflicting types for `_osminor' c:/djgpp/include/stdlib.h:167: previous declaration of `_osminor' In file included from allegro.h:56, from src/allegro.c:36: c:/djgpp/include/errno.h:58: conflicting types for `sys_errlist' c:/djgpp/include/stdlib.h:161: previous declaration of `sys_errlist' make.exe: *** [obj/djgpp/allegro.o] Error 1