Guest User

Untitled

a guest
Jun 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. tiger-x86 127 > ./waf build
  2. Traceback (most recent call last):
  3. File "./waf", line 127, in ?
  4. Scripting.prepare(t, cwd, VERSION, wafdir)
  5. File "/Users/ryan/projects/node/.waf-1.5.2-9bdedb7508a3a68a9e2e89a73bed6d5b/wafadmin/Scripting.py", line 122, in prepare
  6. prepare_impl(t,cwd,ver,wafdir)
  7. File "/Users/ryan/projects/node/.waf-1.5.2-9bdedb7508a3a68a9e2e89a73bed6d5b/wafadmin/Scripting.py", line 115, in prepare_impl
  8. main()
  9. File "/Users/ryan/projects/node/.waf-1.5.2-9bdedb7508a3a68a9e2e89a73bed6d5b/wafadmin/Scripting.py", line 173, in main
  10. f(bld)
  11. File "/Users/ryan/projects/node/wscript", line 142, in build
  12. native_cc.clone("debug")
  13. File "/Users/ryan/projects/node/.waf-1.5.2-9bdedb7508a3a68a9e2e89a73bed6d5b/wafadmin/TaskGen.py", line 150, in clone
  14. setattr(newobj,x,copy.copy(getattr(self,x)))
  15. File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/copy.py", line 108, in copy
  16. return _reconstruct(x, rv, 0)
  17. File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/copy.py", line 354, in _reconstruct
  18. y = callable(*args)
  19. File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/copy_reg.py", line 92, in __newobj__
  20. return cls.__new__(cls, *args)
  21. TypeError: function() takes at least 2 arguments (0 given)
  22. tiger-x86 1 >
Add Comment
Please, Sign In to add comment