|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi everybody.
I have been contacted by a lucky user who has access to a 20x alpha
cluster running Linux, and is trying to make PvMegaPOV run on it.
He is facing some problems at parse-time (it seems to compile) which
seem strange to me:
> as soon as it reads a simple multiplication (1.25*y) it exits with '
> expecting }'
> Starting frame 0...
> stad [40007] reported: pigment { FBM_Clouds }
> stad [40007] reported: finish { ambient 1.0 diffuse 0 }
> stad [40007] reported: }
> stad [40007] reported: texture { // The darker
> underside of the clouds
> stad [40007] reported: pigment { FBM_Clouds translate -0.15* <----ERROR
> stad [40007] reported:
> /home/maarten/povray31/include/textures.inc:335: error: stad [40007]
> reported: No matching } in pigment,stad [40007] reported: * found instead.
Has anybody tried to run Megapov (or even better PvMegaPOV) under
alpha-Linux ? Could someone provide some feedback?
TIA.
--
__ __ __ __ _
| | / \ / / |_ / |/
\/\/ \__/ /_ /_ |__ \_ |\
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Mon, 21 May 2001 20:12:30 +0000, Francois Dispot wrote:
>Hi everybody.
>I have been contacted by a lucky user who has access to a 20x alpha
>cluster running Linux, and is trying to make PvMegaPOV run on it.
>He is facing some problems at parse-time (it seems to compile) which
>seem strange to me:
>
>> as soon as it reads a simple multiplication (1.25*y) it exits with '
>> expecting }'
>> Starting frame 0...
>> stad [40007] reported: pigment { FBM_Clouds }
>> stad [40007] reported: finish { ambient 1.0 diffuse 0 }
>> stad [40007] reported: }
>> stad [40007] reported: texture { // The darker
>> underside of the clouds
>> stad [40007] reported: pigment { FBM_Clouds translate -0.15* <----ERROR
>> stad [40007] reported:
>> /home/maarten/povray31/include/textures.inc:335: error: stad [40007]
>> reported: No matching } in pigment,stad [40007] reported: * found instead.
>
>Has anybody tried to run Megapov (or even better PvMegaPOV) under
>alpha-Linux ? Could someone provide some feedback?
Wow almost the exact same thing that happened over here today, but it
wasn't megapov that was the problem, I got that error by trying to
render skyvase.pov on Linux with Megapov 7 while using the +b1000 command
line option, when I took that option out it worked fine, maybe it's the
same problem over there.
--
Cheers
Steve email mailto:ste### [at] zeroppsuklinuxnet
%HAV-A-NICEDAY Error not enough coffee 0 pps.
web http://www.zeropps.uklinux.net/
or http://start.at/zero-pps
10:36pm up 115 days, 23:25, 2 users, load average: 1.79, 1.42, 1.25
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Steve wrote:
>
> On Mon, 21 May 2001 20:12:30 +0000, Francois Dispot wrote:
> >Hi everybody.
> >I have been contacted by a lucky user who has access to a 20x alpha
> >cluster running Linux, and is trying to make PvMegaPOV run on it.
> >He is facing some problems at parse-time (it seems to compile) which
> >seem strange to me:
> >
> >> as soon as it reads a simple multiplication (1.25*y) it exits with '
> >> expecting }'
> >> Starting frame 0...
> >> stad [40007] reported: pigment { FBM_Clouds }
> >> stad [40007] reported: finish { ambient 1.0 diffuse 0 }
> >> stad [40007] reported: }
> >> stad [40007] reported: texture { // The darker
> >> underside of the clouds
> >> stad [40007] reported: pigment { FBM_Clouds translate -0.15* <----ERROR
> >> stad [40007] reported:
> >> /home/maarten/povray31/include/textures.inc:335: error: stad [40007]
> >> reported: No matching } in pigment,stad [40007] reported: * found instead.
> >
> >Has anybody tried to run Megapov (or even better PvMegaPOV) under
> >alpha-Linux ? Could someone provide some feedback?
>
> Wow almost the exact same thing that happened over here today, but it
> wasn't megapov that was the problem, I got that error by trying to
> render skyvase.pov on Linux with Megapov 7 while using the +b1000 command
> line option, when I took that option out it worked fine, maybe it's the
> same problem over there.
>
I get the above error with MegaPOV v0.7 on OpenVMS Alpha if I try to use
the "+Mv2.0" setting. If I leave that out, it compiles just fine with
all the
other options.
$ megapovray +i skyvase.pov +v1 -d +ft -x +a0.300 +r3 +b1000
+w640 +h480
Works where..
$ megapovray +i skyvase.pov +v1 -d +ft -x +a0.300 +r3 +b1000
+mV2.0 +w640 +h480
dosen't work and gives the above error.
--
+------------------+--------------------------+---------------+
| Robert Alan Byer | bye### [at] mailourserversnet | ICQ #65926579 |
+------------------+--------------------------+---------------+
| Send an E-mail request to obtain a copy of my PGP key. |
+-------------------------------------------------------------+
| "It is by caffeine alone I set my mind in motion. It is by |
| cans of cola the thoughts aquire speed, the hands aquire |
| shakes, the shakes become a warning. It is by caffeine |
| alone I set my mind in motion." |
+-------------------------------------------------------------+
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|