Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4137 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75834 invoked by uid 1010); 22 Aug 2003 22:25:06 -0000 Received: (qmail 75816 invoked from network); 22 Aug 2003 22:25:06 -0000 Received: from unknown (HELO morpheus.webteckies.org) (24.132.35.224) by pb1.pair.com with SMTP; 22 Aug 2003 22:25:06 -0000 Received: from ghost.lan.webteckies.org (ghost.lan.webteckies.org [192.168.1.10]) by morpheus.webteckies.org (Postfix) with ESMTP id 26206107C6; Sat, 23 Aug 2003 00:23:58 +0200 (CEST) Organization: Php.net To: nucleuz Date: Sat, 23 Aug 2003 00:24:09 +0200 User-Agent: KMail/1.5.3 References: In-Reply-To: Cc: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200308230024.10873.msopacua@php.net> Subject: Re: [PHP-DEV] Compile fails on OSX 10.3 From: msopacua@php.net (Melvyn Sopacua) Hi, firstly: 10.3 is still beta, AFAIK. So, they might wise up. On Tuesday 19 August 2003 16:38, nucleuz wrote: > I then did a grep for T_MX and found this in 'nameser8_comap.h' > When doing > #include Apparently OSX has imported Bind9 into the main source and decided to do their own thing. The official bind9 sourcetree contains: find . -name "*.h" -print | xargs /usr/local/bin/pcregrep '#define\s+T_MX' ./lib/bind/include/arpa/nameser_compat.h:#define T_MX ns_t_mx find . -name "*.h" -print | xargs /usr/local/bin/pcregrep '#include\s+.arpa/nameser_compat.h' ./lib/bind/include/arpa/nameser.h:#include ext/standard/dns.c includes arpa/nameser.h if HAVE_ARPA_NAMESER_H is defined. Can you check config.h for this? (By the way: the win32 version tests for HAVE_ARPA_NAMESERV <-- the 'v' here - is that a typo?) -- Melvyn