I'll give it a go. Do you have the link again to the version that you sent me a couple of mails ago? I've been cleaning out my mail and I deleted the contents of my temp-build directory forgetting to make a copy of the tarball.

Thanks,

Vincent J.

On Sun, 18 Dec 2005 08:45:34 -0800, Jim Bublitz <[EMAIL PROTECTED]> wrote:

On Saturday 17 December 2005 22:22, Vincent Jong wrote:
Yeah, it looks like there's still enough of a difference between 3.1.4 and
3.1.1 as the KShortcutList error is still occuring. Unfortunately, this
error occurs at the beginning of the configure process, so it looks like
it will be a slow process with finding errors one by one. I wish it was at the end of the configure process as it would be easier for you since you'd
know most everything else worked. I'm hoping that you will still be open
in supporting my old version of KDE, lol.

In sip/kdecore/kshortcutlist.sip, find the point where enum Other { }; is
declared and remove completely the %If ... %End that wraps it - that's an
artifact remaining from when the code that generates the sip files didn't
handle enums correctly - just never got fixed.

Also, you should change the two methods below so that the first argument in
each is a fully-qualified name:

class KAccelShortcutList : KShortcutList
{
   ...
    virtual QVariant     getOther (KShortcutList::Other, uint) const;
    virtual bool         setOther (KShortcutList::Other, uint, QVariant);
    ...
};

I don't think there should be that many more problems, but as long as you're
interested in tracking them down, I'm willing to fix them. I don't have a
version of KDE 3.1.x other than 3.1.4 available any longer.

Jim




--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to