Thus spake [EMAIL PROTECTED] ([EMAIL PROTECTED]):
> I do have all the 3 files listed above in my /usr/include directory (eg,
> /usr/include/machine/ansi.h does exist). I've probably just done something
> wrong, though, so I'll leave this and hope for a proper fix by the next
> millenium (uh-oh, hope I'm not starting a flame-war about when the new
> millenium *really* starts ;)).
Sorry, when submitting the patch I forgot that I manually symlinked
the machine directory.
Please, can anyone commit this patch again?
Thanks (*cough*)
Alex
cvs server: Diffing .
Index: Makefile.in
===================================================================
RCS file: /cvsroot-plex86/plex86/kernel/Makefile.in,v
retrieving revision 1.17
diff -u -r1.17 Makefile.in
--- Makefile.in 2000/12/30 15:17:07 1.17
+++ Makefile.in 2000/12/31 11:20:13
@@ -100,11 +100,15 @@
/bin/rm -f machine
# FreeBSD specific targets
-freebsd-target:
+freebsd-target: freebsd-machine
[ -r opt_posix.h ] || touch opt_posix.h
+freebsd-machine:
+ ln -sf @FREEBSD_SRC@/i386/include machine
+
freebsd-clean:
/bin/rm -f opt_posix.h
+ /bin/rm -f machine
# BeOS specific targets
beos-install: $(KERNEL_TARGET)
--
cat: /home/alex/.sig: No such file or directory