POV-Ray : Newsgroups : povray.beta-test : Windows beta.2-QA09T.msvc10.win64 does not accept "./" as a path prefix Server Time
28 Mar 2024 11:31:46 EDT (-0400)
  Windows beta.2-QA09T.msvc10.win64 does not accept "./" as a path prefix (Message 1 to 3 of 3)  
From: dick balaska
Subject: Windows beta.2-QA09T.msvc10.win64 does not accept "./" as a path prefix
Date: 16 Feb 2017 01:31:07
Message: <58a5472b$1@news.povray.org>
In POV-Ray 3.7 I can say
#include "./subdir/awesomeObject.inc"

In 3.7.1 I get a file not found error and must say
#include "subdir/awesomeObject.com"


-- 
dik


Post a reply to this message

From: William F Pokorny
Subject: Re: Windows beta.2-QA09T.msvc10.win64 does not accept "./" as a pathprefix
Date: 16 Feb 2017 10:09:03
Message: <58a5c08f$1@news.povray.org>
On 02/16/2017 01:31 AM, dick balaska wrote:
> In POV-Ray 3.7 I can say
> #include "./subdir/awesomeObject.inc"
>
> In 3.7.1 I get a file not found error and must say
> #include "subdir/awesomeObject.com"
>
>

Both include path forms work on linux - as I expect you know :-).

I run only linux and so won't be digging into this one.

Bill P.


Post a reply to this message

From: clipka
Subject: Re: Windows beta.2-QA09T.msvc10.win64 does not accept "./" as a pathprefix
Date: 16 Feb 2017 11:04:48
Message: <58a5cda0$1@news.povray.org>
Am 16.02.2017 um 07:31 schrieb dick balaska:
> In POV-Ray 3.7 I can say
> #include "./subdir/awesomeObject.inc"
> 
> In 3.7.1 I get a file not found error and must say
> #include "subdir/awesomeObject.com"

Stupid bug. Easy-peasy to fix. Will be included in next beta.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.