ID:               37862
 Updated by:       [EMAIL PROTECTED]
 Reported By:      bugs-php at thewrittenword dot com
-Status:           Open
+Status:           Assigned
 Bug Type:         Compile Failure
 Operating System: HP-UX 11.23/PA
 PHP Version:      5.1.4
-Assigned To:      
+Assigned To:      dmitry


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

[2006-06-20 16:24:13] bugs-php at thewrittenword dot com

Description:
------------
Building PHP 5.1.4 on HP-UX 11.23/PA with the HP C compiler and
--enable-soap=shared fails with:
 cc -Iext/soap/ -I/opt/build/php-5.1.4/ext/soap/ -DPHP_ATOM_INC
-I/opt/build/php-5.1.4/include -I/opt/build/php-5.1.4/main
-I/opt/build/php-5.1.4 -I/opt/TWWfsw/libxml26/include
-I/opt/TWWfsw/libiconv19/include -I/opt/TWWfsw/libopenssl097/include
-I/opt/TWWfsw/zlib11/include -I/opt/TWWfsw/bzip2/include
-I/opt/build/php-5.1.4/ext/date/lib -I/opt/TWWfsw/jpeg/include
-I/opt/TWWfsw/libpng12/include -I/opt/TWWfsw/xpm/include
-I/opt/TWWfsw/libttf21/include -I/opt/TWWfsw/libttf21/include/freetype2
-I/opt/TWWfsw/t1lib51/include -I/opt/TWWfsw/libgd20/include
-I/opt/TWWfsw/gettext014/include -I/opt/TWWfsw/imap2004/include
-I/opt/TWWfsw/openldap2229/include -I/opt/TWWfsw/pgsql813/include
-I/opt/TWWfsw/libsqlite33/include -I/opt/TWWfsw/libexpat19/include
-I/opt/TWWfsw/libxslt11/include -I/opt/build/php-5.1.4/TSRM
-I/opt/build/php-5.1.4/Zend -I/opt/TWWfsw/libiconv19/include -z +O2
+Onofltacc +Olit=all +Oentrysched +Odataprefetch +Onolimit +We901 -c
/opt/build/php-5.1.4/ext/soap/php_sdl.c  +Z -DPIC -o
ext/soap/.libs/php_sdl.o
...
cc: "/opt/build/php-5.1.4/ext/soap/php_sdl.c", line 2185: error 1649:
Illegal integer-pointer combination for >=.
cc: "/opt/build/php-5.1.4/ext/soap/php_sdl.c", line 2185: error 1563:
Expression in if must be scalar.

>From ext/soap/php_sdl.c:
                        if (binding_num >= 0) {

However, binding_num is declared as "int *". So, shouldn't the above be
"*binding_num"?



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


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

Reply via email to