Francisco Ramírez
Francisco Ramírez
Hi @rconde01 Thanks for the suggestion! We're working hard on the new Conan 2.0 documentation and adding real examples here: https://github.com/conan-io/examples2 using the new generators, build helpers, lockfiles, etc. that...
> I am not convinced that the user story is injecting some meson files to all meson projects, or the users are missing a "local" way to inject those files...
> From a documentation perspective, what is a meson "user filename"? Shouldn't this use a name more evocative of the fact that Meson calls them native machine files? Changed to...
Hi @hesham-essam I recently opened a PR https://github.com/conan-io/conan/pull/12117 to let users define their own Meson files to be appended after the Conan ones. Those user files will override/complement the Conan...
Hi @vectorsli Thanks for the issue. I tend to say that it's not going to be possible because of maintainability issues (new tests, new possible bugs, breaking changes, etc.). Anyway,...
The problem is that CMake is not a toolchain responsibility in general. For example, for Visual Studio compilers, it is defined in the CMake generator and not in the toolchain....
FYI, I just tried this: ``` $ conan create . --version 1.25.0 -o debug_gui=True --build missing ... ERROR: Version conflict: Conflict between expat/2.6.0 and expat/2.5.0 in the graph. Conflict originates...
@jwillikers the PR has some conflicts.
@valgur I just tried it. I got some conflicts: ``` ERROR: Version conflict: libspatialite/5.1.0->libxml2/2.12.4, gdal/3.8.4->libxml2/2.12.5. ``` ``` ERROR: Version conflict: Conflict between expat/2.5.0 and expat/2.6.2 in the graph. Conflict originates...
Update: The bug comes from `collect_libs` as it's not gathering DLL extensions, and it's a bit difficult to fix without breaking. Proposing another way around: https://github.com/conan-io/conan/pull/15866