Mail Archives: djgpp/2002/07/11/13:27:04
X-Originating-IP: | [200.34.143.5]
|
From: | "J. L." <jlsgarrido AT hotmail DOT com>
|
To: | <djgpp AT delorie DOT com>
|
References: | <agj92f$t84$1 AT news6 DOT jaring DOT my>
|
Subject: | Re: unable to find directories
|
Date: | Thu, 11 Jul 2002 11:03:52 -0500
|
MIME-Version: | 1.0
|
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: | <OE34yf8F6fIZb0CnyLY00007345@hotmail.com>
|
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" <pck66 AT pd DOT jaring DOT my>
Newsgroups: comp.os.msdos.djgpp
To: <djgpp AT delorie DOT com>
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.
- Raw text -