--------------Boundary-00=_ORU5U0ASOJJADXF8TDAS Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Le Lundi 25 Novembre 2002 17:10, Dirk Mueller a =E9crit : > Hi, > > I've created the final KDE 3.1 tarballs last night. I will not update t= hem > anymore unless there is a fix committed for a fatally bug, otherwise th= ings > have to wait till KDE 3.1.1. > > I'll tell you when the branch is opened and the freeze of the HEAD bran= ch > is over (not yet!). > > Thanks, I've got an embarrassing patch that corrects an error in=20 kdebindings/kalyptus/kalyptusCxxToSmoke.pm (generating the SmokeQt binding library). Without it, the compilation of libsmokeqt.so will fail on a lot of=20 system/compilers (invalid cast). I just noticed this error yesterday at night and sent the patch to David = for=20 review but it seems he wasn't here today. The tricky part is : since it modifies the binding generator, =20 kdebindings/smoke/qt/generate.pl must be run after the patching to update= =20 them :-/ Germain --------------Boundary-00=_ORU5U0ASOJJADXF8TDAS Content-Type: text/x-diff; charset="iso-8859-1"; name="kalyptusCxxToSmoke.pm.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="kalyptusCxxToSmoke.pm.diff" Index: kalyptusCxxToSmoke.pm =================================================================== RCS file: /home/kde/kdebindings/kalyptus/kalyptusCxxToSmoke.pm,v retrieving revision 1.56 diff -u -p -r1.56 kalyptusCxxToSmoke.pm --- kalyptusCxxToSmoke.pm 2002/11/03 17:58:56 1.56 +++ kalyptusCxxToSmoke.pm 2002/11/26 01:49:20 @@ -205,6 +205,7 @@ sub preParseClass $className eq 'QStringList' || $className eq 'QStrList' || # Those are template related + $className eq 'QTSManip' || # cause compiler errors with several gcc versions $className eq 'QGDict' || $className eq 'QGList' || $className eq 'QGVector' || --------------Boundary-00=_ORU5U0ASOJJADXF8TDAS--