Sergey Popov
Sergey Popov
My own build has `arch=x86-64 boost_suffix=-mt` in .scons-option-cache, maybe try using only those.
Also, `--config=force` option is only needed before checking logs to ensure it won't skip retrying failed tasks that are still up-to-date. Alternative to it is removing `build` dir because this...
You're right it's this issue: https://github.com/msys2/MINGW-packages/issues/22081
Yes, or passing header_only=True to those checks.
Boost.graph is header-only too in fact.
That issue in the log looks familiar to me. It's caused by a bug triggered by using -isystem with certain kind of paths. Maybe try replacing body of `generate()` function...
iirc this was issue only if `mingw-w64-x86_64-pkg-config` wasn't installed. There's another pkg-config from base arch instead of `x86-64` that has this issue.
I have `mingw-w64-x86_64-pkgconf` installed.
Which missing requirements?
which version of boost you have installed?