Advertisement
Guest User

Untitled

a guest
May 11th, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. root@beaglebone:/var/lib/cloud9# node weatherstation.js
  2. Optional package './misc' not loaded
  3. Miscellaneous C++ functions not built
  4. To build them from a shell window:
  5. cd /var/lib/cloud9/bonescript
  6. node-waf configure build
  7.  
  8. node.js:201
  9. throw e; // process.nextTick error, or 'error' event on first tick
  10. ^
  11. ./misc is currently required
  12. root@beaglebone:/var/lib/cloud9# cd /var/lib/cloud9/bonescript
  13. root@beaglebone:/var/lib/cloud9/bonescript# node-waf configure build
  14. Checking for program g++ or c++ : /usr/bin/g++
  15. Checking for program cpp : /usr/bin/cpp
  16. Checking for program ar : /usr/bin/ar
  17. Checking for program ranlib : /usr/bin/ranlib
  18. Checking for g++ : ok
  19. Checking for node path : not found
  20. Checking for node prefix : ok /usr
  21. 'configure' finished successfully (1.019s)
  22. Waf: Entering directory `/var/lib/cloud9/bonescript/build'
  23. Waf: Leaving directory `/var/lib/cloud9/bonescript/build'
  24. 'build' finished successfully (0.079s)
  25. root@beaglebone:/var/lib/cloud9/bonescript# cd ...
  26. -sh: cd: ...: No such file or directory
  27. root@beaglebone:/var/lib/cloud9/bonescript# node-waf configure build^C
  28. root@beaglebone:/var/lib/cloud9/bonescript# cd ..
  29. root@beaglebone:/var/lib/cloud9# node weatherstation.js
  30. Optional package './misc' not loaded
  31. Miscellaneous C++ functions not built
  32. To build them from a shell window:
  33. cd /var/lib/cloud9/bonescript
  34. node-waf configure build
  35.  
  36. node.js:201
  37. throw e; // process.nextTick error, or 'error' event on first tick
  38. ^
  39. ./misc is currently required
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement