php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30867 PHP Fails to compile when soap is enabled
Submitted: 2004-11-23 08:42 UTC Modified: 2005-01-30 01:00 UTC
From: touv at ouvaton dot org Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 5.0.2 OS: HP-UX 11
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2004-11-23 08:42 UTC] touv at ouvaton dot org
Description:
------------
% export CC=cc
% export CFLAGS="-O +DS2.0 +DA2.0W"
% ./configure --with-libxml-dir=/usr/local/libs/libxml2-2.6.9-64 --enable-soap
(...)
% make
(...)
cc  -Iext/soap/ -I/tmp/php-5.0.2/ext/soap/ -DPHP_ATOM_INC -I/tmp/php-5.0.2/include -I/tmp/php-5.0.2/main -I/tmp/php-5.0.2 -I/tmp/php-5.0.2/Zend -I/usr/local/libs/libxml2-2.6.9-64/include/libxml2 -I/usr/local/libs/libiconv-1.9.1-64/include  -I/usr/include -I/usr/include/X11 -I/usr/contrib/include -I/usr/contrib/include/X11 -I/usr/local/libs/zlib-1.1.4-64/include -I/usr/local/libs/libxml2-2.6.9-64/include -I/tmp/php-5.0.2/TSRM  -w -O +DS2.0 +DA2.0W  -c /tmp/php-5.0.2/ext/soap/php_sdl.c -o ext/soap/php_sdl.o  && echo > ext/soap/php_sdl.lo
cc: "/tmp/php-5.0.2/ext/soap/php_sdl.c", line 2091: error 1649: Illegal integer-pointer combination for >=.
cc: "/tmp/php-5.0.2/ext/soap/php_sdl.c", line 2091: error 1563: Expression in if must be scalar.
*** Error exit code 1



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-23 08:57 UTC] tony2001@php.net
Have you already read this: http://www.php.net/manual/en/install.hpux.php ?
I suppose, cc is not GCC and this is your problem.
 [2004-11-23 09:27 UTC] touv at ouvaton dot org
Yes I know that, but with php 4.x.x, there was not problem to compile php with cc.
 [2005-01-19 01:35 UTC] sniper@php.net
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-01-30 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 23 02:01:30 2024 UTC