On Fri, Jul 1, 2011 at 10:02 PM, Cook, Rich <[email protected]> wrote:
> I got this error.  I hope it's obvious why I think it's weird.  I'm building 
> against boost 1.46.  Or thought I was.  This message seems to imply it's 
> looking at the system boost in /usr/include/boost
>
>  Your system is using an outdated version of Boost (1.33.1, found in
>  /nfs/tmp2/rcook/ParaView/3.10/build/boost_1_46_1).  Some of the graph
>  processing filters require version 1.36.0 or later to build on 64-bit
>  platforms.
>
You might want to double check the version.hpp file in
/nfs/tmp2/rcook/ParaView/3.10/build/boost_1_46_1/boost to ensure it is
setting the correct version number, as the Boost find module uses that
file to compute the version. I have,

#define BOOST_VERSION 104601

The parts of the version number are extracted from this line. If you
want to send me the CMakeCache.txt off-list I can take a look for any
peculiarities, but the file is processed from the Boost_INCLUDE_DIR
variable that is sent as part of the error message.

Marcus
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to