Guest User

Untitled

a guest
May 26th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. tim@Tims-MacbookPro:~/Projects/node$ ./configure
  2. Checking for program g++ or c++ : /usr/bin/g++
  3. Checking for program cpp : /usr/bin/cpp
  4. Checking for program ar : /usr/bin/ar
  5. Checking for program ranlib : /usr/bin/ranlib
  6. Checking for g++ : ok
  7. Checking for program gcc or cc : /usr/bin/gcc
  8. Checking for gcc : ok
  9. Checking for library dl : yes
  10. Checking for library execinfo : not found
  11. Checking for openssl : yes
  12. Checking for library rt : yes
  13. --- libeio ---
  14. Checking for library pthread : yes
  15. Checking for function pthread_create : yes
  16. Checking for function pthread_atfork : yes
  17. Checking for futimes(2) : yes
  18. Checking for readahead(2) : yes
  19. Checking for fdatasync(2) : yes
  20. Checking for pread(2) and pwrite(2) : yes
  21. Checking for sendfile(2) : yes
  22. Checking for sync_file_range(2) : yes
  23. --- libev ---
  24. Checking for header sys/inotify.h : yes
  25. Checking for function inotify_init : yes
  26. Checking for header sys/epoll.h : yes
  27. Checking for function epoll_ctl : yes
  28. Checking for header port.h : not found
  29. Checking for header poll.h : yes
  30. Checking for function poll : yes
  31. Checking for header sys/event.h : not found
  32. Checking for header sys/queue.h : yes
  33. Checking for function kqueue : not found
  34. Checking for header sys/select.h : yes
  35. Checking for function select : yes
  36. Checking for header sys/eventfd.h : yes
  37. Checking for function eventfd : yes
  38. Checking for SYS_clock_gettime : yes
  39. Checking for library rt : yes
  40. Checking for function clock_gettime : yes
  41. Checking for function nanosleep : yes
  42. Checking for function ceil : yes
  43. Checking for fdatasync(2) with c++ : yes
  44. 'configure' finished successfully (2.156s)
  45. tim@Tims-MacbookPro:~/Projects/node$ make
  46. cannot find config.h
  47. cannot find config.h
  48. Waf: Entering directory `/home/tim/node/build'
  49. DEST_OS: linux
  50. DEST_CPU: x86
  51. Parallel Jobs: 1
  52. Waf: Leaving directory `/home/tim/node/build'
  53. 'build' finished successfully (0.055s)
  54. tim@Tims-MacbookPro:~/Projects/node$ sudo make install
  55. cannot find config.h
  56. cannot find config.h
  57. Waf: Entering directory `/home/tim/node/build'
  58. DEST_OS: linux
  59. DEST_CPU: x86
  60. Parallel Jobs: 1
  61. * installing /home/tim/Projects/node/deps/v8/include/v8.h as /usr/local/include/node/v8.h
  62. Waf: Leaving directory `/home/tim/node/build'
  63. Unable to install the file 'config.h' (not found in dir:///home/tim/Projects/node)
  64. make: *** [install] Error 1
Add Comment
Please, Sign In to add comment