X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "RadSurfer" Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro Date: 18 Jan 2006 19:42:26 -0800 Organization: http://groups.google.com Lines: 28 Message-ID: <1137642146.563294.13020@g44g2000cwa.googlegroups.com> References: <1137639778 DOT 515361 DOT 195070 AT o13g2000cwo DOT googlegroups DOT com> NNTP-Posting-Host: 66.211.204.193 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1137642151 9236 127.0.0.1 (19 Jan 2006 03:42:31 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Thu, 19 Jan 2006 03:42:31 +0000 (UTC) In-Reply-To: <1137639778.515361.195070@o13g2000cwo.googlegroups.com> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse AT google DOT com Injection-Info: g44g2000cwa.googlegroups.com; posting-host=66.211.204.193; posting-account=1GPkVgwAAAB6bukoI9gMKaj6XCNAPrFQ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk This what the docs\build\djgpp say to do: cd \allegro make make install this is what happens just running MAKE: (lots of successful stuff, than all of a sudden:) 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 g:\djgpp\allegro> Anyone know whats going on ??? //RadSurfer//