Advertisement
Guest User

Untitled

a guest
Feb 16th, 2015
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. Error compiling Cython file:
  2. ------------------------------------------------------------
  3. ...
  4. def on_signal_realtime(func, *args, **kargs):
  5. return EventHandler(ECORE_EVENT_SIGNAL_REALTIME, func, *args, **kargs)
  6.  
  7.  
  8. cdef class CustomEvent(Event):
  9. cdef int _set_obj(self, void *obj):
  10. ^
  11. ------------------------------------------------------------
  12.  
  13. efl/ecore/efl.ecore_events.pxi:304:9: Signature not compatible with previous declaration
  14. Traceback (most recent call last):
  15. File "./setup.py", line 471, in <module>
  16. "embedsignature": True,
  17. File "/usr/lib/python3.4/site-packages/Cython/Build/Dependencies.py", line 865, in cythonize
  18. cythonize_one(*args[1:])
  19. File "/usr/lib/python3.4/site-packages/Cython/Build/Dependencies.py", line 985, in cythonize_one
  20. raise CompileError(None, pyx_file)
  21. Cython.Compiler.Errors.CompileError: efl/ecore/efl.ecore.pyx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement