trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: September 2011

Re: [trinity-devel] kdelibs FTBFS

From: /dev/ammo42 <mickeytintincolle@...>
Date: Mon, 12 Sep 2011 07:40:38 +0200
Le Sat, 10 Sep 2011 17:43:12 -0500,
"Timothy Pearson" <kb9vqf@...> a �crit :

> > Le Sat, 10 Sep 2011 08:42:41 -0400,
> > Calvin Morrison <mutantturkey@...> a écrit :
> >
> >> You should be using the Qt3 from our git tree. That is where we are
> >> keeping it up godly date.
> >>
> >> Try rebuilding qt3 and see if your problem is resolved.
> > On my system (Slackware64 13.37) the qt3 from git needs removing
> > include/png.h to build, and I recommend making this change upstream
> > since:
> > -the include/png.h symlink breaks build on libpng14-only systems;
> > -it isn't necessary to build qt3 on any system with a system-wide
> > libpng installed (and anyway using the included libpng-1.2.5 would
> > be a security horror)
> 
> Good idea.  Change has been committed to GIT.
I further removed other header symlinks: removing only png.h made Qt
compile but it would eventually fail on loading any JPEG image because
of libjpeg version mismatch. Attached is a patch (git diff format) which
removes symlink includes to outdated zlib, libpng, libjpeg and libmng
from the $qt3source/include directory.