Subject: Re: error in kernel build
To: Milos Urbanek <urbanek@openbsd.cz>
From: Jason Thorpe <thorpej@wasabisystems.com>
List: current-users
Date: 04/25/2003 08:09:06
On Friday, April 25, 2003, at 07:27  AM, Milos Urbanek wrote:

> 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"

These files are automatically generated when you run config.

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

No, they should not.

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

You need to rerun config before you build your kernel.

         -- Jason R. Thorpe <thorpej@wasabisystems.com>