Date: Sat, 5 Feb 2000 06:03:30 -0600 (CST) From: "Scott J. McCaughrin" X-Sender: sjmccaug AT bluestem To: Eli Zaretskii cc: "Scott J. McCaughrin" , djgpp AT delorie DOT com Subject: Re: RHIDE can't find include's In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 26 Jan 2000, Eli Zaretskii wrote: > > On Tue, 25 Jan 2000, Scott J. McCaughrin wrote: > > > I just donwloaded and installed the most recent version of RHIDE, but > > it cannot find #include's (header files). I _did_ check Options and > > it does list C:\djgpp\include as the correct directory (although with > > '\' changed to '/') so it is apparently searching in the right place. > > I have read the docs that came with it and checked all of the other > > environment-variables listed (especially DJDIR) but to no avail. > > Please post the exact text of the error messages that you get. > > Also, add -v to the compilation switches and post everything that's > printed by the compiler. > > Chapter 8 of the FAQ has several sections that deal with similar > problems. You might consider reading them if you haven't already > done that. > O.K. Following is the (very) short program and RHIDE's error message: #include int main() { __dpmi_regs Regs; // other declare's } hicolor.c(14) Error: `__dpmi_regs' undeclared (first use ... ) Yes, I _did_ re-read all of Chapter 8 of the FAQ -- it did not solve this problem. Yes, DJGPP and DJDIR are correctly set. No other DJGPP utility that I have ever downloaded does this. The Win-32 package RSX works just fine, as does CygWin. In particular, GCC and GXX _never_ have this problem. It appears to be unique to RHIDE. Thanks for your help. Scott