From pykde Wed Apr 16 17:02:30 2003 From: Phil Thompson Date: Wed, 16 Apr 2003 17:02:30 +0000 To: pykde Subject: Re: [PyKDE] [PATCH] buglet with building sib on pristine SuSE 8.2 X-MARC-Message: https://marc.info/?l=pykde&m=105051259022400 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 _______________________________________________ PyKDE mailing list PyKDE@mats.gmd.de http://mats.gmd.de/mailman/listinfo/pykde