DragonFly submit List (threaded) for 2003-11
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Build breakage in usr.bin/getconf/
:getconf bails out with:
:cc -O -pipe -I/home/eirikn/src/usr.bin/getconf -DSTABLE -c confstr.c
:In file included from confstr.c:13:
:getconf.h:39: syntax error before `intmax_t'
:*** Error code 1
:
:intmax_t is not defined/typedefed in any header file getconf.h includes.
:
:--
:Eirik Nygaard
:eirikn@xxxxxxxxxxxx
intmax_t should be covered in <machine/types.h>, which is
included by <sys/types.h>. If this error was from a buildworld
then you probably have to run the buildworld without any options
(like -DNOCLEAN). If this error was from a direct make in the
getconf directory you may have to installworld first to get the
updated include files.
-Matt
Matthew Dillon
<dillon@xxxxxxxxxxxxx>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]