From: Robertson (jroberts@ux4.cso.uiuc.edu)
Date: 04/22/93


From: jroberts@ux4.cso.uiuc.edu (Robertson)
Subject: Pov Ray tracer compile
Date: Thu, 22 Apr 1993 07:26:56 GMT


Has anyone been able to compile Persistence of vision easily? When I run
make, I get a warning for every C module that it is redfining 'volatile'
and gives a directory where it is already defined. It totally dies when
it gets to the gcc.c, unix.c, or xwindows.c file. It gives errors like
'Dereferencing pointer to incomplete type'
' 'Domain' undeclared (first use this function)'
'Overflow' undeclared ) ""
Sing undeclared... blah blah blah
All these are in the matherr section of the (gcc,unix,xwindows).c files.
Any help would be greatly appreciated

jroberts@ux4.cso.uiuc.edu