POV-Ray : Newsgroups : povray.beta-test : Error message : Error message Server Time
29 Jul 2024 12:17:16 EDT (-0400)
  Error message  
From: Felix Wiemann
Date: 4 May 2002 05:58:49
Message: <3cd3b0d9@news.povray.org>
POV-Ray for Linux RC 3

Hi,
this scene:

#declare MyFunction = function
        {
        f_noise3d(x, y, z)
        }

generates the following messages:

> Parsing...File: error.pov  Line: 3
> Error: Suspicious identifier found in function!
> If you want to call a function make sure the function you call has
> been declared.
> If you call an internal function, make sure you have included
> 'function.inc'.
   ^^^^^^^^^^^^
> 
> File: error.pov  Line: 3
> 
> 
> #declare MyFunction = function
> 
> 
> 
> 
> 
>         {
> 
> 
>         f_noise3d( <----ERROR
> 
> 
> Parse Error: Expected 'operator', ( found instead

It must be 'functions.inc' instead of 'function.inc'.
-- 
Felix Wiemann


Post a reply to this message

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