cocos2d-javascript iphone mozilla/DebugOnly.h not found -
i install cocos2d-javascript , run iphone , got error
mozilla/debugonly.h not found on hashtable.h file
my hashtable.h code is
include "mozilla/attributes.h include "mozilla/debugonly.h
have idea problem ?? have update cocos2d , try install again, still not work . here error message
i getting same error. doesn't seem in issue list either...
update:
reported on issue queue: https://code.google.com/p/cocos2d-iphone/issues/detail?id=1487
edit:
in forum too: http://www.cocos2d-iphone.org/forum/topic/31640/page/8
manual fix:
so, after doing git pulling , submodule updating, found debugonly.h included in cocos2d, isn;t included in project.
run this:
cp ~/documents/repos/cocos2d-iphone/external/javascript/spidermonkey/ios/include/mozilla/debugonly.h [project]/libs/spidermonkey/ios/include/mozilla/
Comments
Post a Comment