|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-03-17 19:47 UTC] sniper@php.net
[2003-03-18 00:47 UTC] georg@php.net
[2003-03-18 12:04 UTC] unix-guy at pacbell dot net
[2003-03-18 20:03 UTC] sniper@php.net
[2003-03-18 20:25 UTC] unix-guy at pacbell dot net
[2003-03-19 02:33 UTC] sniper@php.net
[2003-03-24 04:18 UTC] sniper@php.net
[2021-04-06 10:40 UTC] git@php.net
[2021-04-06 10:40 UTC] git@php.net
-Status: No Feedback
+Status: Closed
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 04:00:01 2025 UTC |
Using the bundled mysql and php4-STABLE-200303131630 with HP's ANSI C compiler, I get the following error, which exits the compile: /bin/sh /users/global/cokm/build/php4-STABLE-200303131630/libtool --silent --preserve-dup-deps --mode=compile cc -I/users/global/cokm/build/php4-STABLE-200303131630/ext/mysql/libmysql -Iext/mysql/ -I/users/global/cokm/build/php4-STABLE-200303131630/ext/mysql/ -DPHP_ATOM_INC -I/users/global/cokm/build/php4-STABLE-200303131630/include -I/users/global/cokm/build/php4-STABLE-200303131630/main -I/users/global/cokm/build/php4-STABLE-200303131630 -I/users/global/cokm/build/php4-STABLE-200303131630/Zend -I/util/bin/libs/HP11.11/zlib-1.1.4/include -I/util/bin/libs/HP11.11/jpeg-6b/include -I/util/bin/libs/HP11.11/libpng-1.2.4/include -I/util/bin/libs/HP11.11/freetype-2.1.2/include -I/util/bin/libs/HP11.11/freetype-2.1.2/include/freetype2 -I/util/bin/libs/HP11.11/gd-1.8.4/include -I/oracle/v8174p/rdbms/public -I/oracle/v8174p/rdbms/demo -I/users/global/cokm/build/php4-STABLE-200303131630/ext/xml/expat -I/users/global/cokm/build/php4-STABLE-200303131630/TSRM -g -prefer-pic -c /users/global/cokm/build/php4-STABLE-200303131630/ext/mysql/libmysql/my_tempnam.c -o ext/mysql/libmysql/my_tempnam.lo cc: "/users/global/cokm/build/php4-STABLE-200303131630/ext/mysql/libmysql/my_tempnam.c", line 99: warning 524: Cast (non-lvalue) appears on left-hand side of assignment. cc: "/users/global/cokm/build/php4-STABLE-200303131630/ext/mysql/libmysql/my_tempnam.c", line 99: error 1549: Modifiable lvalue required for assignment operator. cc: "/users/global/cokm/build/php4-STABLE-200303131630/ext/mysql/libmysql/my_tempnam.c", line 105: warning 524: Cast (non-lvalue) appears on left-hand side of assignment. cc: "/users/global/cokm/build/php4-STABLE-200303131630/ext/mysql/libmysql/my_tempnam.c", line 105: error 1549: Modifiable lvalue required for assignment operator. *** Error exit code 1 Stop. I have looked for other bugs related to this problem and don't see any (I did see many refering to a security issue), although maybe I've missed something.