Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Jeanmilost opened this issue Jul 9, 2024 · 1 comment
Assignees

Comments

@Jeanmilost
Copy link

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 memsharded self-assigned this Jul 9, 2024
@memsharded
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants