[PyKDE] [PATCH] buglet with building sib on pristine SuSE 8.2
Phil Thompson
phil at river-bank.demon.co.uk
Wed Apr 16 19:03:01 BST 2003
On Wednesday 16 April 2003 12:51 pm, Hans-Peter Jansen wrote:
> 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.
I think a better fix is...
CONFIG = warn_off release console
...so that it doesn't try to link against Qt at all.
Thanks,
Phil
More information about the PyQt
mailing list