Le Sat, 10 Sep 2011 08:42:41 -0400,
Calvin Morrison <mutantturkey(a)gmail.com> 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)
With the qt3 from git, I can build every dependency, but kdelibs
compilation fails with the log I attached (it's not the first time I
have the problem, and it's not solved by not doing parallel builds;
here I use -j4/5): gcc seems too dumb to realize there are sometimes
default arguments.