POV-Ray : Newsgroups : povray.unix : master branch has problem to compile on Ubuntu 15.04 since 1b5aab6 (27 June 2015) : Re: master branch has problem to compile on Ubuntu 15.04 since 1b5aab6 (27 = Server Time
26 Apr 2024 13:39:06 EDT (-0400)
  Re: master branch has problem to compile on Ubuntu 15.04 since 1b5aab6 (27 =  
From: clipka
Date: 18 Sep 2015 13:15:14
Message: <55fc46a2$1@news.povray.org>
Am 16.09.2015 um 20:59 schrieb eticre:
> Le_Forgeron <jgr### [at] freefr> 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

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