conan-io / conan-vs-extension

Conan Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=conan-io.conan-vs-extension
MIT License
59 stars 34 forks source link

[Question] Cannot install the latest libjpeg version if the libpng version is also installed #246

Open Jeanmilost opened 1 month ago

Jeanmilost commented 1 month ago

I don't know if it's the right location to post this issue. If not, please tell me where to post it.

In a project I need to install Libjpeg alongside with libpng. With some other projects I could successfully install the latest libjpeg version, which is today the 9f version. However, as soon as I add the libpng in my install list, I get the below error:

1>EXEC : error : Version conflict: Conflict between libjpeg/9e and libjpeg/9f in the graph.

Would it be possible to allow to install libpng alongside with the latest libjpeg version?

memsharded commented 1 month ago

Hi @Jeanmilost

This is not really related to this plugin, it would be more a general Conan conan repo question.

This is a version conflict, please check: https://docs.conan.io/2/tutorial/versioning/conflicts.html

It would be necessary to know which exact versions you are depending on. In general ConanCenter tries that the latest versions are jointly compatible.