Re: [Kmatplot-general] Debian package
Brought to you by:
kamil
From: Kamil <kam...@po...> - 2002-01-22 17:26:14
|
> OK. It seems to work with your hint. Memory was not so much consumed in the > compilation and my computer still available during it. > > However, I have now a problem with the libpng version. > It doesn't stop the compilation but at the execution, kmatplot complains > that it was compiled with png.h from libpng 1.0.x but actually linked to > png.c from libpng 1.2.x (through dynamic sharing of library, I can give you > tonight the result of ldd on kmatplot) > > How can I modify the code of kmatplot to force it to use the source of > libpng 1.2.x ? It is quite important because now on debian, even if this > problem of libpng version is recurrent, all kde apps are linked to the last > version of libpng. > > Thank you again for your help, > Laurent. > I don't include png.h in my sources. I use libpng only indirectly using Qt objects. What version of png-devel have you installed ? If it really includes headers from the old version it means that they are installed, but only newest headers should be on the disk. You can try to upgrade headers ( or to remove the old version if both are installed ). Kamil |