POV-Ray : Newsgroups : povray.newusers : Macros require #version 3.1 or later but #version 3.00 is set ? Server Time
31 Jul 2024 06:21:15 EDT (-0400)
  Macros require #version 3.1 or later but #version 3.00 is set ? (Message 1 to 3 of 3)  
From: Stevvie
Subject: Macros require #version 3.1 or later but #version 3.00 is set ?
Date: 9 Jan 2003 10:44:55
Message: <3e1d98f7$1@news.povray.org>
I just downloaded POVray 3.5 for PC.I just used L3P to convert a lefo file
from a .dat to a .pov file using this command: "C:\LDRAW\l3p\L3P.exe"
"m6335a.ldr"  -cg45,45,0 -lg45,0,0 -lg30,120,0 -lg60,-120,0 -fg -bu -sw0.5 -
q3 -lgeo -o . But when I tried to render, I got the following error:
Macros require #version 3.1 or later but #version 3.00 is set. this seems to
occure in the file colors.inc at line 164 with this command.

Please help I am a TOTAL newbie to POVray.


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: Macros require #version 3.1 or later but #version 3.00 is set ?
Date: 9 Jan 2003 12:27:19
Message: <3e1db0f7$1@news.povray.org>
In article <3e1d98f7$1@news.povray.org> , "Stevvie" <s### [at] palacesscremingnet>
wrote:

> I just downloaded POVray 3.5 for PC.I just used L3P to convert a lefo file
> from a .dat to a .pov file using this command: "C:\LDRAW\l3p\L3P.exe"
> "m6335a.ldr"  -cg45,45,0 -lg45,0,0 -lg30,120,0 -lg60,-120,0 -fg -bu -sw0.5 -
> q3 -lgeo -o . But when I tried to render, I got the following error:
> Macros require #version 3.1 or later but #version 3.00 is set. this seems to
> occure in the file colors.inc at line 164 with this command.
>
> Please help I am a TOTAL newbie to POVray.

Well, the error message already tell you want is wrong.  At least looking
into the documentation would help.  You need to find where in _your_ scene
file you set #version 3.  Then change it to 3.1 and the problem is solved.

    Thorsten

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

From: Christopher James Huff
Subject: Re: Macros require #version 3.1 or later but #version 3.00 is set ?
Date: 9 Jan 2003 13:10:06
Message: <cjameshuff-800B0C.13002109012003@netplex.aussie.org>
In article <3e1db0f7$1@news.povray.org>,
 "Thorsten Froehlich" <tho### [at] trfde> wrote:

> Well, the error message already tell you want is wrong.  At least looking
> into the documentation would help.  You need to find where in _your_ scene
> file you set #version 3.  Then change it to 3.1 and the problem is solved.

This is an actual problem with the includes though. colors.inc should 
have a version directive that sets a version which supports the macros 
it uses, allowing for backwards compatibility with scenes like this. My 
fault, I put the macros there and didn't consider anyone trying to use a 
version 3 scene. The problem might exist in other includes, too.

-- 
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: chr### [at] tagpovrayorg
http://tag.povray.org/


Post a reply to this message

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