[Lcdproc] LCDProc on OS X 10.5
Topher Fangio
tfangio@fractech.net
Wed Jul 30 03:04:01 2008
Hello all,
I am currently working on an open source API written in Ruby that communica=
tes with LCDProc.
Actually, it's already mostly written and I just need to do some testing an=
d add a bit more
documentation and examples.
My problem is that I cannot seem to compile LCDProc 0.5.2 on OS X 10.5. (ED=
IT: I got it working,
see EDIT below) I have done the following:
./configure --enable-drivers=3Dcurses
make
It dies on make with the following error:
then mv -f ".deps/eyebox.Tpo" ".deps/eyebox.Po"; else rm -f ".deps/=
eyebox.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -DSYSCONFDIR=3D\"/usr/local=
/etc\" -Wall -O3 -Wno-unused-function -MT machine_Darwin.o -MD -MP -MF "=
.deps/machine_Darwin.Tpo" -c -o machine_Darwin.o machine_Darwin.c; \
then mv -f ".deps/machine_Darwin.Tpo" ".deps/machine_Darwin.Po"; el=
se rm -f ".deps/machine_Darwin.Tpo"; exit 1; fi
machine_Darwin.c:48:17: error: kvm.h: No such file or directory
make[3]: *** [machine_Darwin.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
>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 (accord=
ing 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 machi=
ne_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
CONFIDENTIALITY NOTICE: This email message and any attachments hereto are =
intended only for use by the addressee(s) named herein and may contain info=
rmation which is legally privileged, confidential and/or exempt from disclo=
sure under applicable law. If you are not the intended recipient, or an au=
thorized representative of the intended recipient, of this email message, y=
ou are hereby notified that any review, dissemination, distribution, copyin=
g, or use (including any reliance thereon) of this email message, and/or an=
y attachment hereto, is strictly prohibited.
Although this transmission and any attachments are believed to be free of a=
ny virus or other defect that might affect any computer system into which i=
t is received and opened, it is the responsibility of the recipient to ensu=
re that it is free from virus or other defect and no responsibility is acce=
pted by the sending company, its subsidiaries and affiliates, as applicable=
, for any loss or damage arising in any way from its use.
If you have received this email message in error, please immediately notify=
the sender by return email and permanently delete from your system, the or=
iginal and any copies of this email and any attachments hereto and any prin=
tout hereof. Unauthorized interception of this email is a violation of fed=
eral criminal law.