Skip to Content.
Sympa Menu

sm-discuss - [SM-Discuss] kdebindings . . .

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Jason Flatt <jason AT flattfamily.com>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: [SM-Discuss] kdebindings . . .
  • Date: Sun, 6 Mar 2005 16:51:56 -0800

I have been having difficulties casting kdebindings and I was wondering if
someone had experienced the same problem or may have an idea why it's not
working for me.

It fails in the python area. I have tried casting both sip and pyqt (just in
case). I have tried passing --without-python (which I'm not even sure is
valid). I keep getting the same error.

Based on this line:
Error: The qt-mt Qt library could not be found in /usr/include//lib.
it seems to be passing the wrong information into the library variable, but I
can't seem to locate where it's doing it.


. . .
Making all in python
make[3]: Entering directory `/usr/src/kdebindings-3.4.0/python'
mkdir sip
mkdir: cannot create directory `sip': File exists
make[3]: [sipdone] Error 1 (ignored)
export builddir=`pwd` ; \
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//` -l qt-mt -v /usr/share/sip/
-t
"$builddir/sip" INCDIR_QT=/usr/include/qt
Error: The qt-mt Qt library could not be found in /usr/include//lib.
This is SIP 4.1.1 for Python 2.3 on linux2.
make[3]: *** [sipdone] Error 1
make[3]: Leaving directory `/usr/src/kdebindings-3.4.0/python'
make[2]: make[2]: Leaving directory `/usr/src/kdebindings-3.4.0'
*** [all-recursive] Error 1
make[1]: make[1]: Leaving directory `/usr/src/kdebindings-3.4.0'
*** [all] Error 2


root@tbird:~# gaze installed python
python:
2.3


--
Jason Flatt
Father of five: http://www.flattfamily.com/
Linux user: http://www.sourcemage.org/ - http://www.lvlug.org/




Archive powered by MHonArc 2.6.24.

Top of Page