DragonFly bugs List (threaded) for 2006-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: make buildworld fails with up-to-date sourcecode from HEAD
I assume you have failed to installworld before this compiling error.
If my assuming is correct then add following lines after last #include
. .. in src/usr.sbin/makewhatis/makewhatis.c:
#ifndef MACHINE
#define MACHINE "pc32"
#endif
Don't forget to nuke it once you have "a whole new world" :-)
BTW, before you installworld, please make sure to:
export MACHINE=pc32
Thank Sascha for this tip :-)
Best Regards,
sephe
--
Live Free or Die
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]