StephanTLavavej / mingw-distro

MinGW distro build scripts.
494 stars 55 forks source link

Boost's build system stopped detecting Python's absence #29

Closed StephanTLavavej closed 7 years ago

StephanTLavavej commented 7 years ago

Historically, Boost's build system correctly detected that I don't have Python. Beginning in 1.61.0, this stopped working, so I have to manually disable Boost.Python's build.

StephanTLavavej commented 7 years ago

Fixed in 1.63.0 RC1:

warning: No python installation configured and autoconfiguration
note: failed.  See http://www.boost.org/libs/python/doc/building.html
note: for configuration instructions or pass --without-python to
note: suppress this message and silently skip all Boost.Python targets