After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 611746 - Fails to build with recent spidermonkey
Fails to build with recent spidermonkey
Status: RESOLVED DUPLICATE of bug 622896
Product: gjs
Classification: Bindings
Component: general
unspecified
Other Mac OS
: Normal normal
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks:
 
 
Reported: 2010-03-03 21:43 UTC by Tommi Komulainen
Modified: 2010-08-11 23:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tommi Komulainen 2010-03-03 21:43:05 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.
Comment 1 David Hicks 2010-04-01 08:34:53 UTC
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’
Comment 2 Maxim Ermilov 2010-08-11 23:30:15 UTC

*** This bug has been marked as a duplicate of bug 622896 ***