Thanks for all of the help.
I'm still having a problem with the include file basetsd.h
C:\Program Files\boost\boost_1_35_0\boost/python/detail/wrap_python.hpp(37) : fatal error C1083: Cannot open include file: 'basetsd.h': No such file or directory
This file is in C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include
I don't know how to specify new directories in the include path using bjam.
----------------
May the peace of Christ be with you.
Tony May
Steven Watanabe wrote:Oh, that's an embarrassment for Boost.Build, IMO.
> AMDG
>
> David Abrahams wrote:
>> Steven Watanabe wrote:
>>
>>> AMDG
>>>
>>> Tony May wrote:
>>>
>>>> I am trying to build the tutorial example showing how to call a c++
>>>> function from a python script. When I run bjam I get the following
>>>> message.
>>>> I am using MSVC++ 2005 Express Edition.
>>>>
>>> Is the compiler in your path?
>>> You can either use the Visual Studio Command Prompt
>>> or call vsvars32.bat explicitly.
>>>
>>
>> In almost every case that should make no difference at all;
>> Boost.Build's msvc toolset is designed to do that for you if necessary.
>> It might be instructive to add --debug-configuration to the bjam
>> command line, though.
>>
>
> Ok. I found the solution
>
> using msvc : 8.0express ;
>
> just saying 8.0 doesn't work. Grrr.
--
Dave Abrahams
BoostPro Computing
http://www.boostpro.com
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users