Working on Bootforth / ficl
Peter Grehan
grehan at freebsd.org
Mon Nov 12 19:02:05 UTC 2012
Hi Devin,
> However, "test" currently doesn't compile (error below):
>
> ===> test (all)
> Warning: Object directory not changed from original /usr/home/dteske/src/freebsd_svn/base/head/sys/boot/userboot/test
> cc -O2 -pipe -I/usr/home/dteske/src/freebsd_svn/base/head/sys/boot/userboot/test/.. -I/usr/home/dteske/src/freebsd_svn/base/head/sys/boot/userboot/test/../../.. -std=gnu99 -c test.c
> In file included from test.c:41:
> /usr/include/stdlib.h:54: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'wchar_t'
> /usr/include/stdlib.h:95: error: expected ')' before '*' token
> /usr/include/stdlib.h:96: error: expected ')' before '*' token
> /usr/include/stdlib.h:110: error: expected declaration specifiers or '...' before 'wchar_t'
> /usr/include/stdlib.h:111: error: expected ';', ',' or ')' before '*' token
> *** Error code 1
>
> Stop in /usr/home/dteske/src/freebsd_svn/base/head/sys/boot/userboot/test.
> *** Error code 1
Hmmm, it's part of the stock build and I haven't seen any failures in
that area. Was this part of a buildworld ? It may not build correctly
from the directory itself.
later,
Peter.
More information about the freebsd-arch
mailing list