DragonFly BSD
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


From: "Sepherosa Ziehau" <sepherosa@xxxxxxxxx>
Date: Sun, 12 Nov 2006 21:11:39 +0800

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]