Recently I reported I could not build kdelibs from SVN. I now am trying to build from the 3.5.13 tarballs. I am having the same failure.
Building on Slackware 13.1. GCC 4.4.4. Clean chroot build environment.
I am building everything to install to /opt/trinity including tqtinterface.
qt3, qca, qca-tls, tqtinterface, dbus-tqt, dbus-1-tqt, arts built without error. I built qt3 from the Trinity 3.3.8.d sources.
I am building kdelibs using cmake and I am building "out of source."
Log:
http://humanreadable.nfshost.com/trinity/build_logs/kdelibs-3.5.13-i486-1-bu...
The log contains environment variables. The variables show that my build script is finding all paths.
My cmake directives:
cmake ${TMP}/${PRGNAM} \ -DCMAKE_C_FLAGS:STRING="$CPUOPT" \ -DCMAKE_CXX_FLAGS:STRING="$CPUOPT" \ -DCMAKE_INSTALL_PREFIX=${PREFIX} \ -DSYSCONF_INSTALL_DIR=${SYSCONFDIR} \ -DLIB_SUFFIX=${LIBDIRSUFFIX} \ -DMAN_INSTALL_DIR=${MANDIR} \ -DQTDIR=$QTDIR \ -DQT_LIBRARY_DIRS=${QTDIR}/lib \ -DCMAKE_SKIP_RPATH=OFF \ -DBUILD_ALL=ON \ -DWITH_LIBART=ON \ -DWITH_LIBIDN=ON \ -DWITH_LUA=$LUA \ -DWITH_TIFF=ON \ -DWITH_JASPER=ON \ -DWITH_OPENEXR=ON \ -DWITH_UTEMPTER=ON \ -DWITH_AVAHI=$DNSSD \ -DWITH_ASPELL=ON \ -DWITH_HSPELL=OFF
Thanks much.
Darrell
Le Thu, 3 Nov 2011 12:34:43 -0700 (PDT), Darrell Anderson humanreadable@yahoo.com a écrit :
Recently I reported I could not build kdelibs from SVN. I now am trying to build from the 3.5.13 tarballs. I am having the same failure.
I am currently rebuilding kdelibs with the patch I attached, but I can't assess of its utility since I don't need it for my build to work. As of now, it didn't break anything (I'm at 25%).
Building on Slackware 13.1. GCC 4.4.4. Clean chroot build environment.
I am building everything to install to /opt/trinity including tqtinterface.
qt3, qca, qca-tls, tqtinterface, dbus-tqt, dbus-1-tqt, arts built without error. I built qt3 from the Trinity 3.3.8.d sources.
I am building kdelibs using cmake and I am building "out of source."
Log:
http://humanreadable.nfshost.com/trinity/build_logs/kdelibs-3.5.13-i486-1-bu...
The log contains environment variables. The variables show that my build script is finding all paths.
My cmake directives:
cmake ${TMP}/${PRGNAM} \ -DCMAKE_C_FLAGS:STRING="$CPUOPT" \ -DCMAKE_CXX_FLAGS:STRING="$CPUOPT" \ -DCMAKE_INSTALL_PREFIX=${PREFIX} \ -DSYSCONF_INSTALL_DIR=${SYSCONFDIR} \ -DLIB_SUFFIX=${LIBDIRSUFFIX} \ -DMAN_INSTALL_DIR=${MANDIR} \ -DQTDIR=$QTDIR \ -DQT_LIBRARY_DIRS=${QTDIR}/lib \ -DCMAKE_SKIP_RPATH=OFF \ -DBUILD_ALL=ON \ -DWITH_LIBART=ON \ -DWITH_LIBIDN=ON \ -DWITH_LUA=$LUA \ -DWITH_TIFF=ON \ -DWITH_JASPER=ON \ -DWITH_OPENEXR=ON \ -DWITH_UTEMPTER=ON \ -DWITH_AVAHI=$DNSSD \ -DWITH_ASPELL=ON \ -DWITH_HSPELL=OFF
Thanks much.
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
Le Thu, 3 Nov 2011 22:28:39 +0100, /dev/ammo42 mickeytintincolle@yahoo.fr a écrit :
Le Thu, 3 Nov 2011 12:34:43 -0700 (PDT), Darrell Anderson humanreadable@yahoo.com a écrit :
Recently I reported I could not build kdelibs from SVN. I now am trying to build from the 3.5.13 tarballs. I am having the same failure.
I am currently rebuilding kdelibs with the patch I attached, but I can't assess of its utility since I don't need it for my build to work. As of now, it didn't break anything (I'm at 25%).
It builds and works for me. Can you try the patch to see if it resolves your build failure ?
Building on Slackware 13.1. GCC 4.4.4. Clean chroot build environment.
I am building everything to install to /opt/trinity including tqtinterface.
qt3, qca, qca-tls, tqtinterface, dbus-tqt, dbus-1-tqt, arts built without error. I built qt3 from the Trinity 3.3.8.d sources.
I am building kdelibs using cmake and I am building "out of source."
Log:
http://humanreadable.nfshost.com/trinity/build_logs/kdelibs-3.5.13-i486-1-bu...
The log contains environment variables. The variables show that my build script is finding all paths.
My cmake directives:
cmake ${TMP}/${PRGNAM} \ -DCMAKE_C_FLAGS:STRING="$CPUOPT" \ -DCMAKE_CXX_FLAGS:STRING="$CPUOPT" \ -DCMAKE_INSTALL_PREFIX=${PREFIX} \ -DSYSCONF_INSTALL_DIR=${SYSCONFDIR} \ -DLIB_SUFFIX=${LIBDIRSUFFIX} \ -DMAN_INSTALL_DIR=${MANDIR} \ -DQTDIR=$QTDIR \ -DQT_LIBRARY_DIRS=${QTDIR}/lib \ -DCMAKE_SKIP_RPATH=OFF \ -DBUILD_ALL=ON \ -DWITH_LIBART=ON \ -DWITH_LIBIDN=ON \ -DWITH_LUA=$LUA \ -DWITH_TIFF=ON \ -DWITH_JASPER=ON \ -DWITH_OPENEXR=ON \ -DWITH_UTEMPTER=ON \ -DWITH_AVAHI=$DNSSD \ -DWITH_ASPELL=ON \ -DWITH_HSPELL=OFF
Thanks much.
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
Recently I reported I could not build kdelibs from
SVN. I now am
trying to build from the 3.5.13 tarballs. I am having
the same
failure.
I am currently rebuilding kdelibs with the patch I attached, but I can't assess of its utility since I don't need it for my build to work. As of now, it didn't break anything (I'm at 25%).
Did not help. :(
Darrell
"Darrell Anderson" humanreadable@yahoo.com pisze:
Recently I reported I could not build kdelibs from SVN. I now am trying to build from the 3.5.13 tarballs. I am having the same failure.
Building on Slackware 13.1. GCC 4.4.4. Clean chroot build environment.
I am building everything to install to /opt/trinity including tqtinterface.
qt3, qca, qca-tls, tqtinterface, dbus-tqt, dbus-1-tqt, arts built without error. I built qt3 from the Trinity 3.3.8.d sources.
I am building kdelibs using cmake and I am building "out of source."
Log:
http://humanreadable.nfshost.com/trinity/build_logs/kdelibs-3.5.13-i486-1-bu...
The log contains environment variables. The variables show that my build script is finding all paths.
My cmake directives:
cmake ${TMP}/${PRGNAM} \ -DCMAKE_C_FLAGS:STRING="$CPUOPT" \ -DCMAKE_CXX_FLAGS:STRING="$CPUOPT" \ -DCMAKE_INSTALL_PREFIX=${PREFIX} \ -DSYSCONF_INSTALL_DIR=${SYSCONFDIR} \ -DLIB_SUFFIX=${LIBDIRSUFFIX} \ -DMAN_INSTALL_DIR=${MANDIR} \ -DQTDIR=$QTDIR \ -DQT_LIBRARY_DIRS=${QTDIR}/lib \ -DCMAKE_SKIP_RPATH=OFF \ -DBUILD_ALL=ON \ -DWITH_LIBART=ON \ -DWITH_LIBIDN=ON \ -DWITH_LUA=$LUA \ -DWITH_TIFF=ON \ -DWITH_JASPER=ON \ -DWITH_OPENEXR=ON \ -DWITH_UTEMPTER=ON \ -DWITH_AVAHI=$DNSSD \ -DWITH_ASPELL=ON \ -DWITH_HSPELL=OFF
Thanks much.
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
I had the same problem on 13.37. The workaround was to make a symlink pointing to qt3 qglobal.h in /opt/trinity/include/tqt/.
---------------------------------------------------------------- Mieszkanie w centrum za 600 zl/m-c http://linkint.pl/f2a7e
Recently I reported I could not build kdelibs from
SVN. I now am trying to build from the 3.5.13 tarballs. I am having the same failure.
Building on Slackware 13.1. GCC 4.4.4. Clean chroot
build environment.
I am building everything to install to /opt/trinity
including tqtinterface.
I had the same problem on 13.37. The workaround was to make a symlink pointing to qt3 qglobal.h in /opt/trinity/include/tqt/.
Okay, I performed the following:
(cd /opt/trinity/include/tqt; ln -s /opt/trinity/lib/qt3-3.3.8.d/include/qglobal.h qglobal.h)
kdelibs is now building.
I can see the error in the log now that I know what to look for.
I'm confused because I already have two qglobal.h files:
-rwxr-xr-x 1 root root 32544 2011-11-03 13:05 /opt/trinity/lib/qt3-3.3.8.d/include/qglobal.h -rw-r--r-- 1 root root 85575 2010-08-11 23:51 /opt/trinity/include/tqt/Qt/qglobal.h
Would seem this missing sym link affects any distro? Should tqtinterface be patched in svn? Tim?
Darrell
Le Thu, 3 Nov 2011 15:29:20 -0700 (PDT), Darrell Anderson humanreadable@yahoo.com a écrit :
Would seem this missing sym link affects any distro? Should tqtinterface be patched in svn? Tim?
I think it would be a good idea to add the Qt3 include dir to the auto-generated tqt.pc file during tqtinterface build.