[Uml-user] libpng
Jonathan Riddell
jr at jriddell.org
Tue Mar 4 02:55:12 UTC 2003
On 3 Mar 2003, Ing. Angel Castro wrote:
> I install kdesdk from www.kde.org using apt-get
> I install umbrello following the instructions on uml.sf.net
> It works ok, but It sendme this message several times:
>
> libpng warning: Application was compiled with png.h from libpng-1.2.1
> libpng warning: Application is running with png.c from libpng-1.0.12
> libpng error: Incompatible libpng version in application and library
>
> and the "pictures" didn't work.
> I updated my system and even installed KDE3.1 full but It didnt work.
> any help?
>
> I installed:
> libpng-dev - PNG library - development
> libpng2 - PNG library - runtime
> libpng2-dev - PNG library - development
> libpng3 - PNG library - runtime
> before compiling.
Looks like debian gets confused between versions of libpng. KDE seems to
use libpng2 in Debian so I'd
apt-get remove libpng-dev libpng3
(libpng-dev is the development files for libpng3)
apt-get remove libpng2-dev
if you can then
apt-get install libpng2-dev
just to make sure
And then compile Umbrello again.
Guid luck
Jonathan Riddell
More information about the umbrello
mailing list