Opened 16 years ago
Closed 16 years ago
#609 closed defect (fixed)
Build/compilation error in Python module (undeclared dec_fmtp_mode/enc_fmtp_mode) (thanks Saúl Ibarra for the report)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.0-rc2 |
Component: | python | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Building the PJSUA Python module will produce this error:
_pjsua.c: In function 'py_pjsua_codec_get_param': _pjsua.c:2850: error: 'struct <anonymous>' has no member named 'dec_fmtp_mode' _pjsua.c:2851: error: 'struct <anonymous>' has no member named 'enc_fmtp_mode' _pjsua.c: In function 'py_pjsua_codec_set_param': _pjsua.c:2891: error: 'struct <anonymous>' has no member named 'dec_fmtp_mode' _pjsua.c:2892: error: 'struct <anonymous>' has no member named 'enc_fmtp_mode' error: command 'gcc' failed with exit status 1 make: *** [all] Error 1
Change History (1)
comment:1 Changed 16 years ago by bennylp
- Component changed from applications to python
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r2260