[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mac68k (2.8) kern build errs



I'm having a bit of trouble with my Mac IIcx here. I'm running 2.8
snapshots as of Oct 25, and it's working quite well so far. I enjoy
testing this new release that you all put together so well.

The only problem I've having is that I can't get a successful kernel
build, either from cvs sources dated from the 25th, slightly before, or 
as of today. I know, it is -current, but still...

The build fails upon reaching sys/mac68k/dev/if_mc.c, where it trips up:

575: warning: `mc_rint' declared inline after being called
575: static declaration to `mc_rint' follows non-static
*** Error code 1

I've tried omitting -Werror from the build makefile, which forces it to
ignore that, but then at the end of compiling vers.c and peicing the whole
kernel together, ld complains about that same variable (which I don't have
time to recompile at the moment, so let me know if you need the line).

I'd like to get a kernel paired down for this machine, so any help is
greatly appreciated. Thanks!

-Jeff