I was finally able to go back and look at this some more.  I tried your suggestions, but the only thing that works at all is setting MSVCDir.  I still get those compilation issues for several routines, so I will take your advice and ask Boost.Python developers about it on  boost@lists.boost.org.

 

Thanks so much for taking the time to answer my questions.

 

Bev

--- On Thu, 6/26/08, Vladimir Prus ghost@cs.msu.su wrote

...

>>   At any rate, I would appreciate some pointers on how to build for the
>> x64 platform given all of the above.
> I think you have two approaches:
> 1. Just use the approach you use now, and ignore "vc6" in names.
> 2. Grab Boost 1.35, and copy tools/build/v2 from there to 1.33.1. Then, build
> with:
>       bjam toolset=msvc address-model=64
 > I don't know the reason for compile error -- I doubt it's build system
issue.
- Volodya