POV-Ray : Newsgroups : povray.general : Bug in POV-Ray 3.6.1c for Windows? : Bug in POV-Ray 3.6.1c for Windows? Server Time
1 Aug 2024 02:15:33 EDT (-0400)
  Bug in POV-Ray 3.6.1c for Windows?  
From: Tim Nikias
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

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