ID: 20504 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Compile Failure Operating System: tru64 5.1a PHP Version: 4.2.3 New Comment:
nevermind messed with the CC args and got it to compile Previous Comments: ------------------------------------------------------------------------ [2002-11-19 15:18:31] [EMAIL PROTECTED] Oh the above happens when I compile php into apache ------------------------------------------------------------------------ [2002-11-19 15:02:29] [EMAIL PROTECTED] ===> src/modules/php4 cc -std1 -g -c -I../../os/unix -I../../include -DOSF1 -I/web/php-4.2.3 -I/web/php-4.2.3/main -I/web/php-4.2.3/main -I/web/php-4.2.3/Zend -I/web/php-4.2.3/Zend -I/web/php-4.2.3/TSRM -I/web/php-4.2.3/TSRM -I/web/php-4.2.3 -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED `../../apaci` mod_php4.c cc: Error: /web/php-4.2.3/Zend/zend_hash.h, line 191: Missing ";". (nosemi) static inline ulong zend_inline_hash_func(char *arKey, uint nKeyLength) --------------^ cc: Info: /web/php-4.2.3/Zend/zend_hash.h, line 191: "inline" is a keyword in the C99 revision of the C standard. Using it as an identifier will prevent your program from conforming to that standard. (futurekeywd2) static inline ulong zend_inline_hash_func(char *arKey, uint nKeyLength) -------^ cc: Error: /web/php-4.2.3/Zend/zend_ptr_stack.h, line 41: Missing ";". (nosemi) static inline void zend_ptr_stack_push(zend_ptr_stack *stack, void *ptr) --------------^ cc: Error: /web/php-4.2.3/Zend/zend_ptr_stack.h, line 51: Missing ";". (nosemi) static inline void *zend_ptr_stack_pop(zend_ptr_stack *stack) --------------^ cc: Error: /web/php-4.2.3/Zend/zend_operators.h, line 61: Missing ";". (nosemi) static inline int is_numeric_string(char *str, int length, long *lval, double *dval, zend_bool allow_errors) --------------^ cc: Error: /web/php-4.2.3/Zend/zend_execute.h, line 57: Missing ";". (nosemi) static inline void safe_free_zval_ptr(zval *p) --------------^ cc: Error: /web/php-4.2.3/Zend/zend_execute.h, line 67: Missing ";". (nosemi) static inline int i_zend_is_true(zval *op) --------------^ cc: Error: /web/php-4.2.3/Zend/zend_execute.h, line 107: Missing ";". (nosemi) static inline void zend_ptr_stack_clear_multiple(TSRMLS_D) --------------^ cc: Error: /web/php-4.2.3/Zend/zend_execute.h, line 119: Missing ";". (nosemi) static inline int zend_ptr_stack_get_arg(int requested_arg, void **data TSRMLS_DC) --------------^ cc: Warning: ../../include/ap_config.h, line 1396: The redefinition of the macro "XtOffsetOf" conflicts with a current definition because the replacement lists differ. The redefinition is now in effect. (macroredef) #define XtOffsetOf(s_type,field) XtOffset(s_type*,field) --------------------------------------------------^ cc: Error: /web/php-4.2.3/ext/standard/php_string.h, line 125: Missing ";". (nosemi) static inline char * --------------^ cc: Warning: /web/php-4.2.3/main/php_config.h, line 2110: The redefinition of the macro "zend_isnan" conflicts with a current definition because the replacement lists differ. The redefinition is now in effect. (macroredef) #define zend_isnan(a) isnan(a) ----------------------^ cc: Info: /web/php-4.2.3/ext/standard/php_image.h, line 40: Trailing comma found in enumerator list. (trailcomma) } image_filetype; ^ *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 Stop. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20504&edit=1