when command zephir build

zephir build
 Compiling...
In file included from ./kernel/main.h:53:0,
                 from kernel/concat.h:6:
./kernel/exception.h:59:89: error: expected ‘;’, ‘,’ or ‘)’ before ‘message_len’
 void zephir_throw_exception_string(zend_class_entry *ce, const char *message, zend_uint message_len);
                                                                                         ^~~~~~~~~~~
./kernel/exception.h:60:77: error: expected ‘;’, ‘,’ or ‘)’ before ‘line’
 void zephir_throw_exception_debug(zval *object, const char *file, zend_uint line);
                                                                             ^~~~
./kernel/exception.h:62:95: error: expected ‘;’, ‘,’ or ‘)’ before ‘message_len’
 void zephir_throw_exception_string_debug(zend_class_entry *ce, const char *message, zend_uint message_len, const char *file, zend_uint line);
                                                                                               ^~~~~~~~~~~
kernel/concat.h:23:64: error: expected ‘;’, ‘,’ or ‘)’ before ‘op1_len’
 void zephir_concat_sv(zval *result, const char *op1, zend_uint op1_len, zval *op2, int self_var);
                                                                ^~~~~~~
kernel/concat.h:24:75: error: expected ‘;’, ‘,’ or ‘)’ before ‘op2_len’
 void zephir_concat_vs(zval *result, zval *op1, const char *op2, zend_uint op2_len, int self_var);
                                                                           ^~~~~~~
In file included from ./kernel/main.h:53:0,
                 from kernel/fcall.h:16:
./kernel/exception.h:59:89: error: expected ‘;’, ‘,’ or ‘)’ before ‘message_len’
 void zephir_throw_exception_string(zend_class_entry *ce, const char *message, zend_uint message_len);
                                                                                         ^~~~~~~~~~~
./kernel/exception.h:60:77: error: expected ‘;’, ‘,’ or ‘)’ before ‘line’
 void zephir_throw_exception_debug(zval *object, const char *file, zend_uint line);
                                                                             ^~~~
./kernel/exception.h:62:95: error: expected ‘;’, ‘,’ or ‘)’ before ‘message_len’
 void zephir_throw_exception_string_debug(zend_class_entry *ce, const char *message, zend_uint message_len, const char *file, zend_uint line);
                                                                                               ^~~~~~~~~~~
In file included from kernel/main.h:53:0:
./kernel/exception.h:59:89: error: expected ‘;’, ‘,’ or ‘)’ before ‘message_len’
 void zephir_throw_exception_string(zend_class_entry *ce, const char *message, zend_uint message_len);
                                                                                         ^~~~~~~~~~~
./kernel/exception.h:60:77: error: expected ‘;’, ‘,’ or ‘)’ before ‘line’
 void zephir_throw_exception_debug(zval *object, const char *file, zend_uint line);
                                                                             ^~~~
./kernel/exception.h:62:95: error: expected ‘;’, ‘,’ or ‘)’ before ‘message_len’
 void zephir_throw_exception_string_debug(zend_class_entry *ce, const char *message, zend_uint message_len, const char *file, zend_uint line);
                                                                                               ^~~~~~~~~~~
In file included from ./kernel/main.h:53:0,
                 from kernel/object.h:19:
./kernel/exception.h:59:89: error: expected ‘;’, ‘,’ or ‘)’ before ‘message_len’
 void zephir_throw_exception_string(zend_class_entry *ce, const char *message, zend_uint message_len);
                                                                                         ^~~~~~~~~~~
./kernel/exception.h:60:77: error: expected ‘;’, ‘,’ or ‘)’ before ‘line’
 void zephir_throw_exception_debug(zval *object, const char *file, zend_uint line);
                                                                             ^~~~
./kernel/exception.h:62:95: error: expected ‘;’, ‘,’ or ‘)’ before ‘message_len’
 void zephir_throw_exception_string_debug(zend_class_entry *ce, const char *message, zend_uint message_len, const char *file, zend_uint line);
                                                                                               ^~~~~~~~~~~
kernel/object.h:45:91: error: expected ‘;’, ‘,’ or ‘)’ before ‘property_length’
 int zephir_read_property(zval *result, zval *object, const char *property_name, zend_uint property_length, int silent);
                                                                                           ^~~~~~~~~~~~~~~
kernel/object.h:48:92: error: expected ‘;’, ‘,’ or ‘)’ before ‘property_length’
 int zephir_fetch_property(zval *result, zval *object, const char *property_name, zend_uint property_length, int silent);
                                                                                            ^~~~~~~~~~~~~~~
kernel/object.h:56:80: error: expected ‘;’, ‘,’ or ‘)’ before ‘property_length’
 int zephir_update_property_array(zval *object, const char *property, zend_uint property_length, const zval *index, zval *value);
                                                                                ^~~~~~~~~~~~~~~
kernel/object.h:59:86: error: expected ‘;’, ‘,’ or ‘)’ before ‘property_length’
 int zephir_update_property_array_multi(zval *object, const char *property, zend_uint property_length, zval *value, const char *types, int types_length, int types_count, ...);
                                                                                      ^~~~~~~~~~~~~~~
kernel/object.h:68:104: error: expected ‘;’, ‘,’ or ‘)’ before ‘property_length’
 int zephir_update_static_property_array_multi_ce(zend_class_entry *ce, const char *property, zend_uint property_length, zval *value, const char *types, int types_length, int types_count, ...);
                                                                                                        ^~~~~~~~~~~~~~~
kernel/object.h:71:123: error: expected ‘;’, ‘,’ or ‘)’ before ‘method_length’
 losure_ex(zval *return_value, zval *this_ptr, zend_class_entry *ce, const char *method_name, zend_uint method_length);
                                                                                                        ^~~~~~~~~~~~~
In file included from ./kernel/main.h:53:0,
                 from kernel/operators.h:26:
./kernel/exception.h:59:89: error: expected ‘;’, ‘,’ or ‘)’ before ‘message_len’
 void zephir_throw_exception_string(zend_class_entry *ce, const char *message, zend_uint message_len);
                                                                                         ^~~~~~~~~~~
./kernel/exception.h:60:77: error: expected ‘;’, ‘,’ or ‘)’ before ‘line’
 void zephir_throw_exception_debug(zval *object, const char *file, zend_uint line);
                                                                             ^~~~
./kernel/exception.h:62:95: error: expected ‘;’, ‘,’ or ‘)’ before ‘message_len’
 void zephir_throw_exception_string_debug(zend_class_entry *ce, const char *message, zend_uint message_len, const char *file, zend_uint line);
                                                                                               ^~~~~~~~~~~
kernel/operators.h:106:53: error: expected ‘;’, ‘,’ or ‘)’ before ‘type’
 void zephir_cast(zval *result, zval *var, zend_uint type);
                                                     ^~~~
kernel/exception.h:59:89: error: expected ‘;’, ‘,’ or ‘)’ before ‘message_len’
 void zephir_throw_exception_string(zend_class_entry *ce, const char *message, zend_uint message_len);
                                                                                         ^~~~~~~~~~~
kernel/exception.h:60:77: error: expected ‘;’, ‘,’ or ‘)’ before ‘line’
 void zephir_throw_exception_debug(zval *object, const char *file, zend_uint line);
                                                                             ^~~~
kernel/exception.h:62:95: error: expected ‘;’, ‘,’ or ‘)’ before ‘message_len’
 void zephir_throw_exception_string_debug(zend_class_entry *ce, const char *message, zend_uint message_len, const char *file, zend_uint line);
                                                                                               ^~~~~~~~~~~
In file included from ./kernel/main.h:53:0,
                 from kernel/array.h:19:
./kernel/exception.h:59:89: error: expected ‘;’, ‘,’ or ‘)’ before ‘message_len’
 void zephir_throw_exception_string(zend_class_entry *ce, const char *message, zend_uint message_len);
                                                                                         ^~~~~~~~~~~
./kernel/exception.h:60:77: error: expected ‘;’, ‘,’ or ‘)’ before ‘line’
 void zephir_throw_exception_debug(zval *object, const char *file, zend_uint line);
                                                                             ^~~~
./kernel/exception.h:62:95: error: expected ‘;’, ‘,’ or ‘)’ before ‘message_len’
 void zephir_throw_exception_string_debug(zend_class_entry *ce, const char *message, zend_uint message_len, const char *file, zend_uint line);
                                                                                               ^~~~~~~~~~~
kernel/array.h:21:72: error: expected ‘;’, ‘,’ or ‘)’ before ‘size’
 void ZEPHIR_FASTCALL zephir_create_array(zval *return_value, zend_uint size, int initialize);
                                                                        ^~~~
kernel/array.h:31:92: error: expected ‘;’, ‘,’ or ‘)’ before ‘index_length’
 int zephir_array_isset_string_fetch(zval *fetched, const zval *arr, char *index, zend_uint index_length, int readonly);
                                                                                            ^~~~~~~~~~~~
kernel/array.h:37:93: error: expected ‘;’, ‘,’ or ‘)’ before ‘index_length’
 int ZEPHIR_FASTCALL zephir_array_isset_string(const zval *arr, const char *index, zend_uint index_length);
                                                                                             ^~~~~~~~~~~~
kernel/array.h:42:87: error: expected ‘;’, ‘,’ or ‘)’ before ‘index_length’
 int ZEPHIR_FASTCALL zephir_array_unset_string(zval *arr, const char *index, zend_uint index_length, int flags);
                                                                                       ^~~~~~~~~~~~
kernel/array.h:46:91: error: expected ‘;’, ‘,’ or ‘)’ before ‘index_length’
 int zephir_array_fetch_string(zval *return_value, zval *arr, const char *index, zend_uint index_length, int flags ZEPHIR_DEBUG_PARAMS);
                                                                                           ^~~~~~~~~~~~
kernel/array.h:55:72: error: expected ‘;’, ‘,’ or ‘)’ before ‘index_length’
 int zephir_array_update_string(zval *arr, const char *index, zend_uint index_length, zval *value, int flags);
                                                                        ^~~~~~~~~~~~
In file included from ./kernel/main.h:53:0,
                 from kernel/string.h:18:
./kernel/exception.h:59:89: error: expected ‘;’, ‘,’ or ‘)’ before ‘message_len’
 void zephir_throw_exception_string(zend_class_entry *ce, const char *message, zend_uint message_len);
                                                                                         ^~~~~~~~~~~
./kernel/exception.h:60:77: error: expected ‘;’, ‘,’ or ‘)’ before ‘line’
 void zephir_throw_exception_debug(zval *object, const char *file, zend_uint line);
                                                                             ^~~~
./kernel/exception.h:62:95: error: expected ‘;’, ‘,’ or ‘)’ before ‘message_len’
 void zephir_throw_exception_string_debug(zend_class_entry *ce, const char *message, zend_uint message_len, const char *file, zend_uint line);
                                                                                               ^~~~~~~~~~~
 Installing...

[ERROR] Internal extension compilation failed. Check compile-errors.log for more information.