*BSD News Article 76118


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!nntp.coast.net!swidir.switch.ch!swsbe6.switch.ch!surfnet.nl!howland.erols.net!news2.digex.net!news5.digex.net!news.cstone.net!Gosub
From: pauln@cstone.net (Paul Nguyen)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: bind 4.9.4 compile problems
Date: Wed, 14 Aug 96 18:56:14 GMT
Organization: Cornerstone Networks
Lines: 23
Message-ID: <4ut7d0$ki9@dot.cstone.net>
References: <ulfDw4E8r.rp@netcom.com>
NNTP-Posting-Host: gosub.cstone.net
Keywords: bind
X-Newsreader: News Xpress 2.0 Beta #2

In article <ulfDw4E8r.rp@netcom.com>, ulf@netcom.com (Ulf Schmidt) wrote:
>Hello,
>I'm trying to compile the latest bind release (4.9.4 PL1) on
>FreeBSd 2.1.5 Release. This is how far I get after editing the options
>and Makefile:
>
>cindy:/var/src/bind494# make
>/var/src/bind494/res
>cc   -O -g -I../include -I../compat/include  -DUSE_OPTIONS_H -c herror.c
>In file included from herror.c:66:
>/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.
>
>Anyone here who compiled this?
>
Yeah remove the file compat/include/sys/cdefs.h and compile it.

-Paul