|
 |
Am 16.09.2015 um 20:59 schrieb eticre:
> Le_Forgeron <jgr### [at] free fr> wrote:
> The master branch of povray (from github), since commit 1b5aab6 (27
> June 2015) has a problem that stop compiling the code:
>
> boost::scoped_ptr needs #include <boost/scoped_ptr.hpp>, but so far
> parser.cpp (source/parser/parser.cpp) is lacking that include.
>
> Maybe it was implicitly included in version of boost before 1.55, but
> on 1.55 (the only one available with Ubuntu Vivid 15.04), it is
> missing and compilers do not like it.
>
>
>
>
> same problem in archlinux
> add "#include <boost/scoped_ptr.hpp>" in parser.cpp to avoid error
Should be fixed now.
Post a reply to this message
|
 |