[SIP Beyond VoIP] Missing files in python-sipsimple 0.18.0 tarball
Daniele Cocca
daniele.cocca at gmail.com
Tue May 10 19:02:26 CEST 2011
Hi,
I was unable to build python-sipsimple from the official tarball, while
fetching the code from the Darcs repository seems to work fine.
I first had to remove some patches from the PJSIP compilation to go on.
The missing files were:
patches/pjsip-2830-fix_crash_with_retry_after_header.patch
patches/pjsip-3368-disable_assert_on_invite_answer.patch
patches/pjsip-3368-evsub_timer_functions.patch
patches/pjsip-3368-remove_hdr_by_name.patch
Then the compilation got stuck anyway, with the following error:
cythoning sipsimple/core/_core.pyx to sipsimple/core/_core.c
warning:
/home/jmc/ccr/python26-sipsimple/src/python-sipsimple-0.18.0/sipsimple/core/_core.pxd:31:4:
str already a builtin Cython type
warning:
/home/jmc/ccr/python26-sipsimple/src/python-sipsimple-0.18.0/sipsimple/core/_core.pxd:35:4:
dict already a builtin Cython type
warning:
/home/jmc/ccr/python26-sipsimple/src/python-sipsimple-0.18.0/sipsimple/core/_core.pxd:39:4:
list already a builtin Cython type
Error converting Pyrex file to C:
------------------------------------------------------------
...
include "_core.request.pxi"
include "_core.helper.pxi"
include "_core.headers.pxi"
include "_core.subscription.pxi"
include "_core.invitation.pxi"
include "_core.referral.pxi"
^
------------------------------------------------------------
/home/jmc/ccr/python26-sipsimple/src/python-sipsimple-0.18.0/sipsimple/core/_core.pyx:19:0:
'_core.referral.pxi' not found
So, at least those 5 files seem to be missing.
Can I expect to see this fixed, or will I need to switch to Darcs?
Regards,
Daniele
More information about the SIPclient
mailing list