Hi, I need help on compile Boost.Python. I keep having an error "cannot open file boost_python-vc80-mt-gd-1_34.lib" when I issue a commond bjam -sTOOLS=vc-8_0. I searched some notes from web and I added "import python" or "using python" already. However the problem still exists. anyone can advise?
on Mon Jul 23 2007, alex-AT-gorex.com.hk wrote:
Hi, I need help on compile Boost.Python. I keep having an error "cannot open file boost_python-vc80-mt-gd-1_34.lib" when I issue a commond bjam -sTOOLS=vc-8_0.
I searched some notes from web and I added "import python" or "using python" already. However the problem still exists.
anyone can advise?
Did you follow the directions at http://boost.org/libs/python/doc/building.html ? If so, are you using Boost 1.34.1 ? This looks like a problem in 1.34.0 with auto-linking that I think was fixed for 1.34.1 (but is only described obliquely in http://svn.boost.org/trac/boost/ticket/983). -- Dave Abrahams Boost Consulting http://www.boost-consulting.com The Astoria Seminar ==> http://www.astoriaseminar.com
participants (2)
-
alex@gorex.com.hk
-
David Abrahams