From: jdcarey AT netcomuk DOT co DOT uk Newsgroups: comp.os.msdos.djgpp Subject: MAKEing Allegro 2.1 - Humble request for help Date: Wed, 27 Nov 1996 01:22:38 -0800 Organization: NETCOM Internet Ltd. Lines: 30 Message-ID: <329C085E.2A2E@netcomuk.co.uk> NNTP-Posting-Host: dialup-00-39.netcomuk.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I just downloaded Allegro 2.1 and tried to make it. What I got in return is attached below. What can I do? I cannot find the offending functions in the DJGPP 'info', and apparently no-one else has had this problem. Grateful thanks in advance, John. gcc -I. -Isrc -Wall -m486 -O3 -o obj/adlib.o -c src/adlib.c src/internal.h: In function `enter_critical': In file included from src/adlib.c:27: src/internal.h:37: `__dpmi_regs' undeclared (first use this function) src/internal.h:37: (Each undeclared identifier is reported only once src/internal.h:37: for each function it appears in.) src/internal.h:37: parse error before `r' src/internal.h:38: `r' undeclared (first use this function) src/internal.h:39: warning: implicit declaration of function `__dpmi_int' src/internal.h: In function `exit_critical': src/internal.h:49: `__dpmi_regs' undeclared (first use this function) src/internal.h:49: parse error before `r' src/internal.h:50: `r' undeclared (first use this function) src/internal.h: At top level: src/internal.h:80: parse error before `__dpmi_paddr' src/internal.h:80: warning: no semicolon at end of struct or union src/internal.h:81: warning: data definition has no type or storage class src/adlib.c: In function `fm_init': src/adlib.c:701: warning: implicit declaration of function `_go32_dpmi_lock_data' src/adlib.c:727: warning: implicit declaration of function `_go32_dpmi_lock_code' make.exe: *** [obj/adlib.o] Error 1