Snapshot Compile errors
Greetings,
When I attempt to compile the latest snapshot (As well as 4.1.1) I receive the following error:
gmake[1]: Entering directory /Users/hobbit/Desktop/snapshot/client' gcc -g -O -Wall -Wno-unused -D_REENTRANT -DBIND_8_COMPAT=1 -DDarwin -I. -I/Users/hobbit/Desktop/snapshot/include -I/opt/local/var/db/dports/software/pcre/5.0_0/opt/local/include/ darwin-meminfo.c -o darwin-meminfo darwin-meminfo.c:16:25: vm/vm_param.h: No such file or directory darwin-meminfo.c: In function main':
darwin-meminfo.c:48: warning: control reaches end of non-void function
gmake[1]: *** [darwin-meminfo] Error 1
gmake[1]: Leaving directory `/Users/hobbit/Desktop/snapshot/client'
gmake: *** [client] Error 2
Any suggestions would be greatly appreciated.
Thanks,
Michael Dunne Systems Support Specialist AccuWeather, Inc. 814-237-0309 Ext. 7661
~Deliberation, n.: The act of examining one's bread to determine which side it is buttered on. (Ambrose Bierce, "The Devil's Dictionary")~
On Thu, Aug 04, 2005 at 08:28:28AM -0400, Michael Dunne wrote:
Greetings,
When I attempt to compile the latest snapshot (As well as 4.1.1) I receive the following error: darwin-meminfo.c:16:25: vm/vm_param.h: No such file or directory
OK, I naively assumed that Darwin was "just another BSD system" in this respect.
For a quick fix, you can edit the client/Makefile and just delete these three lines:
ifeq ($(OSTYPE),darwin)
EXTRATOOLS=darwin-meminfo
endif
and the build should complete OK. The downside is that the Hobbit client will fail to report memory statistics (the "memory" column).
If anyone has an ssh-accessible Mac OS X or Darwin system where I could try and fix this, send me a note. Unfortunately, Darwin won't install in a VMware session.
Regards, Henrik
participants (2)
-
dunne@accuweather.com
-
henrik@hswn.dk