|
|
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
|
|
|
|
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
|
|