[PyKDE] [PATCH] buglet with building sib on pristine SuSE 8.2
Hans-Peter Jansen
hpj at urpla.net
Wed Apr 16 13:52:00 BST 2003
Hi Phil,
while preparing a freshly updated SuSE 8.2 for a cross check with my
former problem, I stumbled over a small build problem with sip
(20030405), which happens on link stage of sipgen, if no libqt.so
is installed.
I was able to fix it with this patch:
--- sipgen/sipgen.pro~ 2003-04-06 02:00:32.000000000 +0200
+++ sipgen/sipgen.pro 2003-04-16 13:34:00.000000000 +0200
@@ -22,7 +22,7 @@
TEMPLATE = app
TARGET = sip
DESTDIR = @BL_BINDIR@
-CONFIG += warn_off release console
+CONFIG += warn_off release console @BL_THREAD@
INCLUDEPATH = .
SOURCES = main.c transform.c gencode.c heap.c parser.c lexer.c
Funny, that this one survived such long ;-)
Please consider applying.
Thanks,
Pete
More information about the PyQt
mailing list