Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. xfce4-namebar-plugin$ ./waf build
  2. Waf: Entering directory `/home/trent/Projects/xfce4-namebar-plugin/build'
  3. Traceback (most recent call last):
  4. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Scripting.py", line 77, in waf_entry_point
  5. run_commands()
  6. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Scripting.py", line 129, in run_commands
  7. run_command(cmd_name)
  8. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Scripting.py", line 122, in run_command
  9. ctx.execute()
  10. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Scripting.py", line 308, in execute
  11. return execute_method(self)
  12. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Build.py", line 99, in execute
  13. self.execute_build()
  14. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Build.py", line 102, in execute_build
  15. self.recurse([self.run_dir])
  16. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Context.py", line 117, in recurse
  17. user_function(self)
  18. File "/home/trent/Projects/xfce4-namebar-plugin/wscript", line 65, in build
  19. defines = ['WNCK_I_KNOW_THIS_IS_UNSTABLE'])
  20. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Configure.py", line 228, in fun
  21. return f(*k,**kw)
  22. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Tools/c_aliases.py", line 52, in program
  23. set_features(kw,'program')
  24. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Tools/c_aliases.py", line 50, in set_features
  25. kw['features']=Utils.to_list(kw.get('features',[]))+Utils.to_list(sniff_features(**kw))
  26. File "/home/trent/Projects/xfce4-namebar-plugin/.waf3-1.6.0-4af58e0fb0887da2c8138dcd73286cf0/waflib/Tools/c_aliases.py", line 19, in sniff_features
  27. exts=get_extensions(kw['source'])
  28. KeyError: 'source'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement