Riccardo Schirone

Results 274 comments of Riccardo Schirone

Thanks for the report! I'm not sure about this, because the -static binaries are compiled so that they are "portable", meaning that you can use them everywhere, without us knowing...

I'm looking at `--define-prefix` option. Not sure if it matters. Just noticing it here.

The `prefix` of the `.pc` files seems to be easily replaceable by using `--define-prefix`, the problem with libutil.a instead seems to be something else. I can find it also in...

For the libutil issue, I've opened an issue for meson, I believe it's a problem there: https://github.com/mesonbuild/meson/issues/9301

> That would work if you can pass flags to the invocation of pkg-config, but how can one do that when installing a plugin from the repository (for example, $...

Yeah I was thinking the same about having rz-pm rewriting the .pc files in case the build is compiled with RZ_IS_PORTABLE set to 1. We'd also need to resolve the...

For now, nothing to do here... Let's see if at some point we can use https://mesonbuild.com/Builtin-options.html#pkgconfig-module .

Please note that there is [RzOutputMode](https://github.com/rizinorg/rizin/blob/dev/librz/include/rz_types.h#L31) that is used in newshell commands.

> There are a few more modes that I have come across. Could you please let me know what they are? They are 'c', 'x' and 'w' in this [switch...

> In that case, should I leave the ones that aren't described in `RzOutputMode` untouched? Yes