Im trying to compile OSKit on freebsd, but everytime i use make comes up the following error:
In file included from base_irq_softint_handler.c:18: support.h:65: syntax error before "size_t" support.h:66: syntax error before "size_t" support.h:67: syntax error before "size_t" support.h:68: syntax error before "size_t" support.h:69: syntax error before "size_t" support.h:71: syntax error before "size_t" gmake[1]: *** [base_irq_softint_handler.o] Error 1
What version of FreeBSD is that and what GCC compiler it uses? It looks like that this is unix/support.h and size_t is not defined. It may be that oskit expects something glibc-specific from the standard C headers found in FreeBSD.
Regards -- Ognyan Kulev <[EMAIL PROTECTED]>, "\"Programmer\""
_______________________________________________ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd
