[PyKDE] Patch for build.py, take 2

Ricardo Javier Cardenes Medina rcardenes at debian.org
Fri Aug 23 14:08:00 BST 2002


I forgot to modify the build.py to include the libsip*/libqt* directory at
linking path... and then realized that the script had yet a way to set
that piece of info (option -s) so, please discard the previous patch. This
should be enough:

--- build.py    2002-08-21 19:08:38.000000000 +0100
+++ build.py.new        2002-08-23 13:00:29.000000000 +0100
@@ -598,7 +598,7 @@


 def checkThreading ():
-        qtmodlib = modDir + '/libqtcmodule.so'
+        qtmodlib = sipModuleDir + '/libqtcmodule.so'
         os.system ('ldd ' + qtmodlib + ' > lddtmp')
         f = open ('lddtmp', 'r')
         buff = f.read ()

I'm trying this right now...




More information about the PyQt mailing list