View Single Post
  #1   (View Single Post)  
Old 4th May 2008
phatfish phatfish is offline
New User
 
Join Date: May 2008
Location: United Kingdom
Posts: 5
Default Missing header file(s) in source tree

Hello all,

Im getting this error when i do "make buildkernel":

/usr/src/sys/dev/re/if_re.c:156:23: error: miibus_if.h: No such file or directory
mkdep: compile failed
*** Error code 1

This is the supfile i used to grab the sources, i dont know how im missing files...

Code:
*default host=cvsup.uk.FreeBSD.org
*default prefix=/usr
*default base=/var/db
*default tag=RELENG_7
*default release=cvs delete use-rel-suffix compress

cvsroot-all
src-all
I have a feeling its more than just that file in particular, previously i had a few modules enabled and make complained about missing module dirs.

Thanks
Reply With Quote