René Ferdinand Rivera Morell

Results 148 comments of René Ferdinand Rivera Morell

But ultimately.. avoiding using batch/shell invocation entirely by executing the command directly is the real solution.

@walbourn you say "Via CMake, the toolset variables are set as follows". How are you setting up b2 with those variable?

Last time this came up it was in a discussion with @pdimov on slack (https://cpplang.slack.com/archives/C27KZLB0X/p1612881729331900). And we didn't get to the bottom of it. For information..The "[n]" notation comes from...

> The passing variables to rules I mean, the rule or actions take variables from the arguments (just like function parameters), not take variables from global scope. @fasxmut target actions,...

> > That category of use can now be better handled by declaring the toolset with the wrapper script instead (i.e. `using gcc : : /custom/shell g++ ;`) Hence having...

Technically the server works but.. The tool to create the packages needs to get rewritten as the Conan 2 Python API is totally different than the previous version. It's going...

FYI.. https://lists.boost.org/Archives/boost/2024/01/255704.php

We have to wait until the PR referenced is merged. I'll change this from Draft to Ready when you can merge.

> This PR adds build.jam, and leaves Jamfile unchanged. Can I remove Jamfile and put its contents into build.jam instead? Hm.. Looks like I missed that there was a Jamfile....

@grisumbras okay, I added the test project to the all target. So, yes, you can delete the Jamfile once the build.jam is in.