SnakeByte wrote:I've posted something on the ScanTaylor forum, so we'll just have to see what comes from that.
FYI, I am not actually reading that forum.
What can I say about this issue? I can only provide a guess, which goes like:
Scan Tailor links directly to libjpeg and to Qt, which in turn links to libjpeg as well, quite likely to a different version of it. Now, if the OSX dynamic linker behaves like the Linux one, it won't load two different versions of libjpeg - it will only load one and will bind it to both Scan Tailor and Qt. As a result, we get either Scan Tailor or Qt using the wrong version of libjpeg, that is a version different from the one they were compiled against. This may or may not work.
If my guess is true, the solution would be rebuilding Qt with --system-jpeg pointing to the same library that's used for building Scan Tailor.