GNOME Bugzilla – Bug 611746
Fails to build with recent spidermonkey
Last modified: 2010-08-11 23:30:15 UTC
JS_PushArgumentsVA and JS_PopArguments have been removed from more recent spidermonkey (https://bugzilla.mozilla.org/show_bug.cgi?id=542091) so building fails.
Build errors from commit 133dd0ac308fc3b64f8c70ed92bc2a01a89d078a: * gi/arg.c:758: warning: implicit declaration of function ‘g_struct_info_is_foreign’ * gi/closure.c:298: warning: implicit declaration of function ‘JS_PushArgumentsVA’ * gi/closure.c:314: warning: implicit declaration of function ‘JS_PopArguments’
*** This bug has been marked as a duplicate of bug 622896 ***