X-Originating-IP: [200.34.143.5] From: "J. L." To: References: Subject: Re: unable to find directories Date: Thu, 11 Jul 2002 11:03:52 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Message-ID: X-OriginalArrivalTime: 11 Jul 2002 16:04:18.0389 (UTC) FILETIME=[9C944850:01C228F4] Reply-To: djgpp AT delorie DOT com ----- Original Message ----- From: "Patrick Chen" Newsgroups: comp.os.msdos.djgpp To: Sent: Thursday, July 11, 2002 1:36 AM Subject: unable to find directories > Hello programmers, > I am using Rhide and intend to create separate directories other > than the default C:\windows to store header, source, object files. > For instance I type in the path following Options->Directories->include: > F:\graphics programming\djgpp_include. And put my *.h file in djgpp_include. > But the compiler fail to find it. Neither does adding the prefix %DJDIR%/ or > $(DJDIR) to the path above make any difference. Is there a way to solve > this? > Did you mean the headers of the library mentioned in another thread? Well, you muest protect with quotes the source directory: "f:/graphics programming/djgpp_include" In your sample, RHIDE search in directories f:/graphics *and* programming/djgpp_include for headers files. > Thanks > > Patrick > J. L.