James
James
Thanks for the feedback @lo1ol Did you manage to try that @planetmarshall ? any further question here?
Hi @klausholstjacobsen Thanks for your question > It references the component "zlib::zlib", but zlib does not expose such a compoent, only "ZLIB::ZLIB". No, this is correct. The ``zlib::zlib`` is the...
The libcurl recipe in ConanCenter has just 1 component. This is due to legacy Conan 1.X generators reasons, where it was necessary to define one component to be able to...
Hi @ericriff Thanks for your question. I understand that we are talking here mostly about ``AutootoolsToolchain``. This generator has a definition of CPPFLAGS with: ``` env.append("CPPFLAGS", ["-D{}".format(d) for d in...
Hi @wdobbe Thanks for the feedback. Could you please clarify if this is a regression, it worked in previous Conan 2.6 and now in 2.7 is broken? It would be...
> What is a kind of 'regression' is that the workaround suggested above (add an extra meson machine file to override the sys_root property) does not work anymore. If you...
This has been re-closed by https://github.com/conan-io/conan/pull/19229, that removes the ``sysroot`` as Meson property, and leaves it as a flag only, it will be in next 2.23
Did you check the contents? When @AbrilRBS tried with this, it was generated but broken.
Accepting @AbrilRBS modification, in case you want to give it a try too @snikulov Thanks!
I am moving this forward because the ``Settings`` class got some protection against writing, which was the major concern if the ``package_id()`` method accidentally changed ``self.settings`` instead of changing ``self.info.settings``....