On Tue, 2004-08-24 at 11:53, Martin Pala wrote:
The monit 4.4-beta3 is available:
I've run into two problems trying to build this on FreeBSD 5.2:
During configure:
checking vm/vm_object.h presence... yes
configure: WARNING: vm/vm_object.h: present but cannot be compiled
configure: WARNING: vm/vm_object.h: check for missing prerequisite
headers?
configure: WARNING: vm/vm_object.h: see the Autoconf documentation
configure: WARNING: vm/vm_object.h: section "Present But Cannot Be
Compiled"configure: WARNING: vm/vm_object.h: proceeding with the
preprocessor's result
configure: WARNING: vm/vm_object.h: in the future, the compiler will
take precedence
configure: WARNING: ## --------------------------------------- ##
configure: WARNING: ## Report this to address@hidden ##
configure: WARNING: ## --------------------------------------- ##
And then during the compile:
gcc -c -g -O2 -Wall -D _REENTRANT -I/usr/include -DFREEBSD -I.
-I./device -I./http -I./process -I./protocols process/sysdep_FREEBSD.c
-o process/sysdep_FREEBSD.o
process/sysdep_FREEBSD.c: In function `initprocesstree_sysdep':
process/sysdep_FREEBSD.c:330: error: structure has no member named
`kp_proc'
process/sysdep_FREEBSD.c:331: error: structure has no member named
`kp_eproc'
process/sysdep_FREEBSD.c:362: warning: passing arg 1 of `calcru' from
incompatible pointer type
process/sysdep_FREEBSD.c:389: error: structure has no member named
`p_limit'
process/sysdep_FREEBSD.c:401: error: structure has no member named
`kp_eproc'
process/sysdep_FREEBSD.c:411: error: structure has no member named
`kp_proc'
gmake: *** [process/sysdep_FREEBSD.o] Error 1
I haven't had time to dig into it yet, but any thoughts?