DragonFly kernel List (threaded) for 2004-03
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Make buildworld failure
:And it appears to be true:
:
:#find /usr/include -name nwfs.h
:/usr/include/nwfs/nwfs.h
:/usr/include/vfs/nwfs/nwfs.h
:
:#find /usr/src -name nwfs.h
:/usr/src/sys/vfs/nwfs/nwfs.h
:
:I just looked thru /usr/include and still find quite a few
:files and directories left over from FBSD. Could these old
:files be causing a problem? (/usr/include/sys is all new)
:
:Thanks!
Yes, they sure could. If you now have DragonFly installed, then
I would recommend:
rm -rf /usr/include
mkdir /usr/include
cd /usr/src
make includes
Then try another buildworld.
-Matt
Matthew Dillon
<dillon@xxxxxxxxxxxxx>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]