Build breakage in usr.bin/getconf/

Matthew Dillon dillon at apollo.backplane.com
Tue Nov 4 12:18:58 PST 2003


: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 at 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 at xxxxxxxxxxxxx>





More information about the Submit mailing list