Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jul 2012 09:27:15 +0300
From:      Volodymyr Kostyrko <c.kworr@gmail.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: 9-STABLE (238719) compilation fails on i386
Message-ID:  <500F91C3.6080700@gmail.com>
In-Reply-To: <500EA0F5.3070302@gmail.com>
References:  <500EA0F5.3070302@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Volodymyr Kostyrko wrote:
> When building procstat I get this:
>
> clang -O2 -pipe -march=athlon-xp -std=gnu99 -Qunused-arguments
> -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W
> -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes
> -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch
> -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline
> -Wnested-externs -Wredundant-decls -Wold-style-definition
> -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -c
> /usr/src/usr.bin/procstat/procstat_vm.c
> /usr/src/usr.bin/procstat/procstat_vm.c:76:36: error: use of undeclared
> identifier 'KVME_FLAG_GROWS_UP'
> printf("%-1s ", kve->kve_flags & KVME_FLAG_GROWS_UP ? "U" :
> ^
> /usr/src/usr.bin/procstat/procstat_vm.c:77:24: error: use of undeclared
> identifier 'KVME_FLAG_GROWS_DOWN'
> kve->kve_flags & KVME_FLAG_GROWS_DOWN ? "D" : "-");
> ^
> 2 errors generated.
> *** [procstat_vm.o] Error code 1
>
> Stop in /usr/src/usr.bin/procstat.

`make buildincludes installincludes` fixed this.

-- 
Sphinx of black quartz judge my vow.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?500F91C3.6080700>