| Store | Cart

[C++-sig] Having Trouble Running Boost.Python Tutorial

From: H Sam <samh...@gmail.com>
Mon, 16 Jan 2017 12:04:49 -0500
Hello,

I am trying to run the Boost.Python tutorial, as shown in the documentation
:
http://www.boost.org/doc/libs/1_63_0/libs/python/doc/html/building/no_install_quickstart.html
.

I am getting this error :

D:\local\boost_1_63_0\libs\python\example\quickstart>bjam
.found 17 targets...
.updating 6 targets...
compile-c-c++ extending.obj
extending.cpp
extending.cpp(5): fatal error C1083: Cannot open include file:
'boost/python/class.hpp': No such file or directory

    call "C:\Users\Sam\AppData\Local\Temp\b2_msvc_14.0_vcvarsall_x86.cmd"
>nul
cl /Zm800 -nologo @"extending.obj.rsp"

.failed compile-c-c++ extending.obj...
.skipped <p.>extending.dll for lack of <p.>extending.obj...
.skipped <p.>extending.pdb for lack of <p.>extending.obj...
compile-c-c++ embedding.obj
embedding.cpp
embedding.cpp(6): fatal error C1083: Cannot open include file:
'boost/python.hpp': No such file or directory

    call "C:\Users\Sam\AppData\Local\Temp\b2_msvc_14.0_vcvarsall_x86.cmd"
>nul
cl /Zm800 -nologo @"embedding.obj.rsp"

.failed compile-c-c++ embedding.obj...
.skipped <p.>embedding.exe for lack of <p.>embedding.obj...
.skipped <p.>embedding.pdb for lack of <p.>embedding.obj...
.failed updating 2 targets...
.skipped 4 targets...


Thank you.

_______________________________________________
Cplusplus-sig mailing list
Cplu...@python.org
https://mail.python.org/mailman/listinfo/cplusplus-sig
Recent Messages in this Thread
H Sam Jan 16, 2017 05:04 pm