Luis Caro Campos
Luis Caro Campos
> @uilianries This b2 version bump has broken Boost builds for versions of GCC/G++ that do not support GLIBCXX_3.4.29+. Is there a way to just have this b2 version bump...
Hi @FallenChromium You can try passing `-DCONAN_INSTALL_ARGS="--no-remote"` for subsequent installs - this should stop checking for subsequent calls. I think it depends on what part of the install process is...
Hi @ahoereth - it looks like the file has been reformatted - could you disable the formatter and only push changes relevant to the new version being added? thanks :)
> It looks like CI checks only for LLVM & keystone but skips libmem check. Feels bad. `libmem` has a minimum required C++ standard of 17, but keystone, an unconditional...
Hi @lkotsonis - thanks for reporting this. What I suspect is happening here, is that there is a copy of OpenSSL in the sysroot. So `find_package(OpenSSL)` is resolving to the...
hi @mgo80, thank you for reporting this and for taking the time to create a minimal reproducible example. I think this is the default behaviour in CMake - where the...
This is caused by this patch (https://codereview.qt-project.org/c/yocto/meta-qt5/+/192172) that we've been dragging along since https://github.com/conan-io/conan-center-index/pull/7469 Unfortunately, because the platform and errors under which the error happened in the past are not...
Not sure this is strictly needed? It should be possible to set `WAYLAND_SCANNERPP` when building `waylandpp` and this PR is already doing it: https://github.com/conan-io/conan-center-index/pull/28605 - just do ``` if not...
> When cross-compiling with a sysroot, pkgconf will prepend the sysroot to all include and lib directories, even those of Conan packages, which is wrong since they are not under...
This was a bit confusing because we do not currently have minizip-ng newer than 4.0.7 - so while it is a conservative and reasonable fix - nobody is experiencing it...