As suggested previously I created a sym link for qglobal.h. That got me past the previous build failure.
kdelibs now builds to 70% and stops with errors about kdeprint.
cups 1.4.5 if that makes any difference.
Log:
http://humanreadable.nfshost.com/trinity/build_logs/kdelibs-3.5.13-i486-1-bu...
Thanks.
Darrell
Le Thu, 3 Nov 2011 16:12:35 -0700 (PDT), Darrell Anderson humanreadable@yahoo.com a écrit :
As suggested previously I created a sym link for qglobal.h. That got me past the previous build failure.
kdelibs now builds to 70% and stops with errors about kdeprint.
The error is actually about mcopidl not finding libmcop.so.1 (hint: since you do a parallel build, the error messages are not at the real end of the build log). I solved this kind of error by overriding LD_LIBRARY_PATH (yeak):
export LD_LIBRARY_PATH=/opt/kde3/lib${LIBDIRSUFFIX}:/opt/kde3/lib${LIBDIRSUFFIX}/kde3
but I don't need any LD_LIBRARY_PATH to run Trinity. Did you use the CMAKE_SKIP_RPATH option ? The Arch Wiki page on Trinity says this option can not be used with kdelibs. I don't use it.
cups 1.4.5 if that makes any difference.
Log:
http://humanreadable.nfshost.com/trinity/build_logs/kdelibs-3.5.13-i486-1-bu...
Thanks.
Darrell
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messsages on the Web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
As suggested previously I created a sym link for
qglobal.h. That got
me past the previous build failure.
kdelibs now builds to 70% and stops with errors about
kdeprint. The error is actually about mcopidl not finding libmcop.so.1 (hint: since you do a parallel build, the error messages are not at the real end of the build log). I solved this kind of error by overriding LD_LIBRARY_PATH (yeak):
export LD_LIBRARY_PATH=/opt/kde3/lib${LIBDIRSUFFIX}:/opt/kde3/lib${LIBDIRSUFFIX}/kde3
but I don't need any LD_LIBRARY_PATH to run Trinity.
That helped a little albeit indirectly. :) I found a LD_LIBRARY_PATH="$QTDIR/lib" command in my kdelibs build script. Must have been something from the early stages of porting to cmake.
Did you use the CMAKE_SKIP_RPATH option ? The Arch Wiki page on Trinity says this option can not be used with kdelibs. I don't use it.
I did and deleting the option probably helped too.
kdelibs now builds and installs.
Darrell