I need to compile wine-1.3.21 from source on Debian 6.0. It needs libtiff-dev and libjpeg-dev. libtiff4-dev installed ok. However, when libjpeg8-dev was installed libtiff was removed. Trying to reinstall libtiff4-dev is refused because of “unresolvable dependencies” with libjpeg. How can i get both installed at the same time to satisfy the wine compile? Also, how can I find out how the wine package was compiled?
Best regards,
Fred
Martin Scharm
Please check the output of dpkg -l | grep libjpeg. Since you’ve installed libtiff4-dev there should also be a version of libjpeg-dev installed. It’s not exactly libjpeg8-dev (this version conflicts with libtiff-dev), but unless you strictly need libjpeg8-dev that shouldn’t be an issue.
NN comments