POV-Ray : Newsgroups : povray.general : Bug in POV-Ray 3.6.1c for Windows? Server Time
1 Aug 2024 04:16:05 EDT (-0400)
  Bug in POV-Ray 3.6.1c for Windows? (Message 1 to 4 of 4)  
From: Tim Nikias
Subject: Bug in POV-Ray 3.6.1c for Windows?
Date: 21 Apr 2006 15:19:37
Message: <44493049@news.povray.org>
Two files:

"test.inc" with just the following macro:
#macro DoNothing() #end

"test.pov" with the following:
#include "test.inc"
DoNothing()

#declare Test = 0;
//#declare Hm = Test.y;
#if (Test.y!=1)
#end

Run "test.pov" and I get an unhandled exception because of the "Test.y" in
the #if-clause. Uncomment the declaration of "Hm", and I get a "Parse Error:
Bad operands for period operator."

All this on POV-Ray 3.6.1c.icl8.win32, Win 2000, AthlonXP 2.4Ghz+, 768MB
RAM.

I know that 3.7 is in the making, perhaps someone can check if the problem
persists there?

Regards,
Tim

-- 
aka "Tim Nikias v2.0"
Homepage: <http://www.nolights.de>


Post a reply to this message

From: maevius
Subject: Re: Bug in POV-Ray 3.6.1c for Windows?
Date: 31 Jul 2018 06:30:01
Message: <web.5b60394254e4544ace8e01c0@news.povray.org>
change
 #declare Test = 0;
to
 #declare Test = <0,0,0>;


Post a reply to this message

From: Alain
Subject: Re: Bug in POV-Ray 3.6.1c for Windows?
Date: 31 Jul 2018 13:25:14
Message: <5b609b7a@news.povray.org>
Le 18-07-31 à 06:26, maevius a écrit :
> change
>   #declare Test = 0;
> to
>   #declare Test = <0,0,0>;
> 
> 

That's not even the last 3.6 subversion. It ended with version 3.6g. You 
should update to version 3.7.


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: Bug in POV-Ray 3.6.1c for Windows?
Date: 31 Jul 2018 15:05:00
Message: <web.5b60b21d54e4544a25dab10e0@news.povray.org>
"maevius" <nomail@nomail> wrote:
> change
>  #declare Test = 0;
> to
>  #declare Test = <0,0,0>;

Why did you reply to a 12 (!!!) year old message?


Post a reply to this message

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