René Ferdinand Rivera Morell

Results 151 comments of René Ferdinand Rivera Morell

> Going to work on https://github.com/bincrafters/conan-libui (for practice) Not going to happen.. There are multiple issues wit the libui recipe: require gtk/3.24.4 which doesn't seem to have binaries in CCI,...

No idea why I don't get the gtk bins as there's a likely build available (gcc-10/x86_64). It asks for... ``` ERROR: Missing binary: gtk/3.24.24:17feb4a3a03b5ece4f62d3f102568a60f6614740 gtk/3.24.24: WARN: Can't find a 'gtk/3.24.24'...

This is now supported in Lyra as of https://github.com/bfgroup/Lyra/commit/8013cbae5a320c0c83bd9bebdde57f7f20f236d7

If it's any consolation `.required()` is now actually required in Lyra thanks to this PR https://github.com/bfgroup/Lyra/commit/8d6f122f33041557435383761286a9dbe292c68e

https://github.com/catchorg/Clara#-this-repository-is-unmaintained-go-here-for-a-fork-that-is-somewhat-maintained-

I don't see where `required()` is used in catch2. So why is it a problem?

I addressed this in the Lyra lib by making `["-abc"]` equate to `["-a"]["-b"]["-c"]`. As it mirrors the usage and avoid exceptions. Change is available from this version https://github.com/bfgroup/Lyra/commit/d4db7b89263f4331b9e819ed6c4aeb6f128ad327

Hey neighbor.. Thanks for the idea. I implemented that in my Lyra fork: https://github.com/bfgroup/Lyra/commit/ccdf09f043bc8af09516e0fbc82be705c298a53e (examples here https://raw.githack.com/bfgroup/Lyra/develop/docs/lyra.html#_option_value_choices).

Fixed in Lyra library with this change https://github.com/bfgroup/Lyra/commit/cdd5a924160402e7fb94736103e40cb64e0e27b1

The behavior of the B2 `build.sh` not taking the `$TOOLSET` is intentional. The b2 `build.sh` determines a toolset to build itself with automatically. If it's picking xlcc it means that's...