X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-ID: <42FBB083.1550C5E4@cogeco.ca> From: "Gordon W. Ayers" X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Problem compiling GRX References: <4M5Ke.5$%O DOT 2 AT read2 DOT cgocable DOT net> <3lsa7aF140415U1 AT news DOT dfncis DOT de> <42f91f94$0$27162$91cee783 AT newsreader01 DOT highway DOT telekom DOT at> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 35 Date: Thu, 11 Aug 2005 16:09:39 -0400 NNTP-Posting-Host: 24.36.14.55 X-Complaints-To: news AT cogeco DOT net X-Trace: read2.cgocable.net 1123790980 24.36.14.55 (Thu, 11 Aug 2005 16:09:40 EDT) NNTP-Posting-Date: Thu, 11 Aug 2005 16:09:40 EDT Organization: Cogeco Cable To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello Xaver! I would be very interested in receaving these updated files. Gord Florian Xaver wrote: > Hi! > > You have to change to files. libgrx.h and palette.c. If somebody is > interested, i can send her/him the updated files. > > Bye, Flo > > Hans-Bernhard Broeker wrote: > > Gordon Ayers wrote: > > > > > >> When I try to compile GRX I get the followin error messages: > > > > > >>In file included from c:/djgpp/include/go32.h:48, > >>from bgi/palette.c:43: > >>c:/djgpp/include/sys/segments.h: In function '__gr_setpalette': > > > > > > Function __gr_setpalette is not in that header file. Which means that > > you're looking at a red herring. The real problem is elsewhere. > > Probably in bgi\palette.c or in some other header file it included. > > Most likely, some closing } or ; was wiped out in previous attempts to > > fix other problems. > >