[SIP SIMPLE client] Compile error in core on Fedora

Michiel Leenaars michiel.ml at nlnet.nl
Tue Mar 22 17:38:49 CET 2011


Hi all,

I tried to build the most recent version of the sipsimple library on 64bit Fedora, but I'm having some issues. I've followed the uninstall instructions at:

http://www.sipsimpleclient.com/wiki/SipUninstall

(luckily, since Jitsi is released I can safely use the sudo rm -r /usr/local/bin/sip-* without deleting SIP Communicator)

But when I try to test with sip-session, I get a failure.

using set_wakeup_fd
Traceback (most recent call last):
  File "/usr/bin/sip-session", line 24, in <module>
    from sipsimple.core import Engine, SIPCoreError, SIPURI, ToHeader
  File "/usr/lib64/python2.7/site-packages/sipsimple/core/__init__.py", line 4, in <module>
    from sipsimple.core._core import *
  File "_core.pxd", line 31, in init sipsimple.core._core (sipsimple/core/_core.c:179298)
ValueError: __builtin__.str has the wrong size, try recompiling

I'm using:

$ cython --version 
Cython version 0.12.1

Any ideas?

Best,
Michiel
 





More information about the SIPBeyondVoIP mailing list