Skip to content

Instantly share code, notes, and snippets.

@Cynede
Created July 30, 2018 08:11
Show Gist options
  • Save Cynede/2a3c33f26083021ae676710ae31f93af to your computer and use it in GitHub Desktop.
Save Cynede/2a3c33f26083021ae676710ae31f93af to your computer and use it in GitHub Desktop.
configure:21787: x86_64-pc-linux-gnu-g++ -c -O2 -march=native -mtune=native -pipe -pthread -include /usr/include/mozjs-60/js/RequiredDefines.h -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.2.1/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/mozjs-60 -I/usr/include/nspr conftest.cpp >&5
conftest.cpp:44:29: warning: missing terminating ' character
#error debug yes, if we didn't already error out due to DEBUG not being defined
^
configure:21787: $? = 0
configure:21789: result: no
configure:21806: checking if a minimal SpiderMonkey program compiles and runs
configure:21829: x86_64-pc-linux-gnu-g++ -o conftest -O2 -march=native -mtune=native -pipe -pthread -include /usr/include/mozjs-60/js/RequiredDefines.h -I/usr/include/gobject-introspection-1.0 -I/usr/lib64/libffi-3.2.1/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/mozjs-60 -I/usr/include/nspr -Wl,-O1 -Wl,--as-needed conftest.cpp -L/usr/lib64/../lib64 -lgirepository-1.0 -lffi -lgthread-2.0 -pthread -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lmozjs-60 >&5
configure:21829: $? = 0
configure:21829: ./conftest
./configure: line 1912: 16617 Segmentation fault (core dumped) ./conftest$ac_exeext
configure:21829: $? = 139
configure: program exited with status 139
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "gjs"
| #define PACKAGE_TARNAME "gjs"
| #define PACKAGE_VERSION "1.53.90"
| #define PACKAGE_STRING "gjs 1.53.90"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gjs"
| #define PACKAGE_URL "https://wiki.gnome.org/Projects/Gjs"
| #define PACKAGE "gjs"
| #define VERSION "1.53.90"
| #define GJS_VERSION (1 * 100 + 53) * 100 + 90
| #define GETTEXT_PACKAGE "gjs"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _NETBSD_SOURCE 1
| #define _OPENBSD_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define HAVE_CXX14 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
|
| #include <js/Initialization.h>
|
| int
| main ()
| {
|
| if (!JS_Init()) exit(1);
| JS_ShutDown();
|
| ;
| return 0;
| }
configure:21833: result: no
configure:21835: error: Check if you are using the recommended configuration for
SpiderMonkey. See the file org.gnome.Sdk.json.in in
https://gitlab.gnome.org/GNOME/gnome-sdk-images
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment