From owner-freebsd-ports@FreeBSD.ORG Tue Jun 6 03:58:17 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B525716A81C for ; Tue, 6 Jun 2006 03:14:19 +0000 (UTC) (envelope-from mxsweb@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id F331A43D45 for ; Tue, 6 Jun 2006 03:14:18 +0000 (GMT) (envelope-from mxsweb@gmail.com) Received: by nz-out-0102.google.com with SMTP id m7so79800nzf for ; Mon, 05 Jun 2006 20:14:18 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=ILU1k5j7T3TgZO2CgZVskITeiTtNskpClvDOjmtrpND/6IlwCcqBOL4bRbpdwZwzEY79E1w7MgeZh+OeL4FF3FNIAMbcJsjKJU4qROVmWkCxWqPvI9bo539OdSU2ocRwmdz2z97QKsrr7LZhFzXlRZGdnHoJuuzroDj5Vs0Fj44= Received: by 10.36.34.8 with SMTP id h8mr7358071nzh; Mon, 05 Jun 2006 20:14:18 -0700 (PDT) Received: from ?192.168.1.100? ( [68.145.187.86]) by mx.gmail.com with ESMTP id 19sm8375504nzp.2006.06.05.20.14.18; Mon, 05 Jun 2006 20:14:18 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v750) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-ports@freebsd.org From: MXS Date: Mon, 5 Jun 2006 21:14:34 -0600 X-Mailer: Apple Mail (2.750) Subject: Can't get php5 to build on machines that have php4 or have had php4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2006 03:58:17 -0000 Hi I'm getting the same error when I'm compiling under os x. I already have php 4.4.1 installed on it ( default ) and I can't get it to complete the install. /bin/sh /Applications/php-5.1.4/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/standard/ -I/Applications/php-5.1.4/ext/ standard/ -DPHP_ATOM_INC -I/Applications/php-5.1.4/include -I/ Applications/php-5.1.4/main -I/Applications/php-5.1.4 -I/usr/include/ libxml2 -I/Applications/php-5.1.4/ext/date/lib -I/Applications/ php-5.1.4/TSRM -I/Applications/php-5.1.4/Zend -I/usr/include -g - O2 -c /Applications/php-5.1.4/ext/standard/dns.c -o ext/standard/ dns.lo /Applications/php-5.1.4/ext/standard/dns.c: In function 'zif_dns_check_record': /Applications/php-5.1.4/ext/standard/dns.c:265: error: 'T_MX' undeclared (first use in this function) /Applications/php-5.1.4/ext/standard/dns.c:265: error: (Each undeclared identifier is reported only once /Applications/php-5.1.4/ext/standard/dns.c:265: error: for each function it appears in.) /Applications/php-5.1.4/ext/standard/dns.c:276: error: 'T_A' undeclared (first use in this function) /Applications/php-5.1.4/ext/standard/dns.c:297: error: 'C_IN' undeclared (first use in this function) /Applications/php-5.1.4/ext/standard/dns.c: In function 'zif_dns_get_mx': /Applications/php-5.1.4/ext/standard/dns.c:854: error: 'HEADER' undeclared (first use in this function) /Applications/php-5.1.4/ext/standard/dns.c:854: error: 'hp' undeclared (first use in this function) /Applications/php-5.1.4/ext/standard/dns.c:883: error: 'C_IN' undeclared (first use in this function) /Applications/php-5.1.4/ext/standard/dns.c:890: error: parse error before ')' token /Applications/php-5.1.4/ext/standard/dns.c:891: error: 'HFIXEDSZ' undeclared (first use in this function) /Applications/php-5.1.4/ext/standard/dns.c:893: error: 'QFIXEDSZ' undeclared (first use in this function) make: *** [ext/standard/dns.lo] Error 1 By the way, this is my 4th days playing with that. Hard to not think DOS!