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 647071 - [regression] build failure since upgrade to xulrunner in firefox-4
[regression] build failure since upgrade to xulrunner in firefox-4
Status: RESOLVED DUPLICATE of bug 646471
Product: gjs
Classification: Bindings
Component: general
0.7.x
Other Linux
: Normal critical
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks:
 
 
Reported: 2011-04-07 17:10 UTC by David Ronis
Modified: 2011-05-04 18:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Ronis 2011-04-07 17:10:58 UTC
I'm trying to build gjs-0.7.4 as part of my gnome-3 build.   I've got xulrunner from firefox-4 built and installed.  The build dies with:


make[2]: Entering directory `/home/ronis/Project/notar/GNOME/garnome/desktop/gjs/work/main.d/gjs-0.7.14'
  CC     libgjs_la-stack.lo
gjs/stack.c: In function 'format_frame':
gjs/stack.c:102:5: warning: implicit declaration of function 'JS_IsNativeFrame' [-Wimplicit-function-declaration]
gjs/stack.c:102:5: warning: nested extern declaration of 'JS_IsNativeFrame' [-Wnested-externs]
gjs/stack.c:143:9: error: too few arguments to function 'JS_GetFrameThis'
/opt/garnome-svn-3.0.0/include/xulrunner-2.0/jsdbgapi.h:271:1: note: declared here
gjs/stack.c:84:15: warning: variable 'this_obj' set but not used [-Wunused-but-set-variable]
make[2]: *** [libgjs_la-stack.lo] Error 1
Comment 1 Colin Walters 2011-05-04 18:51:07 UTC

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