POV-Ray : Newsgroups : povray.unix : wierd behavior after compiling on Fedora 38 : Re: wierd behavior after compiling on Fedora 38 Server Time
18 May 2024 06:02:46 EDT (-0400)
  Re: wierd behavior after compiling on Fedora 38  
From: jr
Date: 1 Oct 2023 11:20:00
Message: <web.65198d94e0e6f9a1b180e2cc6cde94f1@news.povray.org>
hi,

"RSM" <nomail@nomail> 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. ...
> make check

but 'make check' showed the "biscuit" ?

fwiw, I used the following (excerpt from script) to build beta.1:

CXXFLAGS="$BLDFLAGS" \
  ./configure \
  --enable-silent-rules \
  --libdir=/usr/local/lib64 \
  --sysconfdir=/usr/local/etc \
  --localstatedir=/var \
  --mandir=/usr/local/man \
  --without-libmkl \
  COMPILED_BY="$POVRAY_BUILDER"

make
make check
make install

if rebuilding makes no difference, perhaps you could record the
 build process, eg.

  $ script /tmp/build-log
  $ ./mybashscript
  $ exit

and attach that file in the follow-up post.  hope that helps.


regards, jr.


Post a reply to this message

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