POV-Ray : Newsgroups : povray.binaries.programming : Updated yuqk tarballs for Unix/Linux. b55a38d3 : Re: Updated yuqk tarballs for Unix/Linux. b55a38d3 Server Time
18 May 2025 05:24:58 EDT (-0400)
  Re: Updated yuqk tarballs for Unix/Linux. b55a38d3  
From: Mr
Date: 14 May 2025 18:20:00
Message: <web.6825166ae7a8611f58bb8b2b6830a892@news.povray.org>
William F Pokorny <ano### [at] anonymousorg> wrote:
> Please see the attached tarballs, previous announcements in this forum
> and INSTALL.txt for suggestions on compiling and running via wrapper script.

thanks ! I followed the install.txt and...

* it did compile and check on my Ubuntu 24.04 !

*Less so on my Intel Mac OS Big Sur 11.7.10

there a) I had to compile with CXXFLAGS="-std=c++17 -O2" but even then, I got an
error:

  CXX      vm/fnintern.o
vm/fnintern.cpp:5483:29: error: constexpr variable 'tmpPow2_52' must be
initialized by a constant expression
    static constexpr double tmpPow2_52 = std::pow(2.0,52.0);
                            ^            ~~~~~~~~~~~~~~~~~~

And before that a warning:
parser/parser_expressions.cpp:2993:13: warning: enumeration value
'kBlendMapType_Slope' not handled in switch [-Wswitch]
    switch (Blend_Type)
            ^

these warning happen both with Xcode 13.2.1 and  brew installed gcc-14


Post a reply to this message

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