POV-Ray : Newsgroups : povray.unix : Compiling for CentOS 5.10 : Re: Compiling for CentOS 5.10 Server Time
24 Apr 2024 14:31:30 EDT (-0400)
  Re: Compiling for CentOS 5.10  
From: Le Forgeron
Date: 12 Feb 2014 02:36:21
Message: <52fb2475$1@news.povray.org>
Le 12/02/2014 08:01, jhu a écrit :
> Why are there so many issues with linking to boost?

because boost is rather a collection of template and utilities.
Only a few components are actually a true library. And they appears to
have a bit of instability about handling dependencies since 1.40 (it's a
bit complex, and they rename some libraries too... and move components)

The sad part: povray actually need to use the part of boost which are in
library.

The nice part: if povray move to C++11 (not expecting retrocompatibility
with old C++03 or older C++98), the thread is now part of the standard,
and that part of boost might be dropped.
But that's a major break with platforms not providing C++11.

-- 
Just because nobody complains does not mean all parachutes are perfect.


Post a reply to this message

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