On Monday 14 June 2004 02:47, you wrote: > On Sunday 13 June 2004 11:12 pm, Jim Bublitz wrote:
> > // %Include kmanagerselection.sip > > which is probably what I'll end up doing for now. It takes a lot of time > > (recompiles) to figure these out, since they're usually just trial and > > error. > I tried this and got the same error. configure.py should recreate kdecore/kdecoremod.sip from kdecoremod.sip.in every time it's run, so if you comment out kmanagerselection.sip in the sip.in file, it shouldn't generate code or compile. You can run: python configure.py -l kdecore to save a little time (-'ell'). > > Since I don't get these errors, I'd be curious to know what distribution > > and gcc version you're running. > Gentoo Linux and a recent version of GCC: > $ uname -a > Linux whiterabbit 2.6.5-mm1 #3 Sat May 29 23:06:03 AKDT 2004 i686 AMD > Athlon(tm) Processor AuthenticAMD GNU/Linux > $ gcc -v > Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/specs > Configured with: /var/tmp/portage/gcc-3.3.3-r6/work/gcc-3.3.3/configure > --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/3.3 > --includedir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/include > --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3 > --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/man > --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/3.3/info --enable-shared > --host=i686-pc-linux-gnu --target=i686-pc-linux-gnu --with-system-zlib > --enable-languages=c,c++,f77 --enable-threads=posix --enable-long-long > --disable-checking --disable-libunwind-exceptions --enable-cstdio=stdio > --enable-version-specific-runtime-libs > --with-gxx-include-dir=/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/include/g++ >-v3 --with-local-prefix=/usr/local --enable-shared --enable-nls > --without-included-gettext --disable-multilib --enable-__cxa_atexit > --enable-clocale=generic > Thread model: posix > gcc version 3.3.3 20040412 (Gentoo Linux 3.3.3-r6, ssp-3.3.2-2, pie-8.7.6) > The GCC installation is relatively new (meaning I installed this version > since last building kde and qt). Could that be to blame? I think the "QValueList" problems are differences in how your gcc and mine are handling "enums as ints" (or not) and int typedefs. Even if I knew the switches to fix this, it probably wouldn't be a good idea - I think it's better to fix the code so it works with either compiler setup (although I'm using gcc 3.3.3 also). Hopefully I've got that accomplished. There should be a new release (3.11.1) up tomorrow sometime with this and the other kdeui problem that was reported fixed. It'll probably go out too late for Phil to get it posted tonight. Jim _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde