build error for openbios
Peter Grehan
grehan at freebsd.org
Tue Dec 5 19:54:17 PST 2006
> I check the types.h
> /* endianess */
> #ifdef HAVE_ENDIAN_H
> #include <endian.h>
> #else
> #include <machine/endian.h>
> #endif
At a rough guess it might be that the HAVE_ENDIAN_H is being setup by
the configure script when it shouldn't be.
You might want to try the OpenBIOS mail list, which a quick google
search points to:
http://www.openbios.org/Mailinglist
later,
Peter.
More information about the freebsd-ppc
mailing list