POV-Ray : Newsgroups : povray.binaries.scene-files : Error on run macros loops declarations something's amiss : Re: Error on run macros loops declarations something's amiss Server Time
19 Apr 2024 08:06:56 EDT (-0400)
  Re: Error on run macros loops declarations something's amiss  
From: clipka
Date: 6 Mar 2016 03:00:34
Message: <56dbe3a2@news.povray.org>
Am 05.03.2016 um 18:36 schrieb Bald Eagle:
> I just spent a lot of time getting all the array loops to work without error,
> and now POV complains
> Parse Error: Expected 'RValue to declare', End of File found instead
> or if I comment out the #end where it chokes, then I get "end of file reached,
> but #end expected.
> 
> As far as I can see, all my #locals have a ; and all my #fors have an #end

According to how it is used, your macro `computeControlPoints(K)` should
expand to a value, but it expands to nothing.


Post a reply to this message

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