FRAMEWORK

/usr/local/Cellar/php@7.4/7.4.14/include/php/Zend/zend_operators.h:523:10: error: 'asm goto' constructs are not supported yet __asm__ goto(

나나나나나나나ㅏ나난ㄴ나ㅏ나나 2021. 1. 20. 18:14
728x90

환경

mac os

php 7.4

 

pecl로 확장을 하고있을때 처음보는 오류를 발견했다.

 

열심히 구글링해서 찾은 결과 위에 나오는 문서로 들어가서 숫자하나만 변경해주면 된다

 

/usr/local/Cellar/php@7.4/7.4.14/include/php/Zend/zend_operators.h 508번줄


# define ZEND_USE_ASM_ARITHMETIC 1 // 1에서 0으로 변경
#else
# define ZEND_USE_ASM_ARITHMETIC 0
#endif

warning이 뜨긴하지만 그래도 결과적으로 설치가 잘 된것을 볼수있다!

728x90