From owner-freebsd-questions Wed Aug 2 20:20:47 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id UAA13662 for questions-outgoing; Wed, 2 Aug 1995 20:20:47 -0700 Received: from alfred.ccs.carleton.ca (alfred.ccs.carleton.ca [134.117.1.1]) by freefall.cdrom.com (8.6.11/8.6.6) with SMTP id UAA13655 for ; Wed, 2 Aug 1995 20:20:44 -0700 Received: from superior (superior.ccs.carleton.ca) by alfred.ccs.carleton.ca (4.1/SMI-4.0) id AA04513; Wed, 2 Aug 95 23:20:41 EDT From: yytan@ccs.carleton.ca (Yi-Ying Tan) Received: by superior (4.1/Sun-Client) id AA14010; Wed, 2 Aug 95 23:20:39 EDT Date: Wed, 2 Aug 95 23:20:39 EDT Message-Id: <9508030320.AA14010@superior> To: freebsd-questions@freebsd.org Subject: error in building BIND Sender: questions-owner@freebsd.org Precedence: bulk Just at the beginning of make, compile blows out with messages: bind-4.9.269% make /usr/home/ebx/work/bind-4.9.2/res cc -g -I../include -I../compat/include -DUSE_OPTIONS_H -c herror.c In file included from herror.c:65: /usr/include/unistd.h:53: parse error before `__dead2' /usr/include/unistd.h:53: warning: data definition has no type or storage class *** Error code 1 Stop. *** Error code 1 Stop. Can some one enlighten me a bit on this? Thanks.