POV-Ray : Newsgroups : povray.unix : wierd behavior after compiling on Fedora 38 : Re: wierd behavior after compiling on Fedora 38 Server Time
1 Jun 2024 21:36:34 EDT (-0400)
  Re: wierd behavior after compiling on Fedora 38  
From: RSM
Date: 1 Oct 2023 17:45:00
Message: <web.6519e801e0e6f9a138789ea2e542b12d@news.povray.org>
i tried beta 2
i tried it with

#!/bin/bash
CXXFLAGS="-std=c++11"
../configure -q COMPILED_BY="RSM"
make clean
make
make check
make install

the output when rendering biscuits.pov is entirely black
the output when rendering the test scene bill provided is green
the output when i try rendering my scenes is entirely white


Post a reply to this message

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