On 1/2/26 10:59, kurtz le pirate wrote:
> Not everything is perfect, but POV-Ray seems to be working except
> that... when I try to render I get a "empty" image with only the
> background color and the output file has been successfully created.
The blank render is one of a few bad results of newer g++ versions
changing the fast-math flag behavior. While running the configure script
add the additional flag mentioned below:
"Those using g++ compiler version 13 or later must add the compiler flag
-fno-finite-math-only, if using the flag -ffast-math."
Bill P.
Post a reply to this message
|