Re: [Boost-users] Boost-users Digest, Vol 2016, Issue 2
Date: Thu, 4 Jun 2009 09:44:34 +0100 From: "John Maddock"
Subject: Re: [Boost-users] Compile error using boost's tr1::bind To: Message-ID: <059F08EC9A4049B194EBF6D5CA604C4C@acerlaptop> Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original What is needed for the code to compile and run properly?
Which Boost version and is Boost installed in /usr/include or somewhere similar?
Basically this is a known problem for some Boost versions when Boost is installed in your *system search path* - the issue is that the Boost headers are in a location that is searched *after* the libstdc++ headers and that breaks the header-forwarding mechanism used by Boost.TR1.
The solution is probably to upgrade to the latest Boost release, or if all else fails, the SVN Trunk.
HTH, John.
I'm not sure which version of boost this is. It would be whatever the most current version of boost is for Fedora 10, as I update my system on a regular basis. There is a /usr/include/boost directory on my system. I would assume that is the version of boost being used by the compiler.
AMDG Tron Thomas wrote:
I'm not sure which version of boost this is. It would be whatever the most current version of boost is for Fedora 10, as I update my system on a regular basis. There is a /usr/include/boost directory on my system. I would assume that is the version of boost being used by the compiler.
You can check boost/version.hpp In Christ, Steven Watanabe P.S. Please don't reply to digests. It makes it much harder to follow the thread.
participants (2)
-
Steven Watanabe
-
Tron Thomas