X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "jansb000" Newsgroups: comp.os.msdos.djgpp Subject: Can not compile Allegro 4.20 with DJGPP Date: 15 Jan 2006 05:38:14 -0800 Organization: http://groups.google.com Lines: 21 Message-ID: <1137332293.967034.63640@g44g2000cwa.googlegroups.com> NNTP-Posting-Host: 80.61.255.253 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1137332298 8588 127.0.0.1 (15 Jan 2006 13:38:18 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sun, 15 Jan 2006 13:38:18 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: g44g2000cwa.googlegroups.com; posting-host=80.61.255.253; posting-account=11Aw2g0AAADHcwUzMePMTtR75sYqzA2- To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I tried to make Allegro 4.20 with DJGPP (4.0.1). Compiling stops at graphics.c reporting an error in _set_gfx_mode. Any suggestions? This is the error message: C:\djgpp\allegro>make Compiling Allegro for djgpp, optimised. Please wait... gcc -DALLEGRO_SRC -DALLEGRO_LIB_BUILD -Wall -Wno-unused -mtune=i586 -O2 -funroll -loops -ffast-math -fomit-frame-pointer -I. -I./include -o obj/djgpp/alleg/graph ics.o -c src/graphics.c src/graphics.c: In function '_set_gfx_mode': src/graphics.c:635: error: 'blit_end' undeclared (first use in this function) src/graphics.c:635: error: (Each undeclared identifier is reported only once src/graphics.c:635: error: for each function it appears in.) make.exe: *** [obj/djgpp/alleg/graphics.o] Error 1