ID:               34844
 Updated by:       [EMAIL PROTECTED]
 Reported By:      admin at allthingsinteresting dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Compile Failure
 Operating System: Mac OS X
 PHP Version:      5.1.0RC1
 New Comment:

Which version of libxml2 you have in your system?


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

[2005-10-13 01:32:39] admin at allthingsinteresting dot com

The snapshot is suffering with the same xml parser bug, at least on my
computer.

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

[2005-10-13 00:29:09] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip



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

[2005-10-13 00:23:27] admin at allthingsinteresting dot com

Description:
------------
It appears that there is some problem which is preventing me from
installing php on my iBook running Mac OS 10.3

I believe that I am following the correct installation procedure, but
when I shell>make it dies with a bunch of errors.

Reproduce code:
---------------
cd /usr/local/php-5.1.0RC1
./configure --without-pear
make
make install

Expected result:
----------------
PHP Install Itself

Actual result:
--------------
/bin/sh /usr/local/php-5.1.0RC1/libtool --silent --preserve-dup-deps
--mode=compile gcc  -Iext/libxml/ -I/usr/local/php-5.1.0RC1/ext/libxml/
-DPHP_ATOM_INC -I/usr/local/php-5.1.0RC1/include
-I/usr/local/php-5.1.0RC1/main -I/usr/local/php-5.1.0RC1
-I/usr/include/libxml2 -I/usr/local/php-5.1.0RC1/TSRM
-I/usr/local/php-5.1.0RC1/Zend  -no-cpp-precomp  -g -O2  -c
/usr/local/php-5.1.0RC1/ext/libxml/libxml.c -o ext/libxml/libxml.lo 
/usr/local/php-5.1.0RC1/ext/libxml/libxml.c:337: error: parse error
before "error"
/usr/local/php-5.1.0RC1/ext/libxml/libxml.c: In function
`_php_libxml_free_error':
/usr/local/php-5.1.0RC1/ext/libxml/libxml.c:339: error: `error'
undeclared (first use in this function)
/usr/local/php-5.1.0RC1/ext/libxml/libxml.c:339: error: (Each
undeclared identifier is reported only once
/usr/local/php-5.1.0RC1/ext/libxml/libxml.c:339: error: for each
function it appears in.)
/usr/local/php-5.1.0RC1/ext/libxml/libxml.c: At top level:
/usr/local/php-5.1.0RC1/ext/libxml/libxml.c:343: error: parse error
before "error"
/usr/local/php-5.1.0RC1/ext/libxml/libxml.c: In function
`_php_list_set_error_structure':
/usr/local/php-5.1.0RC1/ext/libxml/libxml.c:345: error: `xmlError'
undeclared (first use in this function)
/usr/local/php-5.1.0RC1/ext/libxml/libxml.c:345: error: parse error
before "error_copy"
/usr/local/php-5.1.0RC1/ext/libxml/libxml.c:350: error: `error_copy'
undeclared (first use in this function)
/usr/local/php-5.1.0RC1/ext/libxml/libxml.c:352: error: `error'
undeclared (first use in this function)
/usr/local/php-5.1.0RC1/ext/libxml/libxml.c:357: error: `XML_ERR_ERROR'
undeclared (first use in this function)
/usr/local/php-5.1.0RC1/ext/libxml/libxml.c:363: error: `msg'
undeclared (first use in this function)
/usr/local/php-5.1.0RC1/ext/libxml/libxml.c: At top level:
/usr/local/php-5.1.0RC1/ext/libxml/libxml.c:455: error: parse error
before "xmlErrorPtr"
/usr/local/php-5.1.0RC1/ext/libxml/libxml.c: In function
`php_libxml_structured_error_handler':
/usr/local/php-5.1.0RC1/ext/libxml/libxml.c:457: error: `error'
undeclared (first use in this function)
make: *** [ext/libxml/libxml.lo] Error 1


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


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

Reply via email to