POV-Ray : Newsgroups : povray.general : Unable to build: Redux : Re: Unable to build: Redux Server Time
29 Mar 2024 07:04:35 EDT (-0400)
  Re: Unable to build: Redux  
From: dick balaska
Date: 31 May 2018 15:50:42
Message: <5b105212$1@news.povray.org>
On 05/31/2018 03:21 PM, Anthony D. Baye wrote:

> I'll DL again, but I haven't altered the source my so much as a semicolon. This
> stuff is so far beyond me I wouldn't know where to start.

I don't think you've still said exactly what you DL'd or what your OS 
is. This works for me on Ubuntu 16 :

git clone https://github.com/POV-Ray/povray.git
cd povray
git checkout v3.8.0-alpha.9606898
cd unix
./prebuild.sh
cd ..
./configure COMPILED_BY="Dick Balaska (alpha test) <dic### [at] buckosoftcom>"
make -j4

(wait wait wait)

unix/povray --version
povray: cannot open the system configuration file 
/usr/local/etc/povray/3.8/povray.conf: No such file or directory
povray: cannot open the user configuration file 
/home/dick/.povray/3.8/povray.conf: No such file or directory
povray: I/O restrictions are disabled
POV-Ray 3.8.0-alpha.9606898.unofficial

This is an unofficial version compiled by:
  Dick Balaska (alpha test) <dic### [at] buckosoftcom>
  The POV-Ray Team is not responsible for supporting this version.

Copyright 1991-2018 Persistence of Vision Raytracer Pty. Ltd.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Built-in features:
   I/O restrictions:          enabled
   X Window display:          disabled
   Supported image formats:   gif tga iff ppm pgm hdr png jpeg tiff openexr
   Unsupported image formats: -

Compilation settings:
   Build architecture:  x86_64-pc-linux-gnu
   Built/Optimized for: x86_64-pc-linux-gnu (using -march=native)
   Compiler vendor:     gnu
   Compiler version:    g++ -std=gnu++11 5.4.0
   Compiler flags:      -pipe -Wno-multichar -Wno-write-strings 
-fno-enforce-eh-specs -Wno-non-template-friend -s -O3 -ffast-math 
-march=native -pthread

-- 
dik
Rendered 328976 of 330000 (99%)


Post a reply to this message

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