Guest User

Untitled

a guest
Jan 20th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. Lukes-Mac-mini:Node Luke$ npm install NodObjC
  2.  
  3. > node-ffi@0.3.0 preinstall /Users/Luke/iOS/Node/node_modules/NodObjC/node_modules/node-ffi
  4. > node-waf configure build
  5.  
  6. Checking for program g++ or c++ : /usr/bin/g++
  7. Checking for program cpp : /usr/bin/cpp
  8. Checking for program ar : /usr/bin/ar
  9. Checking for program ranlib : /usr/bin/ranlib
  10. Checking for g++ : ok
  11. Checking for node path : not found
  12. Checking for node prefix : ok /opt/local
  13. Checking for library ffi : yes
  14. Checking for libffi : not found
  15. 'configure' finished successfully (1.438s)
  16. Waf: Entering directory `/Users/Luke/iOS/Node/node_modules/NodObjC/node_modules/node-ffi/build'
  17. [1/6] cxx: src/ffi.cc -> build/Release/src/ffi_1.o
  18. [2/6] cxx: src/callback_info.cc -> build/Release/src/callback_info_1.o
  19. [3/6] cxx: src/pointer.cc -> build/Release/src/pointer_1.o
  20. [4/6] cxx: src/threaded_callback_invokation.cc -> build/Release/src/threaded_callback_invokation_1.o
  21. [5/6] cxx: src/foreign_caller.cc -> build/Release/src/foreign_caller_1.o
  22. ../src/foreign_caller.cc: In static member function ‘static v8::Handle<v8::Value> ForeignCaller::Exec(const v8::Arguments&)’:
  23. ../src/foreign_caller.cc:88: error: invalid conversion from ‘void (*)(eio_req*)’ to ‘int (*)(eio_req*)’
  24. ../src/foreign_caller.cc:88: error: initializing argument 1 of ‘eio_req* eio_custom(int (*)(eio_req*), int, int (*)(eio_req*), void*)’
  25. Waf: Leaving directory `/Users/Luke/iOS/Node/node_modules/NodObjC/node_modules/node-ffi/build'
  26. Build failed: -> task failed (err #1):
  27. {task: cxx foreign_caller.cc -> foreign_caller_1.o}
  28. npm ERR! error installing NodObjC@0.0.7 Error: node-ffi@0.3.0 preinstall: `node-waf configure build`
  29. npm ERR! error installing NodObjC@0.0.7 `sh "-c" "node-waf configure build"` failed with 1
  30. npm ERR! error installing NodObjC@0.0.7 at ChildProcess.<anonymous> (/opt/local/lib/node_modules/npm/lib/utils/exec.js:49:20)
  31. npm ERR! error installing NodObjC@0.0.7 at ChildProcess.emit (events.js:70:17)
  32. npm ERR! error installing NodObjC@0.0.7 at maybeExit (child_process_uv.js:227:16)
  33. npm ERR! error installing NodObjC@0.0.7 at Process.onexit (child_process_uv.js:262:5)
  34. npm ERR! node-ffi@0.3.0 preinstall: `node-waf configure build`
  35. npm ERR! `sh "-c" "node-waf configure build"` failed with 1
  36. npm ERR!
  37. npm ERR! Failed at the node-ffi@0.3.0 preinstall script.
  38. npm ERR! This is most likely a problem with the node-ffi package,
  39. npm ERR! not with npm itself.
  40. npm ERR! Tell the author that this fails on your system:
  41. npm ERR! node-waf configure build
  42. npm ERR! You can get their info via:
  43. npm ERR! npm owner ls node-ffi
  44. npm ERR! There is likely additional logging output above.
Add Comment
Please, Sign In to add comment