Skip to content

Instantly share code, notes, and snippets.

@JoelMarcey
Created May 23, 2014 05:06
Show Gist options
  • Save JoelMarcey/a66c6af973d88a503381 to your computer and use it in GitHub Desktop.
Save JoelMarcey/a66c6af973d88a503381 to your computer and use it in GitHub Desktop.
EZC Cleanup build errors
hphp/runtime/ext_zend_compat/php-src/Zend/zend_list.cpp:59:9: error: 'list' in 'class HPHP::ZendRequestLocalVector<HPHP::ZendResourceData*>' does not name a type
hphp/runtime/ext_zend_compat/php-src/Zend/zend_list.cpp:62:3: error: 'zend_rsrc_list' does not name a type
hphp/runtime/ext_zend_compat/php-src/Zend/zend_list.cpp: In function 'zend_rsrc_list_entry* zend_list_id_to_entry(int, void***)':
hphp/runtime/ext_zend_compat/php-src/Zend/zend_list.cpp:68:15: error: 'RL' was not declared in this scope
hphp/runtime/ext_zend_compat/php-src/Zend/zend_list.cpp: In function 'int zend_list_insert(void*, int, void***)':
hphp/runtime/ext_zend_compat/php-src/Zend/zend_list.cpp:80:6: error: 'RL' was not declared in this scope
hphp/runtime/ext_zend_compat/php-src/Zend/zend_list.cpp: In function 'int _zend_list_delete(int, void***)':
hphp/runtime/ext_zend_compat/php-src/Zend/zend_list.cpp:92:10: error: 'RL' was not declared in this scope
hphp/runtime/ext_zend_compat/php-src/Zend/zend_list.cpp: In function 'int zval_get_resource_id(const zval&)':
hphp/runtime/ext_zend_compat/php-src/Zend/zend_list.cpp:235:6: error: 'RL' was not declared in this scope
hphp/runtime/ext_zend_compat/php-src/Zend/zend_list.cpp: In function 'zend_rsrc_list_entry* zend_list_id_to_entry(int, void***)':
hphp/runtime/ext_zend_compat/php-src/Zend/zend_list.cpp:73:1: error: control reaches end of non-void function [-Werror=return-type]
hphp/runtime/ext_zend_compat/php-src/Zend/zend_list.cpp: At global scope:
hphp/runtime/ext_zend_compat/php-src/Zend/zend_list.cpp:58:90: error: 'tl_regular_list' defined but not used [-Werror=unused-variable]
cc1plus: all warnings being treated as errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment