POV-Ray : Newsgroups : povray.unix : wierd behavior after compiling on Fedora 38 : wierd behavior after compiling on Fedora 38 Server Time
18 May 2024 07:55:11 EDT (-0400)
  wierd behavior after compiling on Fedora 38  
From: RSM
Date: 1 Oct 2023 10:55:00
Message: <web.651987ea8ff820e138789ea2e542b12d@news.povray.org>
When i try to render a scene after compiling it on Fedora 38 the program runs
very fast and produces a totally white image. i am outputing the scene as a png
file.

it is povray 3.8 beta 1.


Does anyone have any tips on how to compile the program properly on Fedora 38?

This is the script i use to compile the program.

#!/bin/bash
CXXFLAGS="-Wno-multichar"
../configure COMPILED_BY="RSM"  --with-boost=/usr/lib64 --disable-io-restrictions
--with-boost-thread=boost_thread LIBS=-Lboost_system
export LDFLAGS="${LDFLAGS} -L/usr/lib64"
make clean
make check
make install

Thank you
RSM


Post a reply to this message

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