POV-Ray : Newsgroups : povray.unix : wierd behavior after compiling on Fedora 38 : Re: wierd behavior after compiling on Fedora 38 Server Time
2 Jun 2024 00:02:51 EDT (-0400)
  Re: wierd behavior after compiling on Fedora 38  
From: Ash Holsenback
Date: 2 Oct 2023 08:53:27
Message: <651abd47$1@news.povray.org>
On 10/1/23 10:53, RSM wrote:
> 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
> 

found this is your /report/ file:

checking for sdl-config... no
checking for libSDL... not found
configure: WARNING: the preview display is disabled

then later in same file:

Built-in features:
   X Window display:          disabled


Post a reply to this message

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