[PyKDE] Error building PyKDE 3.8
Laurent Rathle
lrathle at kde-france.org
Fri Nov 21 17:39:01 GMT 2003
Le Vendredi 21 Novembre 2003 04:48, Jim Bublitz a écrit :
> I just installed Mdk 9.2 the other night (I still need to get it
> to NFS export) and I'm in the process of installing SuSE 9.0.
> When I get those both working, I'll apply all the necessary
> fixes, test them, and then put out a new release.
I've also changed :
self.pyQtSip = DiscoverPyQtSip (os.path.join \
("PyQt-x11-gpl-" +
self.pyQtLib.vers, "sip",\
"qtmod.sip"), pyQtSipPath)
for :
self.pyQtSip = DiscoverPyQtSip (os.path.join \
("PyQt-x11-gpl-" +
self.pyQtLib.vers, "sip", "qtmod.sip"),
pyQtSipPath)
and it works. But now, make stop with this error :
g++ -c -pipe -w -O2 -fomit-frame-pointer -pipe -march=i586 -mcpu=pentiumpro
-fno-exceptions -I/usr/lib/qt3//mkspecs/default -I. -I.
-I/usr/include/python2.2 -I/opt/kde3/include -I.. -o testPythonize.o
testPythonize.cpp
testPythonize.cpp:20:20: Python.h: No such file or directory
In file included from testPythonize.cpp:21:
../pythonize.h:27:20: Python.h: No such file or directory
which is strange since I have python-devel package.
--
lrathle at kde-france.org
http://www.kde-france.org
More information about the PyQt
mailing list