POV-Ray : Newsgroups : povray.beta-test : [unix] boost 1.54 has removed a function needed by POVRAY, a fix : Re: [unix] boost 1.54 has removed a function needed by POVRAY, a fix Server Time
28 Apr 2024 20:02:10 EDT (-0400)
  Re: [unix] boost 1.54 has removed a function needed by POVRAY, a fix  
From: Marc J  Driftmeyer
Date: 1 Sep 2013 17:30:01
Message: <web.5223b10dadf889e41932128b0@news.povray.org>
"meander" <nomail@nomail> wrote:
> This worked for me:
>
> ../configure COMPILED_BY="your name <email>" --with-boost-thread=boost_thread
> LIBS=-lboost_system

I wanted to do a follow up and point out a configuration for both gcc-4.8.1 on
Debian and LLVM/Clang Trunk. I have llvm/clang 3.3 installed on Debian Sid as
well, so I'm confident it would configure as well.


PLATFORM: DEBIAN SID AMD64

GCC-4.8.1 [default for g++/cc]
..../povray-3.7.0.RC7/configure COMPILED_BY="your name <email>" CXXFLAGS='-O3
-march=native' CC=/usr/bin/cc CFLAGS='-O3 -march=native' CXX=/usr/bin/g++
--with-boost-thread=boost_thread LIBS=-lboost_system


LLVM/Clang Trunk [3.4]:

..../povray-3.7.0.RC7/configure COMPILED_BY="your name <email>" CXXFLAGS='-O3
-march=native' CC=/usr/local/bin/clang CFLAGS='-O3 -march=native'
CXX=/usr/local/bin/clang++ --with-boost-thread=boost_thread LIBS=-lboost_system


Post a reply to this message

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