Version: (using KDE KDE 3.3.0) Installed from: Compiled From Sources Compiler: gcc 3.3.3 -Os -z combreloc OS: Linux I have tmake 1.8 conf files in /usr/share/tmake, the tmake binaries in /usr/bin. qt-x11 3.3.3 is installed in /usr/include/qt, /usr/lib/qt, and /usr/lib. python 2.3.4 is installed to /usr/include/python2.3 and /usr/lib/python2.3. I've installed tmake, but I still receive this error (same error as without tmake installed): Making all in python make[3]: Entering directory `/usr/src/kdebindings-3.3.0/python' cd sip && export QTDIR=/usr/include/ && /usr/bin/python configure.py -b /usr/bin -d /usr/lib/python2.3/site-packages -e `echo -I/usr/include/python2.3 | sed s/-I//` -v /usr/share/sip/ Error: This version of Qt seems to use tmake but the TMAKEPATH environment is not set. make[3]: *** [sipdone] Error 1 If I setup TMAKEPATH I receive a different error: # TMAKEPATH=/usr/share/tmake make I get this error: Making all in python make[2]: Entering directory `/usr/src/kdebindings-3.3.0/python' cd sip && export QTDIR=/usr/include/ && /usr/bin/python configure.py -b /usr/bin -d /usr/lib/python2.3/site-packages -e `echo -I/usr/include/python2.3 | sed s/-I//` -v /usr/share/sip/ Error: Unable to find either /usr/include/mkspecs/default/qmake.conf for qmake or /usr/share/tmake/tmake.conf for tmake. make[2]: *** [sipdone] Error 1 I have tmake.conf files, but none in /usr/share/tmake: # locate tmake.conf /usr/share/tmake/lib/aix-g++/tmake.conf /usr/share/tmake/lib/aix-xlc/tmake.conf /usr/share/tmake/lib/bsdi-g++/tmake.conf /usr/share/tmake/lib/dgux-g++/tmake.conf /usr/share/tmake/lib/dynix-g++/tmake.conf /usr/share/tmake/lib/freebsd-g++/tmake.conf /usr/share/tmake/lib/hpux-acc/tmake.conf /usr/share/tmake/lib/hpux-cc/tmake.conf /usr/share/tmake/lib/hpux-g++/tmake.conf /usr/share/tmake/lib/hpux-n64/tmake.conf /usr/share/tmake/lib/hpux-o64/tmake.conf /usr/share/tmake/lib/hurd-g++/tmake.conf /usr/share/tmake/lib/irix-64/tmake.conf /usr/share/tmake/lib/irix-g++/tmake.conf /usr/share/tmake/lib/irix-n32/tmake.conf /usr/share/tmake/lib/irix-o32/tmake.conf /usr/share/tmake/lib/linux-cxx/tmake.conf /usr/share/tmake/lib/linux-g++/tmake.conf /usr/share/tmake/lib/linux-icc/tmake.conf /usr/share/tmake/lib/linux-kcc/tmake.conf /usr/share/tmake/lib/macx-g++/tmake.conf /usr/share/tmake/lib/netbsd-g++/tmake.conf /usr/share/tmake/lib/openbsd-g++/tmake.conf /usr/share/tmake/lib/osf1-cxx/tmake.conf /usr/share/tmake/lib/osf1-g++/tmake.conf /usr/share/tmake/lib/qnx-rtp-g++/tmake.conf /usr/share/tmake/lib/qws/freebsd-g++/tmake.conf /usr/share/tmake/lib/qws/linux-arm-g++/tmake.conf /usr/share/tmake/lib/qws/linux-cassiopeia-g++/tmake.conf /usr/share/tmake/lib/qws/linux-generic-g++/tmake.conf /usr/share/tmake/lib/qws/linux-ipaq-g++/tmake.conf /usr/share/tmake/lib/qws/linux-mips-g++/tmake.conf /usr/share/tmake/lib/qws/linux-sh3-g++/tmake.conf /usr/share/tmake/lib/qws/linux-sharp-g++/tmake.conf /usr/share/tmake/lib/qws/linux-x86-g++/tmake.conf /usr/share/tmake/lib/qws/qnx-rtp-g++/tmake.conf /usr/share/tmake/lib/reliant-cds/tmake.conf /usr/share/tmake/lib/sco-g++/tmake.conf /usr/share/tmake/lib/solaris-64/tmake.conf /usr/share/tmake/lib/solaris-cc-gcc/tmake.conf /usr/share/tmake/lib/solaris-cc/tmake.conf /usr/share/tmake/lib/solaris-g++/tmake.conf /usr/share/tmake/lib/sunos-g++/tmake.conf /usr/share/tmake/lib/ultrix-g++/tmake.conf /usr/share/tmake/lib/unixware7-cc/tmake.conf /usr/share/tmake/lib/unixware7-g++/tmake.conf /usr/share/tmake/lib/unixware-g++/tmake.conf /usr/share/tmake/lib/win32-borland/tmake.conf /usr/share/tmake/lib/win32-g++/tmake.conf /usr/share/tmake/lib/win32-msvc/tmake.conf /usr/share/tmake/lib/win32-symantec/tmake.conf /usr/share/tmake/lib/win32-visage/tmake.conf /usr/share/tmake/lib/win32-watcom/tmake.conf I get the same error if I try: # TMAKEPATH=/usr/share/tmake/lib make I pass the following flags to configure: --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --without-arts --with-distribution --disable-debug --disable-final My CFLAGS are "-O -march=pentium3 -mmmx -mfpmath=sse -msse -pipe -DPIC -fPIC -Os" on a pentium3 machine. I tried kdebindings after install qt-x11, kdelibs, and kdebase. I now have all of KDE installed except kdeartwork and kdebindings, yet I still receive this error only on kdebindings. I only installed tmake after kdebindings gave me this error, so I installed tmake but received the same error. On a lark I recompiled qt-x11, kdelibs, and kdebase thinking maybe it needed to be compiled with tmake installed, still no dice.
Running `TMAKEPATH=/usr/share/tmake/lib/linux-g++ make` seems to get by this, but tmake/kdebindings should find the proper conf dir and use that.
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone!
Dear Bug Submitter, This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? Thank you for helping us make KDE software even better for everyone!
I don't think anyone supports kdebindings from the kde3 days. Qt doesn't use tmake anymore, it uses qmake, and kde uses cmake.