POV-Ray : Newsgroups : povray.newusers : Parse Error in Stones1.inc : Re: Parse Error in Stones1.inc Server Time
29 Jul 2024 00:34:09 EDT (-0400)
  Re: Parse Error in Stones1.inc  
From: Stephen
Date: 24 Mar 2007 05:35:28
Message: <1mv903thd98ra8l69jh41geik2eed2vlmm@4ax.com>
On Sat, 24 Mar 2007 04:47:45 EST, "neelakantankk" <nee### [at] gmailcom>
wrote:

>Hi, I am new to POV-Ray. I installed POV-Ray v3.6.1c after downloading the
>Windows 32bit installer from the website. But it is giving me a parse error
>in the file stones1.inc
>
>The error message is
>
>File: d: Program Files POV-Ray for Windows v3.6 INCLUDE stones1.inc  Line:
>573
>File Context (5 lines):
>  color_map
>   {[0.0, 0.3 color White
>Parse Error: Expected 'color', undeclared identifier 'White' found instead
>
>
>Please help me out here
>
>Neelakantan


You are getting that error because stones1.inc is calling a variable called
"White" which can be found in "colors.inc"

So in your pov file you need to have this line as well 
#include "colors.inc"

Regards
	Stephen


Post a reply to this message

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