$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] Cannot open include file: 'pyconfig.h'
From: Olaf van der Spek (ml_at_[hidden])
Date: 2016-09-30 17:58:09
Hi,
Boost 1.62 @ VC15, no Python installed:
call "C:\Users\W7\AppData\Local\Temp\b2_msvc_default_vcvarsall_x86.cmd" >nul
cl /Zm800 -nologo
@"bin.v2\libs\python\build\msvc\debug\link-static\threading-multi\import.obj.rsp"
...failed compile-c-c++
bin.v2\libs\python\build\msvc\debug\link-static\threading-multi\import.obj...
compile-c-c++ bin.v2\libs\python\build\msvc\debug\link-static\threading-multi\exec.obj
exec.cpp
C:\VC\boost\boost/python/detail/wrap_python.hpp(50): fatal error
C1083: Cannot open include file: 'pyconfig.h': No such file or
directory
Should it be trying to build Python stuff?
-- Olaf