From owner-freebsd-current Fri Jan 12 09:27:02 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA23122 for current-outgoing; Fri, 12 Jan 1996 09:27:02 -0800 (PST) Received: from cats.ucsc.edu (root@cats-po-1.UCSC.EDU [128.114.129.22]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA23111 for ; Fri, 12 Jan 1996 09:26:58 -0800 (PST) Received: from scruz.ucsc.edu by cats.ucsc.edu with SMTP id JAA02542; Fri, 12 Jan 1996 09:26:54 -0800 Received: from osprey by scruz.ucsc.edu id aa02270; 12 Jan 96 9:22 PST Received: (from markd@localhost) by Grizzly.COM (8.6.12/8.6.9) id IAA06427; Fri, 12 Jan 1996 08:37:05 GMT Date: Fri, 12 Jan 1996 08:37:05 GMT Message-Id: <199601120837.IAA06427@Grizzly.COM> From: Mark Diekhans To: current@freebsd.org Subject: Problem compiling current Sender: owner-current@freebsd.org Precedence: bulk I saw mention that this problem was fixed several days ago, yet a tree sup-ed yesterday will not compile. Where is fprtint_t& fptrdiff_t supposed to be defined. Thanks! cc -O -DLIBC_RCS -DSYSLIBC_RCS -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/a/markd/work/2.2-current/src/lib/libc/locale -DYP -I/usr/tmp/dest/usr/include -c /a/markd/work/2.2-current/src/lib/libc/gmon/mcount.c -o mcount.o /a/markd/work/2.2-current/src/lib/libc/gmon/mcount.c: In function `_mcount': /a/markd/work/2.2-current/src/lib/libc/gmon/mcount.c:71: parse error before `frompc' /a/markd/work/2.2-current/src/lib/libc/gmon/mcount.c:71: declaration for parameter `fptrint_t' but no such parameter /a/markd/work/2.2-current/src/lib/libc/gmon/mcount.c:76: parse error before `frompci' /a/markd/work/2.2-current/src/lib/libc/gmon/mcount.c:100: `frompci' undeclared (first use this function) /a/markd/work/2.2-current/src/lib/libc/gmon/mcount.c:100: (Each undeclared identifier is reported only once /a/markd/work/2.2-current/src/lib/libc/gmon/mcount.c:100: for each function it appears in.) *** Error code 1 (continuing)