From owner-freebsd-questions Wed Oct 9 22:18:48 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA18577 for questions-outgoing; Wed, 9 Oct 1996 22:18:48 -0700 (PDT) Received: from gandalf.asiapac.net (gandalf.asiapac.net [202.188.0.130]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id WAA18571 for ; Wed, 9 Oct 1996 22:18:44 -0700 (PDT) Received: from horn lim.asiapac.net (klj-7-58.tm.net.my [202.188.7.58]) by gandalf.asiapac.net (8.6.12/8.6.12) with SMTP id NAA29502 for ; Thu, 10 Oct 1996 13:00:25 +0800 Date: Thu, 10 Oct 1996 13:00:25 +0800 Message-Id: <199610100500.NAA29502@gandalf.asiapac.net> X-Sender: hlwong@mail.tm.net.my X-Mailer: Windows Eudora Light Version 1.5.2 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: freebsd-questions@freebsd.org From: Wong Horn Lim Subject: Compiling bind in FreeBSD 2.1.0 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I got error while trying to compile bind-4.9.4-REL, anyone can help me to solve it? ----------------------------------------------------------- /home/users/hlwong/bind/res cc -O -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. ------------------------------------------------------------ hlwong