|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-02-16 11:15 UTC] p dot kruijt at chello dot nl
Compiling with:
cc -I. -I/usr/local/src/php-4.1.1/ext/standard -I/usr/local/src/php-4.1.1/main -I/usr/local/src/php-4.1.1 -I/usr/local/src/apache_1.3.23/src/include -I/usr/local/src/apache_1.3.23/src/os/unix -I/usr/local/src/php-4.1.1/Zend -I/usr/freeware/mysql/include -I/usr/local/src/php-4.1.1/ext/xml/expat -D_XPG_IV -I/usr/local/src/php-4.1.1/TSRM -c basic_functions.c && touch basic_functions.lo
Results for basic_functions.c in the error:
cc-1140 cc: ERROR File = basic_functions.c, Line = 1002
A value of type "int" cannot be used to initialize an entity of type "char *".
RETURN_STRING (inet_ntoa(myaddr), 1);
and for dns.c (cc command identical except for filenames):
cc-1164 cc: ERROR File = dns.c, Line = 157
Argument of type "int" is incompatible with parameter of type "char *".
add_next_index_string(return_value, inet_ntoa(in), 1);
^
cc-1164 cc: ERROR File = dns.c, Line = 177
Argument of type "int" is incompatible with parameter of type "const char *".
return estrdup(inet_ntoa(in));
^
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 23:00:01 2025 UTC |
Too soon. This snapshot also fails on Zend/zend_language_scanner.c cc-1200 cc: ERROR File = Zend/zend_language_scanner.c, Line = 4186 The depth of macro recursion exceed the maximum allowed. if (yy_start_stack_ptr) { ^ cc-1131 cc: ERROR File = Zend/zend_language_scanner.c, Line = 4186 Expected a field name. if (yy_start_stack_ptr) { This repeats on lines 5719 5723, 5724, 5726, 5727, 5730, etc