Closed smanders closed 1 year ago
completed with commit to dev branch referenced above
creating a python-config.jam
file and appending --user-config=${boostbld_DIR}/python-config.jam
to boost_FLAGS appears to have broken the boost.iostream user-config.jam
file
the wxInclude project, which links boost.iostream and leverages the zlib and bzip2 capability, fails with link errors, indicating that boost.iostream wasn't built with zlib/bzip2
completed with additional commit to dev branch referenced above (verified with wxInclude building successfully)
once upon a time boost.python was part of the build, but then it was removed https://github.com/smanders/externpro/commit/915c08d47a9be06f3faac95035db7d2573596d38
now it's been requested that it come back, so it can be used for testing purposes (SPATT, plugin automated testing tool)