Guest User

Untitled

a guest
Jul 17th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. ./Makefile: line 1: SHELL: command not found
  2. ./Makefile: line 3: export: `=': not a valid identifier
  3. ./Makefile: line 4: export: `=': not a valid identifier
  4. ./Makefile: line 4: export: `0.2': not a valid identifier
  5. ./Makefile: line 6: export: `=': not a valid identifier
  6. ./Makefile: line 7: export: `=': not a valid identifier
  7. ./Makefile: line 8: VERSION: command not found
  8. ./Makefile: line 8: export: `+=': not a valid identifier
  9. ./Makefile: line 8: export: `-ggdb': not a valid identifier
  10. ./Makefile: line 8: export: `-Wall': not a valid identifier
  11. ./Makefile: line 8: export: `-Werror': not a valid identifier
  12. ./Makefile: line 8: export: `-fPIC': not a valid identifier
  13. ./Makefile: line 8: export: `-DVERSION=""': not a valid identifier
  14. ./Makefile: line 9: export: `+=': not a valid identifier
  15. ./Makefile: line 9: export: `-ggdb': not a valid identifier
  16. ./Makefile: line 10: export: `=': not a valid identifier
  17. ./Makefile: line 12: export: `=': not a valid identifier
  18. ./Makefile: line 12: export: `/usr': not a valid identifier
  19. ./Makefile: line 13: PREFIX: command not found
  20. ./Makefile: line 13: export: `=': not a valid identifier
  21. ./Makefile: line 13: export: `/bin': not a valid identifier
  22. ./Makefile: line 14: PREFIX: command not found
  23. ./Makefile: line 14: export: `=': not a valid identifier
  24. ./Makefile: line 14: export: `/lib': not a valid identifier
  25. ./Makefile: line 15: PREFIX: command not found
  26. ./Makefile: line 15: export: `=': not a valid identifier
  27. ./Makefile: line 15: export: `/include': not a valid identifier
  28. ./Makefile: line 16: LIBDIR: command not found
  29. ./Makefile: line 16: export: `=': not a valid identifier
  30. ./Makefile: line 16: export: `/pkgconfig': not a valid identifier
  31. ./Makefile: line 18: shell: command not found
  32. ./Makefile: line 18: export: `=': not a valid identifier
  33. ./Makefile: line 20: .SILENT:: command not found
  34. ./Makefile: line 21: .SUFFIXES:: command not found
  35. ./Makefile: line 22: .SUFFIXES:: command not found
  36. ./Makefile: line 23: .PHONY:: command not found
  37. ./Makefile: line 25: all:: command not found
  38. ld: unknown option: -shared
  39. MAKE[1]: *** [protocol/40h/protocol_40h.so] Error 1
  40. MAKE: *** [all] Error 2
  41. ./Makefile: line 27: cd: examples: No such file or directory
  42. ld: unknown option: -shared
  43. MAKE: *** [protocol/40h/protocol_40h.so] Error 1
  44. ./Makefile: line 29: clean:: command not found
  45. ./Makefile: line 30: cd: src: No such file or directory
  46. ld: unknown option: -shared
  47. MAKE: *** [protocol/40h/protocol_40h.so] Error 1
  48. ./Makefile: line 31: cd: examples: No such file or directory
  49. ld: unknown option: -shared
  50. MAKE: *** [protocol/40h/protocol_40h.so] Error 1
  51. ./Makefile: line 33: install:: command not found
  52. ./Makefile: line 34: cd: src: No such file or directory
  53. ld: unknown option: -shared
  54. MAKE: *** [protocol/40h/protocol_40h.so] Error 1
  55. ./Makefile: line 36: PKGCONFIGDIR: command not found
  56. usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
  57. [-o owner] file1 file2
  58. install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
  59. [-o owner] file1 ... fileN directory
  60. install -d [-v] [-g group] [-m mode] [-o owner] directory ...
  61. ./Makefile: line 37: PKGCONFIGDIR: command not found
  62. ./Makefile: line 37: libmonome.pc: command not found
  63. ./Makefile: line 39: test:: command not found
  64. ./Makefile: line 40: ./src/test: No such file or directory
Add Comment
Please, Sign In to add comment