[Prev][Next][Index][Thread]
Re: Help 'making' OSKit
Thanks for the help, Kevin. Now, with gcc272, the make works fine
until it gets to the unix directory:
----------
gcc272 -c -o net.o -g -I/usr/include -I.. -I../unix/linux -I../unix -I.. -DOSKIT_UNIX -DNATIVE_BUILD ../unix/linux/net.c
In file included from ../unix/linux/net.c:37:
../unix/linux/native_file.h:2: gnu/types.h: No such file or directory
../unix/linux/native_file.h:53: direntry.h: No such file or directory
../unix/linux/native_file.h:58: statbuf.h: No such file or directory
make: *** [net.o] Error 1
----------
It seems that -I../unix/linux/include should be given (perhaps with
the INCDIRS variable modified in unix/linux/GNUmakerules), but that
only causes conflicts with the definitions in
/usr/include/bits/types.h. Suggestions?
Matthew
References: