Hey I've tryed to compile the new zarafa 7.1.7 with SlackBuilds.org build skript and got some error at least.
Do you have any idea what's happened?
Code:
#define TSRMLS_CC , TSRMLS_C
^
/usr/include/php/Zend/zend_API.h:719:122: note: in expansion of macro 'TSRMLS_CC'
#define HASH_OF(p) (Z_TYPE_P(p)==IS_ARRAY ? Z_ARRVAL_P(p) : ((Z_TYPE_P(p)==IS_OBJECT ? Z_OBJ_HT_P(p)->get_properties((p) TSRMLS_CC) : NULL)))
^
typeconversion.cpp:2372:16: note: in expansion of macro 'HASH_OF'
target_hash = HASH_OF(phpArray);
^
make[2]: *** [typeconversion.lo] Error 1
make[2]: Leaving directory `/tmp/SBo/zarafa-7.1.7/php-ext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/SBo/zarafa-7.1.7'
make: *** [all] Error 2
thank you !