Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: build failure in games/fortune/strfile/strfile.c



On Sun, 19 Oct 2008, Kurt J. Lidl wrote:
> Well, a 'cvs -q update -dP' tonight gives me a tree that fails before
> it gets as far into the build.  Now it dies build the 'tools' version
> of awk.
> 
> In file included from /nbsd/src/dist/nawk/awk.h:232,
>                  from /nbsd/src/dist/nawk/awkgram.y:32:
> /nbsd/src/dist/nawk/proto.h:164: error: conflicting types for 'gettemp'
> /nbsd/src/tools/awk/../compat/compat_defs.h:316: error: previous declaration 
> of 'gettemp' was here
> /nbsd/src/dist/nawk/proto.h:164: error: conflicting types for 'gettemp'
> /nbsd/src/tools/awk/../compat/compat_defs.h:316: error: previous declaration 
> of 'gettemp' was here

Please try again with the latest versions of tools/compat and
lib/libc/stdio.  There was a problem with the way tools/compat supplied
implementaions fo mkstemp() and mkdtemp() on systems that lack those
functions.

--apb (Alan Barrett)


Home | Main Index | Thread Index | Old Index