Subject: error in kernel build
To: None <current-users@netbsd.org>
From: Milos Urbanek <urbanek@openbsd.cz>
List: current-users
Date: 04/25/2003 16:27:56
During kernel compilation following happens: (CURRENT as of 1 hour ago)

In file included from ../../../../dev/sysmon/sysmon.c:55:
../../../../dev/sysmon/sysmonconf.h:41: sysmon_power.h: No such file or directory
*** Error code 1

I can see in ../../../../dev/sysmon/sysmonconf.h :

#include "sysmon_envsys.h"
#include "sysmon_wdog.h"
#include "sysmon_power.h"

but those files should be rather sys/evnsys.h, sys/wdog.h, sys/power.h ..

if I change the includes to those files, everything is going right.

Milos
--