Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Nov 1995 06:30:02 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        bmk@dtr.com, jfieber@indiana.edu
Cc:        current@FreeBSD.org, rgrimes@gndrsh.aac.dev.com, roberto@keltia.freenix.fr, vince@apollo.COSC.GOV
Subject:   Re: make world failed with -current
Message-ID:  <199511021930.GAA00243@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>I've encountered several other problems building -current on a 2.0.5
>system.  I've found workarounds for all of them except one.

>gnu/usr.bin/groff/pic won't build, it complains of an unterminated
>character constant.  (This is using sources obtained via CTM on Oct.
>31).

>|cc -O -I. -I/usr/src/gnu/usr.bin/groff/pic/../include -DHAVE_UNISTD_H=1
>|-DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STDLIB_H=1 -DHAVE_SYS_DIR_H=1
>|-DHAVE_CC_LIMITS_H=1 -DHAVE_CC_UNISTD_H=1 -DSTDLIB_H_DECLARES_GETOPT=1
>|-DUNISTD_H_DECLARES_GETOPT=1 -DSTDLIB_H_DECLARES_PUTENV=1
>|-DSTDIO_H_DECLARES_POPEN=1 -DSTDIO_H_DECLARE_PCLOSE=1 -DRETSIGTYPE=void
>|-DHAVE_MMAP=1 -DHAVE_RENAME=1 -DHAVE_MKSTEMP=1 -DHAVE_SYS_SIGLIST=1   -c
>|pic.c
>|pic.y:1630: unterminated character constant
>|*** Error code 1

pic.c shouldn't exist.  groff/Makefile.cfg contains a .y.cc rule that
is supposed to produce pic.cc.  It has always worked here.

Bruce



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