From owner-freebsd-questions Wed Feb 27 9:10:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailout6.nyroc.rr.com (mailout6-1.nyroc.rr.com [24.92.226.177]) by hub.freebsd.org (Postfix) with ESMTP id 6350937B417 for ; Wed, 27 Feb 2002 09:10:27 -0800 (PST) Received: from chrisp (roc-66-66-141-156.rochester.rr.com [66.66.141.156]) by mailout6.nyroc.rr.com (8.11.6/Road Runner 1.12) with SMTP id g1RHAMu20220 for ; Wed, 27 Feb 2002 12:10:22 -0500 (EST) From: "Christopher Piggott HOME" To: "questions@FreeBSD. ORG" Subject: Problem building 4.5-RELEASE on AlphaStation Date: Wed, 27 Feb 2002 12:10:16 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Received the following error: /usr/src/sys/alpha/alpha/mem.c: In function `mmopen': /usr/src/sys/alpha/alpha/mem.c:141: `FWRITE' undeclared (first use in this function) /usr/src/sys/alpha/alpha/mem.c:141: (Each undeclared identifier is reported only once /usr/src/sys/alpha/alpha/mem.c:141: for each function it appears in.) *** Error code 1 Looking at sys/fcntl.h it looks like FWRITE is not defined if _POSIX_SOURCE is defined. There is a comment about this in fcntl.h but it talks about _KERNEL, which is not what the #ifndef actually looks for. For now, I'm building it without MFS and I'll see what happens (I don't really need it anyway) -- but if somebody has a better fix please email me directly, chrisp@rochester.rr.com Thanks. --Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message