
4 Jun
2009
4 Jun
'09
8:44 a.m.
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.