From owner-freebsd-current Fri Jul 10 16:12:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA09381 for freebsd-current-outgoing; Fri, 10 Jul 1998 16:12:03 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA09300; Fri, 10 Jul 1998 16:11:53 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id QAA25371; Fri, 10 Jul 1998 16:03:05 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd025366; Fri Jul 10 23:02:55 1998 Date: Fri, 10 Jul 1998 16:02:51 -0700 (PDT) From: Julian Elischer To: current@FreeBSD.ORG cc: bde@FreeBSD.ORG Subject: -current buildworld broken by libc/gmon.. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cc -O -pipe -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE -I/usr/src/lib/libc/../libc/locale -DBROKEN_DES -DYP -c /usr/src/lib/libc/../libc/gmon/gmon.c -o gmon.o In file included from /usr/include/sys/gmon.h:40, from /usr/src/lib/libc/../libc/gmon/gmon.c:41: /usr/include/machine/profile.h:136: parse error before `frompc' In file included from /usr/src/lib/libc/../libc/gmon/gmon.c:41: /usr/include/sys/gmon.h:168: parse error before `fptrint_t' /usr/include/sys/gmon.h:168: warning: no semicolon at end of struct or union /usr/include/sys/gmon.h:169: warning: data definition has no type or storage class /usr/include/sys/gmon.h:183: parse error before `}' /usr/src/lib/libc/../libc/gmon/gmon.c:54: variable `_gmonparam' has initializer but incomplete type /usr/src/lib/libc/../libc/gmon/gmon.c:54: warning: excess elements in struct initializer after `_gmonparam' /usr/src/lib/libc/../libc/gmon/gmon.c: In function `monstartup': /usr/src/lib/libc/../libc/gmon/gmon.c:78: dereferencing pointer to incomplete type /usr/src/lib/libc/../libc/gmon/gmon.c:79: dereferencing pointer to incomplete type /usr/src/lib/libc/../libc/gmon/gmon.c:80: dereferencing pointer to incomplete type /usr/src/lib/libc/../libc/gmon/gmon.c:80: dereferencing pointer to incomplete type /usr/src/lib/libc/../libc/gmon/gmon.c:80: dereferencing pointer to incomplete type /usr/src/lib/libc/../libc/gmon/gmon.c:81: dereferencing pointer to incomplete type ---etc---- fptrint_t is now dependent on the definition KERNEL being true. I just removed the Ifdef KERNEL in i386/include/types.h is there a better answer? julian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message