From: Robert.L.Mackey, "Jr." Newsgroups: comp.os.msdos.djgpp Subject: Allegro question Date: 2 May 1997 14:56:14 GMT Organization: Gulf Telephone Company Lines: 27 Message-ID: <5kcvae$e95$1@newserve.gulftel.com> NNTP-Posting-Host: 046.fol2.gulftel.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk When I try to make the Allegro files, I get this error. In file included from setup/setup.cc:6: allegro.h:1060: `errno' undeclared (first use this function) allegro.h:1060: (Each undeclared identifier is reported only once allegro.h:1060: for each function it appears in.) allegro.h:1060: `ERANGE' undeclared (first use this function) allegro.h: In function `long int facos(long int)': allegro.h:1109: `errno' undeclared (first use this function) allegro.h:1109: `EDOM' undeclared (first use this function) allegro.h: In function `long int fasin(long int)': allegro.h:1120: `errno' undeclared (first use this function) allegro.h:1120: `EDOM' undeclared (first use this function) setup/setup.cc: In function `int main(int, char **)': setup/setup.cc:210: `FA_RDONLY' undeclared (first use this function) setup/setup.cc:210: `FA_ARCH' undeclared (first use this function) setup/setup.cc: In function `int QuitProc(int, struct DIALOG *, int)': setup/setup.cc:289: `FA_RDONLY' undeclared (first use this function) setup/setup.cc:289: `FA_ARCH' undeclared (first use this function) make.exe: *** [obj/setup.o] Error 1 Any ideas? Thanks. I know I've asked a lot lately, and thanks for all the help. Please reply to maf01028 AT acan DOT net Thanks David Mackey