help-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

OSKIT BSD


From: Luis Araujo
Subject: OSKIT BSD
Date: Tue, 24 Jun 2003 08:25:40 -0500 (CDT)

Hi again...

I check all my LIB PATH and i found i was missing
files...

Now it works good until i get =

In file included from /usr/include/string.h:48,
                 from ../oskit/x86/main.c:32:
/usr/include/strings.h:36: redefinition of `size_t'
/usr/local/include/oskit/c/unistd.h:25: `size_t'
previously declared here
make: *** [main.o] Error 1

using this =

MIG=/usr/local/bin/mig
OSKIT_LIBDIR=/usr/local/lib/oskit
CPPFLAGS=-I/usr/local/include
CFLAGS=-I/usr/local/include ../configure --enable-ide
--enable-floppy --enable-lpr --prefix=/oskit-gnu
--host=i386-gnu --target=i386-mach
--build=i586-freebsd

It seems like including libc libraries.. i don't think
this should be this way.. then i set CFLAGS="-nostdinc
-I/usr/local/include/" and i get =

configure: WARNING: oskit/dev/stream.h: present but
cannot be compiled
configure: WARNING: oskit/dev/stream.h: check for
missing prerequisite headers?
configure: WARNING: oskit/dev/stream.h: proceeding
with the preprocessor's result
configure: WARNING:     ##
------------------------------------ ##
configure: WARNING:     ## Report this to
bug-autoconf@gnu.org. ##
configure: WARNING:     ##
------------------------------------ ##

an warning message of configure.

Then when i try to compile with "make
kernel-ide+floppy"=

../kern/bootstrap.c:53:20: stddef.h: No such file or
directory
../kern/bootstrap.c:54:20: string.h: No such file or
directory
../kern/bootstrap.c: In function `bootstrap_create':
../kern/bootstrap.c:186: syntax error before "len"
../kern/bootstrap.c:187: `len' undeclared (first use
in this function)
../kern/bootstrap.c:187: (Each undeclared identifier
is reported only once
../kern/bootstrap.c:187: for each function it appears
in.)
make: *** [bootstrap.o] Error 1

Now the compiler doesn't find string.h, so.. is
gnumach looking for the libc header file???... cause i
check on /usr/local/include/oskit/freebsd and i got
string.h there.. i think that should be used instead,
if so, is there any way to include it?



Luis Araujo

_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]