ID:               43111
 User updated by:  trustpunk at gmail dot com
 Reported By:      trustpunk at gmail dot com
 Status:           Open
 Bug Type:         Compile Failure
 Operating System: Mac OS X
 PHP Version:      5.2.5RC1
 New Comment:

Here's the error! Looks like someone released some bad C code.

/Users/josh/Desktop/source/php-5.2.5RC1/ext/standard/dns.c: In function
'zif_dns_check_record':
/Users/josh/Desktop/source/php-5.2.5RC1/ext/standard/dns.c:265: error:
'T_MX' undeclared (first use in this function)
/Users/josh/Desktop/source/php-5.2.5RC1/ext/standard/dns.c:265: error:
(Each undeclared identifier is reported only once
/Users/josh/Desktop/source/php-5.2.5RC1/ext/standard/dns.c:265: error:
for each function it appears in.)
/Users/josh/Desktop/source/php-5.2.5RC1/ext/standard/dns.c:286: error:
'T_A' undeclared (first use in this function)
/Users/josh/Desktop/source/php-5.2.5RC1/ext/standard/dns.c:308: error:
'C_IN' undeclared (first use in this function)
/Users/josh/Desktop/source/php-5.2.5RC1/ext/standard/dns.c: In function
'zif_dns_get_mx':
/Users/josh/Desktop/source/php-5.2.5RC1/ext/standard/dns.c:865: error:
'HEADER' undeclared (first use in this function)
/Users/josh/Desktop/source/php-5.2.5RC1/ext/standard/dns.c:865: error:
'hp' undeclared (first use in this function)
/Users/josh/Desktop/source/php-5.2.5RC1/ext/standard/dns.c:894: error:
'C_IN' undeclared (first use in this function)
/Users/josh/Desktop/source/php-5.2.5RC1/ext/standard/dns.c:901: error:
parse error before ')' token
/Users/josh/Desktop/source/php-5.2.5RC1/ext/standard/dns.c:902: error:
'HFIXEDSZ' undeclared (first use in this function)
/Users/josh/Desktop/source/php-5.2.5RC1/ext/standard/dns.c:904: error:
'QFIXEDSZ' undeclared (first use in this function)
make: *** [ext/standard/dns.lo] Error 1


Previous Comments:
------------------------------------------------------------------------

[2007-10-26 20:16:09] trustpunk at gmail dot com

Description:
------------
I can configure PHP from the command line before compiling, but while
itÂ’s compiling, it runs into a nasty error.

Reproduce code:
---------------
I guess I will provide a URL to the compile log so you can help me fix
this issue.

http://www.trustabyss.com/downloads/configure.zip

Expected result:
----------------
I expect to be able to compile PHP for the Mac! What else would I
expect?

Actual result:
--------------
Stops after the error is given. So much for compiling...


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=43111&edit=1

Reply via email to