I having trouble compiling the python-efl bindings. This is the output. I'm running Ubuntu 10.10.
Any thoughts? ------------------------------------------------------------------------------- EASY_E17 1.4.0 CMD: make -j 2 ------------------------------------------------------------------------------- GEN evas/evas.c_evas.c GEN evas/evas.c_evas.h warning: /usr/local/lib/python2.6/dist-packages/Cython/Includes/cpython/complex.pxd:15:4: complex already a builtin Cython type warning: /usr/local/lib/python2.6/dist-packages/Cython/Includes/cpython/complex.pxd:15:4: complex already a builtin Cython type Traceback (most recent call last): File "/usr/lib/python2.6/runpy.py", line 122, in _run_module_as_main Traceback (most recent call last): File "/usr/lib/python2.6/runpy.py", line 122, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/lib/python2.6/runpy.py", line 34, in _run_code "__main__", fname, loader, pkg_name) File "/usr/lib/python2.6/runpy.py", line 34, in _run_code exec code in run_globals File "/usr/local/lib/python2.6/dist-packages/cython.py", line 8, in <module> exec code in run_globals File "/usr/local/lib/python2.6/dist-packages/cython.py", line 8, in <module> main(command_line = 1) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/Main.py", line 790, in main main(command_line = 1) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/Main.py", line 790, in main result = compile(sources, options) result = compile(sources, options) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/Main.py", line 765, in compile File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/Main.py", line 765, in compile return compile_multiple(source, options) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/Main.py", line 737, in compile_multiple return compile_multiple(source, options) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/Main.py", line 737, in compile_multiple result = run_pipeline(source, options) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/Main.py", line 601, in run_pipeline result = run_pipeline(source, options) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/Main.py", line 601, in run_pipeline err, enddata = context.run_pipeline(pipeline, source) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/Main.py", line 240, in run_pipeline err, enddata = context.run_pipeline(pipeline, source) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/Main.py", line 240, in run_pipeline data = phase(data) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/ParseTreeTransforms.py", line 1025, in __call__ data = phase(data) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/ParseTreeTransforms.py", line 1025, in __call__ return super(AnalyseDeclarationsTransform, self).__call__(root) return super(AnalyseDeclarationsTransform, self).__call__(root) File "Visitor.py", line 272, in Cython.Compiler.Visitor.CythonTransform.__call__ (/home/benjamin/Downloads/Cython-0.14/Cython/Compiler/Visitor.c:4936) File "Visitor.py", line 272, in Cython.Compiler.Visitor.CythonTransform.__call__ (/home/benjamin/Downloads/Cython-0.14/Cython/Compiler/Visitor.c:4936) File "Visitor.py", line 255, in Cython.Compiler.Visitor.VisitorTransform.__call__ (/home/benjamin/Downloads/Cython-0.14/Cython/Compiler/Visitor.c:4696) File "Visitor.py", line 255, in Cython.Compiler.Visitor.VisitorTransform.__call__ (/home/benjamin/Downloads/Cython-0.14/Cython/Compiler/Visitor.c:4696) File "Visitor.py", line 163, in Cython.Compiler.Visitor.TreeVisitor._visit (/home/benjamin/Downloads/Cython-0.14/Cython/Compiler/Visitor.c:3254) File "Visitor.py", line 163, in Cython.Compiler.Visitor.TreeVisitor._visit (/home/benjamin/Downloads/Cython-0.14/Cython/Compiler/Visitor.c:3254) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/ParseTreeTransforms.py", line 1033, in visit_ModuleNode File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/ParseTreeTransforms.py", line 1033, in visit_ModuleNode node.analyse_declarations(self.env_stack[-1]) node.analyse_declarations(self.env_stack[-1]) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/ModuleNode.py", line 64, in analyse_declarations File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/ModuleNode.py", line 64, in analyse_declarations self.body.analyse_declarations(env) self.body.analyse_declarations(env) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/Nodes.py", line 346, in analyse_declarations File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/Nodes.py", line 346, in analyse_declarations stat.analyse_declarations(env) stat.analyse_declarations(env) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/Nodes.py", line 346, in analyse_declarations File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/Nodes.py", line 346, in analyse_declarations stat.analyse_declarations(env) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/Nodes.py", line 3249, in analyse_declarations stat.analyse_declarations(env) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/Nodes.py", line 3249, in analyse_declarations self.body.analyse_declarations(scope) self.body.analyse_declarations(scope) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/Nodes.py", line 346, in analyse_declarations File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/Nodes.py", line 346, in analyse_declarations stat.analyse_declarations(env) stat.analyse_declarations(env) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/Nodes.py", line 1999, in analyse_declarations File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/Nodes.py", line 1999, in analyse_declarations self.analyse_signature(env) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/Nodes.py", line 2097, in analyse_signature self.analyse_signature(env) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/Nodes.py", line 2097, in analyse_signature arg.hdr_type = sig.fixed_arg_type(i) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/TypeSlots.py", line 100, in fixed_arg_type arg.hdr_type = sig.fixed_arg_type(i) File "/usr/local/lib/python2.6/dist-packages/Cython/Compiler/TypeSlots.py", line 100, in fixed_arg_type return self.format_map[self.fixed_arg_format[i]] return self.format_map[self.fixed_arg_format[i]] KeyErrorKeyError: : 'T''T' make: *** [evas/evas.c_evas.h] Error 255 make: *** Waiting for unfinished jobs.... make: *** [evas/evas.c_evas.c] Error 255 ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users