Advertisement
Guest User

Untitled

a guest
Nov 18th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. make[1]: Entering directory `/root/cinnamon/cjs/work/src/cjs-2.0.0'
  2. CC console_la-console.lo
  3. CC libcjs_la-byteArray.lo
  4. cjs/byteArray.c: In function 'gjs_byte_array_constructor':
  5. cjs/byteArray.c:467:5: warning: passing argument 1 of 'JS_GetClass' from incompatible pointer type [enabled by default]
  6. In file included from cjs/byteArray.h:33:0,
  7. from cjs/byteArray.c:27:
  8. /usr/include/js/jsapi.h:2122:1: note: expected 'struct JSObject *' but argument is of type 'struct JSContext *'
  9. cjs/byteArray.c:467:5: error: too many arguments to function 'JS_GetClass'
  10. In file included from cjs/byteArray.h:33:0,
  11. from cjs/byteArray.c:27:
  12. /usr/include/js/jsapi.h:2122:1: note: declared here
  13. cjs/byteArray.c:468:5: warning: passing argument 1 of 'JS_GetClass' from incompatible pointer type [enabled by default]
  14. In file included from cjs/byteArray.h:33:0,
  15. from cjs/byteArray.c:27:
  16. /usr/include/js/jsapi.h:2122:1: note: expected 'struct JSObject *' but argument is of type 'struct JSContext *'
  17. cjs/byteArray.c:468:5: error: too many arguments to function 'JS_GetClass'
  18. In file included from cjs/byteArray.h:33:0,
  19. from cjs/byteArray.c:27:
  20. /usr/include/js/jsapi.h:2122:1: note: declared here
  21. make[1]: *** [libcjs_la-byteArray.lo] Error 1
  22. make[1]: Leaving directory `/root/cinnamon/cjs/work/src/cjs-2.0.0'
  23. make: *** [all] Error 2
  24. =======> ERROR: Building '/var/ports/packages/cjs#2.0.0-1.pkg.tar.gz' failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement