Hey Amitendra, > [ 97%] Building CXX object src/http/CMakeFiles/wthttp.dir/SslConnection.o > "/export/home/amitendra/Boost/include/boost-1_36/boost/bind.hpp", line 67: > Error > : boost::_bi::F is not a namespace or class name. > "/export/home/amitendra/Boost/include/boost-1_36/boost/bind/bind_template.hpp", > line 15: Where: While specializing > "boost::_bi::result_traits<boost::_bi::un > specified, extern "C" int(*)(ssl_st*,void*,int)>". > "/export/home/amitendra/Boost/include/boost-1_36/boost/bind/bind_template.hpp", > line 15: Where: Specialized in > boost::_bi::bind_t<boost::_bi::unspecified, e > xtern "C" int(*)(ssl_st*,void*,int), boost::_bi::list3<boost::arg<1>, > boost::_bi > ::value<void*>, boost::_bi::value<int>>>. > "/export/home/amitendra/Boost/include/boost-1_36/boost/asio/ssl/detail/openssl_s > tream_service.hpp", line 452: Where: Specialized in non-template code. > "/export/home/amitendra/Boost/include/boost-1_36/boost/bind.hpp", line 67: > Error > : result_type is not defined. > "/export/home/amitendra/Boost/include/boost-1_36/boost/bind/bind_template.hpp", > line 15: Where: While specializing > "boost::_bi::result_traits<boost::_bi::un > specified, extern "C" int(*)(ssl_st*,void*,int)>". > "/export/home/amitendra/Boost/include/boost-1_36/boost/bind/bind_template.hpp", > line 15: Where: Specialized in > boost::_bi::bind_t<boost::_bi::unspecified, e > xtern "C" int(*)(ssl_st*,void*,int), boost::_bi::list3<boost::arg<1>, > boost::_bi > ::value<void*>, boost::_bi::value<int>>>. > "/export/home/amitendra/Boost/include/boost-1_36/boost/asio/ssl/detail/openssl_s > tream_service.hpp", line 452: Where: Specialized in non-template code. > 2 Error(s) detected.
You are almost there. I am not sure whether I have tried to build with OpenSSL support on OpenSolaris. I will check. In the meantime, you should be able to build succesfully without openssl support ? You can disable SSL support in the CMakeCache.txt: set HTTP_WITH_SSL:BOOL=OFF Regards, koen ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
