Problems Compiling in VS 2005
I'm attempting to upgrade my solution to 2005 from 2003 and it compiles fine until it gets to boost then I get errors. Here's the error: Error 889 error C2665: 'boost::python::detail::make_getter' : none of the 3 overloads could convert all the argument types ...\boost-1.32.0\include\boost\python\data_members.hpp 277 I thought it may be related to having an older version of Boost so I upgraded to 1.33.1 and am still having the same error: boost-1.33.1\include\boost\python\data_members.hpp(277) : error C2665: 'boost::python::detail::make_getter' : none of the 3 overloads could convert all the argument types Any ideas? --------------------------------- Brings words and photos together (easily) with PhotoMail - it's free and works with Yahoo! Mail.
Sergey Tiraspolsky
I'm attempting to upgrade my solution to 2005 from 2003 and it compiles fine until it gets to boost then I get errors. Here's the error: Error 889 error C2665: 'boost::python::detail::make_getter' : none of the 3 overloads could convert all the argument types ...\boost-1.32.0\include\boost\python\data_members.hpp 277
I thought it may be related to having an older version of Boost so I upgraded to 1.33.1 and am still having the same error:
boost-1.33.1\include\boost\python\data_members.hpp(277) : error C2665: 'boost::python::detail::make_getter' : none of the 3 overloads could convert all the argument types
Any ideas?
If you can post a minimal, reproducible example, I can try to diagnose the problem. In future please bring Boost.Python problems to the C++-sig: http://www.boost.org/mailing_lists.htm#cplussig Regards, -- Dave Abrahams Boost Consulting www.boost-consulting.com
On 2/5/06, David Abrahams
In future please bring Boost.Python problems to the C++-sig: http://www.boost.org/mailing_lists.htm#cplussig
I think the correct URL is: http://www.boost.org/more/mailing_lists.htm#cplussig
Regards,
-- Dave Abrahams Boost Consulting www.boost-consulting.com
best regards, -- Felipe Magno de Almeida
participants (3)
-
David Abrahams
-
Felipe Magno de Almeida
-
Sergey Tiraspolsky