kasparsd / php-7-debian

Install PHP 7 on Debian/Ubuntu
349 stars 102 forks source link

Error in build in collator_sort.c #74

Closed jedai47 closed 4 months ago

jedai47 commented 4 months ago
/root/php-7-debian/php-src/ext/intl/collator/collator_sort.c: In function ‘zif_collator_sort’:
/root/php-7-debian/php-src/ext/intl/collator/collator_sort.c:349:33: error: ‘TRUE’ undeclared (first use in this function)
  349 |         collator_sort_internal( TRUE, INTERNAL_FUNCTION_PARAM_PASSTHRU );
      |                                 ^~~~
/root/php-7-debian/php-src/ext/intl/collator/collator_sort.c:349:33: note: each undeclared identifier is reported only once for each function it appears in
/root/php-7-debian/php-src/ext/intl/collator/collator_sort.c: In function ‘zif_collator_asort’:
/root/php-7-debian/php-src/ext/intl/collator/collator_sort.c:543:33: error: ‘FALSE’ undeclared (first use in this function)
  543 |         collator_sort_internal( FALSE, INTERNAL_FUNCTION_PARAM_PASSTHRU );
      |                                 ^~~~~
make: *** [Makefile:1055: ext/intl/collator/collator_sort.lo] Error 1
jedai47 commented 4 months ago

ifndef TRUE

define TRUE 1

endif

ifndef FALSE

define FALSE 0

endif