James
James
Sorry, I am a bit lost how that is connected with the original issue with ``opengl/system`` being replaced by a user recipe. Most likely I am missing a lot of...
Hi @huysentr Latest Conan release 2.10 included a bugfix in https://github.com/conan-io/conan/pull/17326 that allows multiple ``[replace_requires]`` to the same replacement, like your ``gcc_package``. Is this still an issue? Could you please...
Hi @Vasile-Creuco I am not sure what feature are you taking about, could you please clarify? I don't know of any extends feature in Conan1 for conandata.yml, if you have...
Any further question or issue here? If not maybe we can close the ticket? Thanks for your feedback.
Hi @zxuan99 Thanks for your question. There is no built-in generator for Eclipse in Conan at this moment, and it is not planned either, because not enough market. The best...
gcc is modeled in the default settings, and supported as the main compiler in Linux platforms. ConanCenter uses gcc massively for all binaries for Linux (also clang, but the main...
It is not clear what you mean. If you are using CMake with gcc, and then using Eclipse IDE with the CMake eclipse generator, that's it. Conan is not involved...
> Sorry, what I meant was, if my eclipse project used gcc, what are the configurations needed on Eclipse ide in order to link it to the Conan output? I...
Hi @alex1234567890123456789 Thanks for the feedback. This doesn't seem a bug at the moment, it is not expected that cmake-conan would support ``workspace super-install``. For workspaces super-builds the expected flow...
> From everything I've read, cmake-conan is the preferred way to work with Conan Where have you read that? ``cmake-conan`` is practically not mentioned in the official Conan docs in...