POV-Ray : Newsgroups : povray.beta-test : Beta 32 requires newer boost than it claims to Server Time
7 Jul 2024 06:43:44 EDT (-0400)
  Beta 32 requires newer boost than it claims to (Message 1 to 2 of 2)  
From: Nicolas Alvarez
Subject: Beta 32 requires newer boost than it claims to
Date: 17 May 2009 19:48:49
Message: <4a10a261@news.povray.org>
After some long struggle to get Boost 1.35 built and get POV-Ray configure
script to see it, I got this:

In file included from ../../source/backend/texture/texture.h:98,
                 from povray.cpp:109:
../../source/backend/pattern/pattern.h:105:37: error:
boost/unordered_map.hpp: No such file or directory
In file included from ../../source/backend/texture/texture.h:98,
                 from povray.cpp:109:
../../source/backend/pattern/pattern.h:258: error: expected initializer
before '<' token

unordered_map was introduced in Boost 1.36, so the documentation (and the
configure script's boost version checking) needs updating.


Post a reply to this message

From: Nicolas Alvarez
Subject: Re: Beta 32 requires newer boost than it claims to
Date: 17 May 2009 19:50:43
Message: <4a10a2d3@news.povray.org>
Nicolas Alvarez wrote:
> After some long struggle to get Boost 1.35 built and get POV-Ray configure
> script to see it, I got this:
> 
> [...]
> 
> unordered_map was introduced in Boost 1.36, so the documentation (and the
> configure script's boost version checking) needs updating.

Found a worse one:
http://www.povray.org/beta/source/unix-src-INSTALL.txt

That INSTALL file says the minimum Boost version is 1.33!


Post a reply to this message

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