Re: x11/kdebase-3.5.6 compiled

2007-02-23 Thread ejc
Thanks, Im continueing the compiling now. :) Don't celebrate yet. It builds but ksysguard shows garbage data so I'll have to check out the stats structure as corecode recommended. That's what I get for digging in over my head and guessing on old -> new mappings. I have a feeling this will be no

Re: x11/kdebase-3.5.6 compiled

2007-02-22 Thread Petr Janda
ejc wrote: On 2/20/07, Petr Janda <[EMAIL PROTECTED]> wrote: Simon 'corecode' Schubert wrote: > yea, that's the recent threading changes. somebody would have to > update the kde code for that. Thanks for the explanation. Guess I'll just have to wait some time. I just finished hacking my local

Re: x11/kdebase-3.5.6 compiled

2007-02-22 Thread Petr Janda
ejc wrote: On 2/20/07, Petr Janda <[EMAIL PROTECTED]> wrote: Simon 'corecode' Schubert wrote: > yea, that's the recent threading changes. somebody would have to > update the kde code for that. Thanks for the explanation. Guess I'll just have to wait some time. I just finished hacking my local

Re: x11/kdebase-3.5.6 compiled

2007-02-22 Thread ejc
On 2/22/07, Simon 'corecode' Schubert <[EMAIL PROTECTED]> wrote: ejc wrote: > #if defined (__DragonFly__) > +#if __DragonFly_version >= 19 > + strlcpy(ps->name,p.kp_comm ? p.kp_comm : "", > + sizeof(ps->name)); that ternary isn't needed anymore, kp_comm is guaranteed to

Re: x11/kdebase-3.5.6 compiled

2007-02-22 Thread Simon 'corecode' Schubert
ejc wrote: #if defined (__DragonFly__) +#if __DragonFly_version >= 19 + strlcpy(ps->name,p.kp_comm ? p.kp_comm : "", + sizeof(ps->name)); that ternary isn't needed anymore, kp_comm is guaranteed to exist. +#if __DragonFly_version >= 19 + strcpy(ps->status,(p.kp_stat>=1)&&

Re: x11/kdebase-3.5.6 compiled

2007-02-22 Thread ejc
On 2/22/07, ejc <[EMAIL PROTECTED]> wrote: I just finished hacking my local copy so it will work with the new structures -- it compiles anyway :-) Let me know if you want a patch after I test it out. Patch attached. It's against 3.5.5, but ProcessList.c didn't change for 3.5.6 Eric --- ksysgu

Re: x11/kdebase-3.5.6 compiled

2007-02-22 Thread ejc
On 2/20/07, Petr Janda <[EMAIL PROTECTED]> wrote: Simon 'corecode' Schubert wrote: > yea, that's the recent threading changes. somebody would have to > update the kde code for that. Thanks for the explanation. Guess I'll just have to wait some time. I just finished hacking my local copy so it

Re: x11/kdebase-3.5.6 compiled

2007-02-20 Thread Petr Janda
Simon 'corecode' Schubert wrote: yea, that's the recent threading changes. somebody would have to update the kde code for that. Thanks for the explanation. Guess I'll just have to wait some time. That's interesting. maybe you could succeed capturing such a "write error" compile process with

Re: x11/kdebase-3.5.6 compiled

2007-02-20 Thread Simon 'corecode' Schubert
Petr Janda wrote: ProcessList.c: In function `updateProcess': ProcessList.c:216: error: structure has no member named `kp_proc' [more follow] yea, that's the recent threading changes. somebody would have to update the kde code for that. Im having all sorts of problems with C++ written progra

x11/kdebase-3.5.6 compiled

2007-02-20 Thread Petr Janda
ProcessList.c: In function `updateProcess': ProcessList.c:216: error: structure has no member named `kp_proc' ProcessList.c:217: error: structure has no member named `kp_eproc' ProcessList.c:218: error: structure has no member named `kp_eproc' ProcessList.c:219: error: structure has no member name