Boost example programme compilation error (Sun C++5.8 on Solaris 5.8)
Hi,
we're new to Boost and trying to compile the example programme from the getting
started page (compiler version: Sun C++ 5.8 2005/10/13, OS: Solaris 5.8) with
Boost release 1_39.
I'm getting the following error upon compilation:
"/finag/ZwatschB/boost_1_39_0/boost/lambda/detail/operator_lambda_func_base.hpp"
, line 212: Error: Initializing std::ostream & requires an lvalue.
"test.cc", line 12: Where: While
instantiating "std::for_each
2009/8/4 Bernd Zwatschka
According to the release notes, Boost has been tested on C++ 5.8 on Solaris 5.10, so I'm assuming our configuration of compiler / OS is to blame?
It's tested using STLport so you'll probably need to use it rather than Sun's default standard library. This blog might help: http://blogs.sun.com/sga/category/Boost Although it hasn't been updated for a while. Daniel
participants (2)
-
Bernd Zwatschka
-
Daniel James