[Lcdproc] LCDProc on OS X 10.5
Markus Dolze
bsdfan@nurfuerspam.de
Wed Jul 30 05:21:01 2008
Topher Fangio wrote:
> Hello all,
>
> >From what I have read, 10.5 completely removes kvm.h and so I was wondering if there was any
> particular reason that it was still in LCDProc and if it was needed (according to this link
> http://home.sandiego.edu/~epooch/cgi-bin/blosxom.cgi/tech/leds/GrowLCDproc1_3_5.writeback
> it is not).
>
> EDIT: I commented out the include statement (#include <kvm.h>) inside machine_Darwin.c and
> everything compiled just fine. Any reason this cannot be fully removed from LCDProc? At the very
> least, how would I go about adding a note about this to the documentation?
>
> Thanks!
>
> Topher Fangio
>
>
It really seems that <kvm.h> is not used within machine_Darwin.c. The
Darwin code orginates from the *BSD code where kvm calls are used, but
these are not used on Darwin.
Does the client (lcdproc) works correctly (especially the 'Memory' and
'ProcSize' screens)?
Regards
Markus