Topic: libpng

I use Arch Linux and I have a problem compiling Jag under my OS.
Arch is a rolling release distro so every single package is at the very last version. So it is for libpng, v. 1.4.2

But Jag need libpng 1.2 to compile and run. Could you please upgrade sources or make a patch to let Jag compile with libpng 1.4?

Re: libpng

Hi,
JAG does not use libpng directly - it is used by Qt library. So there's nothing to do with JAG sources, pl try to upgrade to the latest Qt which supports this version of libpng.

Re: libpng

I use Arch, that is a rolling release distro. So all of my software is always at the very latest version available.

BUt if I try to launch Jag I get:
"jag: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory"

because in my system libpng is at version 1.4. and qt is at 4.6.3.

Re: libpng

Up.
Any news for this problem?