Hi!
Now that I can build rapicorn to the point where cython is used, here is what I get
from CYTHON:
Making all in cython
make[2]: Verzeichnis »/home/stefan/src/rapicorn/cython« wird betreten
Making all in .
make[3]: Verzeichnis »/home/stefan/src/rapicorn/cython« wird betreten
AIDACC idlapi.pyx
GEN pyxxutils-xmany.hh
CYTHON Rapicorn.cc
Error compiling Cython file:
------------------------------------------------------------
...
return None
EventLoop__internal_ctarg = new shared_ptr[Rapicorn__EventLoop] (ml.shared_from_this())
return MainLoop()
# note, we use bool_functor with fallback=1 to keep handlers connected across exceptions
def exec_now (self, callable):
return self.thisp.get().exec_now (Caller0__bool_ (callable, &pyx_marshal__bool_))
^
------------------------------------------------------------
rcore.pyx:161:64: Cannot assign type 'bool (*)(object) except *' to 'bool (*)(object)'
make[3]: *** [Rapicorn.cc] Fehler 1
make[3]: Verzeichnis »/home/stefan/src/rapicorn/cython« wird verlassen
make[2]: *** [all-recursive] Fehler 1
make[2]: Verzeichnis »/home/stefan/src/rapicorn/cython« wird verlassen
make[1]: *** [all-recursive] Fehler 1
make[1]: Verzeichnis »/home/stefan/src/rapicorn« wird verlassen
make: *** [all] Fehler 2
--
Stefan Westerfeld,
http://space.twc.de/~stefan