On Mon, 19 Dec 2005 15:04:56 -0500 Adam Montague amontague@siriushosting.com wrote:
On Mon, 19 Dec 2005 04:40:06 +0000 (UTC) "Peter Bortas @ Pike developers forum" 10353@lyskom.lysator.liu.se wrote:
Release candidate: http://pike.ida.liu.se/pub/pike/beta/7.6.56/Pike-v7.6.56.tar.gz
On OpenBSD, in modules/files I get:
configure: WARNING: sys/mount.h: present but cannot be compiled configure: WARNING: sys/mount.h: check for missing prerequisite headers?
Its because sys/mount.h needs sys/param.h included first.
Adam
Also, in modules/Yp the tests for rpc/clnt.h and rpcsvc/yp_prot.h need to have rpc/rpc.h included first.
Adam