|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I'm not sure if this is bug related or something I forgot to do
because of a difference in Megapov, but I can run Jamie Vives Piqueres'
test04.pov for the i_stsky.inc in official pov3.1 just fine, if I
run it in Megapov 0.4(windows version) however I get an error.
...\INCLUDE\i_stsky.inc:32: error: identifier or expression.
expected but s found instead.
--
Phil
...coffee?...yes please! extra sugar,extra cream...Thank you.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Phil Clute wrote:
>
> I'm not sure if this is bug related or something I forgot to do
> because of a difference in Megapov, but I can run Jamie Vives Piqueres'
> test04.pov for the i_stsky.inc in official pov3.1 just fine, if I
> run it in Megapov 0.4(windows version) however I get an error.
>
> ...\INCLUDE\i_stsky.inc:32: error: identifier or expression.
> expected but s found instead.
I haven't checked but "s" might be a reserved keyword/keyletter in
megapov. If you see a #declare s = or #local s = in the file change
it to something else and likewise change the variable wherever it is
used in the file.
--
Ken Tyler - 1300+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> I haven't checked but "s" might be a reserved keyword/keyletter in
> megapov
You are right Ken "s" is a reserved keyword :)
Fabian.
>
> Phil Clute wrote:
> >
> > I'm not sure if this is bug related or something I forgot to do
> > because of a difference in Megapov, but I can run Jamie Vives Piqueres'
> > test04.pov for the i_stsky.inc in official pov3.1 just fine, if I
> > run it in Megapov 0.4(windows version) however I get an error.
> >
> > ...\INCLUDE\i_stsky.inc:32: error: identifier or expression.
> > expected but s found instead.
>
> I haven't checked but "s" might be a reserved keyword/keyletter in
> megapov. If you see a #declare s = or #local s = in the file change
> it to something else and likewise change the variable wherever it is
> used in the file.
>
> --
> Ken Tyler - 1300+ Povray, Graphics, 3D Rendering, and Raytracing Links:
> http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Yep, that fixed it.
Thanks Ken
--
Phil
...coffee?...yes please! extra sugar,extra cream...Thank you.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |