René Ferdinand Rivera Morell

Results 52 comments of René Ferdinand Rivera Morell

Try adding either `--abbreviated-paths` or `--hash` options (https://boostorg.github.io/build/manual/master/index.html#bbv2.reference.buildprocess.targetpath). If that works it means your setup is creating long paths. Depending on which version of Windows you have it might be...

The RSP files are "response" files. They contain the arguments tot he compiler for building that particular source file. They get used to work around compiler command invocation argument length...

Please post output of running with `--debug-configuration` option.

@elegracer like @vadz said you are creating an empty group. I think you meant to make --id and --grade part of the group. I created a test case for your...

https://github.com/bfgroup/b2/issues/170 https://github.com/bfgroup/b2/pull/111

Fixed externally thanks to @johnmcfarlane

Preparing a different PR that allows for an easier to manage transition to replace this one.

Close & open for CI to reset.

Okay, this is truly now ready. I've now made all the changes to support both not-modular, fully-modular, and everything in between. You can see the testing in these two repos:...

> The change of BOOST_VERSION from 1.85.0 to 1.86.0 is probably no longer necessary. You could press the update/rebase button to resolve that. I don't get that button apparently.