POV-Ray : Newsgroups : povray.unix : compiling on Fedora 20-beta : Re: compiling on Fedora 20-beta Server Time
29 Apr 2024 02:59:09 EDT (-0400)
  Re: compiling on Fedora 20-beta  
From: RM
Date: 14 Nov 2013 00:20:01
Message: <web.52845c7238cb7200e6759d050@news.povray.org>
I had leftover header files for boost 1.53

I was able to get this to work by manually removing the /usr/include/boost
directory and reinstalling the boost*-devel  rpm packages

then doing the following:

make clean
CXXFLAGS="-Wno-multichar"
../configure COMPILED_BY="RSM"  --with-boost=/usr/lib64 --disable-io-restrictions
--with-boost-thread=boost_thread LIBS=-boost_system
export LDFLAGS="${LDFLAGS} -L/usr/lib64"

make check
make install

-----------

Thanks to meander for the tip about adding the --with-boost-thread=boost_thread
LIBS=-boost_system parameters.

Richard


Post a reply to this message

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