Newsgroups: comp.parallel.pvm
From: Ian P Mccullough <ipm+@andrew.cmu.edu>
Subject: PVM PovRay
Organization: Freshman, CIT Undeclared, Carnegie Mellon, Pittsburgh, PA
Date: Mon, 13 Nov 1995 15:36:25 -0500
Message-ID: <okdul9S00YUz4Q5l4d@andrew.cmu.edu>

I dont know if this is the right place to address this question but I
have been trying to make the PVM'd version of POV ray with no success. 
I get a bunch of errors when compiling the pvm.c file.  I will put the
output of make below.

I would really like for this to work.  It would also give me a good
foundation for writing my own pvm apps.

Any ideas appreciated

Ian
make
gcc -c -O2 -I/tmp/ipm/pvm3/include -DPVMPOVRAY=\"pvmpovray\" pvm.c
pvm.c:46: conflicting types for `line'
pvm.c:46: previous declaration of `line'
pvm.c: In function `Pvm_Master':
pvm.c:86: `PATH_MAX' undeclared (first use this function)
pvm.c:86: (Each undeclared identifier is reported only once
pvm.c:86: for each function it appears in.)
pvm.c:86: size of array `slave_option' has non-integer type
pvm.c:314: warning: passing arg 2 of `write_rgb_line' makes integer from
pointer without a cast
pvm.c:314: too many arguments to function `write_rgb_line'
pvm.c: In function `write_rgb_line':
pvm.c:624: argument `line_data' doesn't match prototype
pvm.c:46: prototype declaration
pvm.c:624: number of arguments doesn't match prototype
pvm.c:46: prototype declaration
pvm.c:640: `SEEK_SET' undeclared (first use this function)
*** Error code 1
make: Fatal error: Command failed for target `pvm.o'

