Hi,
this simple scene fails to parse with Linux 3.7.0.beta14a:
#declare Mat1 = material {
texture {
pigment {color red 1}
finish {diffuse 0.8}
}
}
#declare Mat2 = Mat1
The result is:
<snip>
Parser Options
Input file: test02.pov
Remove bounds........On
Split unions.........Off
Library paths:
/usr/local/share/povray-3.7/include
==== [Parsing...] =======================================
Killed
with no any explaining error message.
When I remove the last line, everything is fine.
Not tested with windows version.
Best regards
Vaclav
Post a reply to this message
|