Guest User

Untitled

a guest
Jun 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. make[1]: Entering directory `/home/lpar/js-1.8.5/js/src'
  2. jsanalyze.cpp
  3. c++ -o jsanalyze.o -c -DOSTYPE=\"Linux2.4\" -DOSARCH=Linux -DEXPORT_JS_API -D__STDC_LIMIT_MACROS -I. -I. -I./dist/include -I./dist/include/nsprpub -I. -I./assembler -I./yarr -fPIC -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -pedantic -Wno-long-long -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -O3 -fstrict-aliasing -fomit-frame-pointer -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 -DENABLE_JIT=1 -DMOZILLA_CLIENT -include ./js-confdefs.h -MD -MF .deps/jsanalyze.pp jsanalyze.cpp
  4. In file included from jspubtd.h:47,
  5. from jsprvtd.h:57,
  6. from jscntxt.h:55,
  7. from jsanalyze.h:45,
  8. from jsanalyze.cpp:40:
  9. jsval.h:114: error: size of array `arg' is negative
  10. In file included from jsobj.h:64,
  11. from jsstr.h:56,
  12. from jsatom.h:52,
  13. from jscntxt.h:59,
  14. from jsanalyze.h:45,
  15. from jsanalyze.cpp:40:
  16. jsvalue.h: In member function `void js::Value::staticAssertions()':
  17. jsvalue.h:737: error: size of array `arg' is negative
  18. In file included from jsatom.h:52,
  19. from jscntxt.h:59,
  20. from jsanalyze.h:45,
  21. from jsanalyze.cpp:40:
  22. jsstr.h: At global scope:
  23. jsstr.h:427: warning: converting of negative value `-0x000000001' to `uint8'
  24. In file included from jsanalyze.h:45,
  25. from jsanalyze.cpp:40:
  26. jscntxt.h:2205: warning: ignoring #pragma GCC visibility
  27. jscntxt.h:2210: warning: ignoring #pragma GCC visibility
  28. make[1]: *** [jsanalyze.o] Error 1
  29. make[1]: Leaving directory `/home/lpar/js-1.8.5/js/src'
  30. make: *** [default] Error 2
Add Comment
Please, Sign In to add comment