POV-Ray : Newsgroups : povray.unofficial.patches : QUESTION: MegaPOV Code Questions/Problems (LONG) : Re: QUESTION: MegaPOV Code Questions/Problems (LONG) Server Time
2 Sep 2024 08:17:16 EDT (-0400)
  Re: QUESTION: MegaPOV Code Questions/Problems (LONG)  
From: Robert Alan Byer
Date: 5 Mar 2000 22:44:06
Message: <38C2E32B.692197CB@mail.ourservers.net>
> 
> > Thanks, what I just ended up doing for now to make it "proper"
> > (so-to-speak) was to put "#if defined(POVISO)" clauses for each of the
> > functions to match the prototypes.
> 
> You can just do
> 
> #if defined(POVISO)
> #define STATIC static
> #else
> #define STATIC
> #endif
> 
> and replace any static with STATIC.
>

Thanks, I did something similar.

> 
> > It looks like the code needs to be cleaned up a bit and I think I might
> > just do that and submit the cleaned up code files here to help prevent
> > future confustion.
> 
> If I were you I would really not bother, the MegaPOV isosurface code will be
> obsolete later this year when POV-Ray 3.5 arrives (with isosurfaces) anyway
> :-)
>

O.k., well, I bothered with it as I wanted to get it working and a clean
compile now.

-- 

 +--------------------------+----------------------------------------+
 | Robert Alan Byer         | "I don't want to take over the world,  |
 | bye### [at] mailourserversnet |  just my own little part of it."       |
 | Phone: (317)357-2724     | http://www.ourservers.net/~byer        |
 +--------------------------+----------------------------------------+
 | Send an E-mail request to obtain my PGP key.        ICQ #65926579 |
 +-------------------------------------------------------------------+


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.