|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi folks,
in our current Unix build process, it seems that we intend to strip any
appearance of the directory "." from any of C_INCLUDE_PATH and
CPLUS_INCLUDE_PATH.
Does anyone have any idea why we're trying to do that?
(It doesn't work properly, but that's a different story.)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
hi,
On 04/01/2018 21:40, clipka wrote:
> in our current Unix build process, it seems that we intend to strip any
> appearance of the directory "." from any of C_INCLUDE_PATH and
> CPLUS_INCLUDE_PATH.
> Does anyone have any idea why we're trying to do that?
wild guess, to stop '.' being searched before the system's include path(s)?
regards, jr.
Post a reply to this message
|
|
| |
| |
|
|
From: clipka
Subject: Re: No "." in C_INCLUDE_PATH / CPLUS_INCLUDE_PATH
Date: 5 Jan 2018 03:45:19
Message: <5a4f3b1f@news.povray.org>
|
|
|
| |
| |
|
|
Am 05.01.2018 um 00:41 schrieb jr:
> hi,
>
> On 04/01/2018 21:40, clipka wrote:
>> in our current Unix build process, it seems that we intend to strip any
>> appearance of the directory "." from any of C_INCLUDE_PATH and
>> CPLUS_INCLUDE_PATH.
>> Does anyone have any idea why we're trying to do that?
>
> wild guess, to stop '.' being searched before the system's include path(s)?
Hm... yeah, maybe.
Are there any records of this having ever been an issue?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |