René Ferdinand Rivera Morell
René Ferdinand Rivera Morell
PS. This is the installer CI https://github.com/bfgroup/b2/blob/main/.github/workflows/installer_windows.yml
I finally realized the real reason I didn't do this originally.. It means setting up a *-config.jam to be able to install. Which would mean having users go through a...
I'm not entirely sure, since I didn't write this part of B2, but I think you need to invoke as `b2 toolset=clang-win ...` when building.
Can you provide a full, but minimal, test project and with instructions on how to reproduce the problem. Assume I don't have msys2 installed, which I don't :-)
> I might have a solution: add value `native` , which will be the default. How is that different from the current empty default value (which is what having it...
1) Correct it's still possible to have too long paths as the compiler can't be part of the calculations for executed commands. And it can't be because the execution can...
I need to know how b2 is being invoked to make progress on this.
@grisumbras sorry it's taking a long time to look at this. I've had some personal things to deal with. Unfortunately it's going to take me even longer. As I now...
Sorry it took so long for me to look at this. But finally had time, the whole weekend free time, for this. I have to say I'm really confused by...
@Kojoley one option is to have a special kind of expansion, in general, that does quoting, path, etc fixups *after/around* other expressions/variable. Maybe `/($(a)/$(b).$(c))` (the "/" being the do path,...