X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Gordon Ayers" Newsgroups: comp.os.msdos.djgpp Subject: Problem compiling GRX Lines: 35 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-RFC2646: Format=Flowed; Original Message-ID: <4M5Ke.5$%O.2@read2.cgocable.net> Date: Tue, 9 Aug 2005 13:31:42 -0400 NNTP-Posting-Host: 24.36.14.55 X-Complaints-To: news AT cogeco DOT net X-Trace: read2.cgocable.net 1123608704 24.36.14.55 (Tue, 09 Aug 2005 13:31:44 EDT) NNTP-Posting-Date: Tue, 09 Aug 2005 13:31:44 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 Hi all 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': c:/djgpp/include/sys/segments.h:19: error: invalid storage class for function '_my_cs' c:/djgpp/include/sys/segments.h:27: error: invalid storage class for function '_my_ds' c:/djgpp/include/sys/segments.h:35: error: invalid storage class for function '_my_ss' bgi/palette.c:65: warning: implicit declaration of function '_go32_dpmi_simulate_int' make.exe: *** [bgi/palette.o] Error 1 I previously had a problem with lvalues but I cleared that up with Paul C. posted. Then this new stuff showed up It appears to be in some inline machine code in segments.h and I do not understand ML. Any help will be appreciated. Gord