Subject: Re: still got pblem with make build
To: guillaume mignot <guillaume.mignot@epitech.net>
From: Chris Pinnock <cjep@fawlty.net>
List: current-users
Date: 09/13/2001 09:39:43
On Thu, Sep 13, 2001 at 09:24:36AM +0000, guillaume mignot wrote:
> Hello
> i still got pbleme wite netbsd current.
> 
> $ make build
> ..
> (cd /usr/src/share/mk && make install)
> make: Unknown modifier 'u'
> ..
> So i got make error.
> 
> I decided to make make.
> 
> $cd usr.bin/make/
> $ make
> cc -O2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror   -I/usr/src/usr.bin/make  -c arch.c
> In file included from make.h:84,
>                  from arch.c:112:
> /usr/include/unistd.h:78: machine/int_types.h: No such file or directory
> *** Error code 1
> 
> Stop.
> 
> The file unistd.h is looking for a not existing file.
> I found a int_types.h in /sys/arch/i386/include/ and copy it in
> the directory /usr/include/machine/
> 
> but i got a lot of multiple declaration and compiler errors.
> 
> I'm working on a i386 arch and the netsbd i'm trying to update is 1.5.1
> Anyone who got a clue ?

Have you looked at the file UPDATING in /usr/src ? It has lots of hints.
Another thing you could do if you want to track current is upgrade to a
snapshot. Have a look in:
	ftp://ftp.netbsd.org/pub/NetBSD/arch/i386/snapshot/

best wishes,
-- 
Chris