Subject: still got pblem with make build
To: None <current-users@netbsd.org>
From: guillaume mignot <guillaume.mignot@epitech.net>
List: current-users
Date: 09/13/2001 09:24:36
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 ?
Bye
Guillaume Mignot