Date: 05 Jan 1999 18:57:41 -0500 From: "Robert V. Baron" <rvb@cs.cmu.edu> To: current@freebsd.org Subject: building boot Message-ID: <yzspv8t8e8a.fsf@sicily.odyssey.cs.cmu.edu>
next in thread | raw e-mail | index | archive | help
I recently pulled down a new src/sys and tried to build boot. This did not work too well, because the app environment and includes files were a month old. Basically, the machine/ansi.h was missing the __int typedefs. So should boot/ be treated like the kernel and just use kernel relative headers or should it be like any old user program and just depend on /usr/include. Currently boot/ does both. It can pull in things from sys/sys relative to the the kernel src. But it also tries to get things relative to machine -- which is not otherwise defined so it pulls from /usr/include/machine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?yzspv8t8e8a.fsf>