tolgaakkapulu/Winexe-1.1-Installation

error

Opened this issue · 0 comments

sudo apt-get -y install gcc-mingw-w64 comerr-dev libpopt-dev libbsd-dev zlib1g-dev libc6-dev python-dev libacl1-dev libldap2-dev git
error- E: Package 'python-dev' has no installation candidate
so downloaded via sudo apt-get install python
then
./waf --samba-dir=../../samba-4.1.23 configure build
error-
Traceback (most recent call last):
File "/home/rohit/Downloads/Winexe-1.1-Installation/winexe-winexe-waf/source/.waf3-1.7.5-47d5afdb5e7e2856f7f46a7101914026/waflib/Node.py", line 281, in ant_iter
raise StopIteration
StopIteration

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/home/rohit/Downloads/Winexe-1.1-Installation/winexe-winexe-waf/source/.waf3-1.7.5-47d5afdb5e7e2856f7f46a7101914026/waflib/Scripting.py", line 97, in waf_entry_point
run_commands()
File "/home/rohit/Downloads/Winexe-1.1-Installation/winexe-winexe-waf/source/.waf3-1.7.5-47d5afdb5e7e2856f7f46a7101914026/waflib/Scripting.py", line 149, in run_commands
parse_options()
File "/home/rohit/Downloads/Winexe-1.1-Installation/winexe-winexe-waf/source/.waf3-1.7.5-47d5afdb5e7e2856f7f46a7101914026/waflib/Scripting.py", line 127, in parse_options
Context.create_context('options').execute()
File "/home/rohit/Downloads/Winexe-1.1-Installation/winexe-winexe-waf/source/.waf3-1.7.5-47d5afdb5e7e2856f7f46a7101914026/waflib/Options.py", line 134, in execute
super(OptionsContext,self).execute()
File "/home/rohit/Downloads/Winexe-1.1-Installation/winexe-winexe-waf/source/.waf3-1.7.5-47d5afdb5e7e2856f7f46a7101914026/waflib/Context.py", line 87, in execute
self.recurse([os.path.dirname(g_module.root_path)])
File "/home/rohit/Downloads/Winexe-1.1-Installation/winexe-winexe-waf/source/.waf3-1.7.5-47d5afdb5e7e2856f7f46a7101914026/waflib/Context.py", line 128, in recurse
user_function(self)
File "/home/rohit/Downloads/Winexe-1.1-Installation/winexe-winexe-waf/source/wscript", line 12, in options
ctx.load('compiler_c')
File "/home/rohit/Downloads/Winexe-1.1-Installation/winexe-winexe-waf/source/.waf3-1.7.5-47d5afdb5e7e2856f7f46a7101914026/waflib/Context.py", line 84, in load
fun(self)
File "/home/rohit/Downloads/Winexe-1.1-Installation/winexe-winexe-waf/source/.waf3-1.7.5-47d5afdb5e7e2856f7f46a7101914026/waflib/Tools/compiler_c.py", line 31, in options
opt.load_special_tools('c_*.py',ban=['c_dumbpreproc.py'])
File "/home/rohit/Downloads/Winexe-1.1-Installation/winexe-winexe-waf/source/.waf3-1.7.5-47d5afdb5e7e2856f7f46a7101914026/waflib/Context.py", line 264, in load_special_tools
lst=self.root.find_node(waf_dir).find_node('waflib/extras').ant_glob(var)
File "/home/rohit/Downloads/Winexe-1.1-Installation/winexe-winexe-waf/source/.waf3-1.7.5-47d5afdb5e7e2856f7f46a7101914026/waflib/Node.py", line 330, in ant_glob
ret=[x for x in self.ant_iter(accept=accept,pats=[to_pat(incl),to_pat(excl)],maxdepth=25,dir=dir,src=src,remove=kw.get('remove',True))]
File "/home/rohit/Downloads/Winexe-1.1-Installation/winexe-winexe-waf/source/.waf3-1.7.5-47d5afdb5e7e2856f7f46a7101914026/waflib/Node.py", line 330, in
ret=[x for x in self.ant_iter(accept=accept,pats=[to_pat(incl),to_pat(excl)],maxdepth=25,dir=dir,src=src,remove=kw.get('remove',True))]
RuntimeError: generator raised StopIteration