<br><font size=2 face="sans-serif">Guys,</font>
<br>
<br><font size=2 face="sans-serif">I've followed the (Linux) procedure
from </font><a href=http://sipsimpleclient.com/wiki/SipInstallation><font size=2 face="sans-serif">http://sipsimpleclient.com/wiki/SipInstallation,
but I seem to be stuck at the last hurdle, building PJSIP. For some reason
gcc doesn't like functions accessing the info parameter in struct pjmedia_sdp_session.
Is this a known issue or do I really have to look into the problem? I'd
rather go to sleep ;-)</font></a>
<br>
<br><font size=2 face="sans-serif">Here's the output on my (up to date)
Ubuntu Intrepid machine:</font>
<br>
<br><font size=2 face="sans-serif">ramdyne@titanic:~/work/sipsimpleclient/sipsimpleclient$
sudo python setup.py install</font>
<br><font size=2 face="sans-serif">[sudo] password for ramdyne:</font>
<br><font size=2 face="sans-serif">running install</font>
<br><font size=2 face="sans-serif">running build</font>
<br><font size=2 face="sans-serif">running build_py</font>
<br><font size=2 face="sans-serif">running build_ext</font>
<br><font size=2 face="sans-serif">PJSIP SVN tree found, updating from
SVN repository</font>
<br><font size=2 face="sans-serif">Using SVN revision 2430</font>
<br><font size=2 face="sans-serif">building 'pypjua.core' extension</font>
<br><font size=2 face="sans-serif">gcc -pthread -fno-strict-aliasing -DNDEBUG
-g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DPJ_AUTOCONF=1 -DPJ_SVN_REVISION=2430
-I/home/ramdyne/work/sipsimpleclient/sipsimpleclient/build/temp.linux-i686-2.5/pjsip/pjlib/include
-I/home/ramdyne/work/sipsimpleclient/sipsimpleclient/build/temp.linux-i686-2.5/pjsip/pjlib-util/include
-I/home/ramdyne/work/sipsimpleclient/sipsimpleclient/build/temp.linux-i686-2.5/pjsip/pjnath/include
-I/home/ramdyne/work/sipsimpleclient/sipsimpleclient/build/temp.linux-i686-2.5/pjsip/pjmedia/include
-I/home/ramdyne/work/sipsimpleclient/sipsimpleclient/build/temp.linux-i686-2.5/pjsip/pjsip/include
-I/usr/include/python2.5 -c pypjua/core.c -o build/temp.linux-i686-2.5/pypjua/core.o
-Wno-unused-variable</font>
<br><font size=2 face="sans-serif">pypjua/core.c: In function ‘__pyx_f_6pypjua_4core_10SDPSession__to_c’:</font>
<br><font size=2 face="sans-serif">pypjua/core.c:35907: error: ‘struct
pjmedia_sdp_session’ has no member named ‘info’</font>
<br><font size=2 face="sans-serif">pypjua/core.c:35919: error: ‘struct
pjmedia_sdp_session’ has no member named ‘info’</font>
<br><font size=2 face="sans-serif">pypjua/core.c: In function ‘__pyx_f_6pypjua_4core_8SDPMedia__to_c’:</font>
<br><font size=2 face="sans-serif">pypjua/core.c:37562: error: ‘c’ has
no member named ‘info’</font>
<br><font size=2 face="sans-serif">pypjua/core.c:37574: error: ‘struct
pjmedia_sdp_media’ has no member named ‘info’</font>
<br><font size=2 face="sans-serif">pypjua/core.c: In function ‘__pyx_f_6pypjua_4core_c_make_SDPSession’:</font>
<br><font size=2 face="sans-serif">pypjua/core.c:39231: error: ‘pjmedia_sdp_session’
has no member named ‘info’</font>
<br><font size=2 face="sans-serif">pypjua/core.c: In function ‘__pyx_f_6pypjua_4core_c_make_SDPMedia’:</font>
<br><font size=2 face="sans-serif">pypjua/core.c:39451: error: ‘struct
pjmedia_sdp_media’ has no member named ‘info’</font>
<br><font size=2 face="sans-serif">pypjua/core.c: In function ‘initcore’:</font>
<br><font size=2 face="sans-serif">pypjua/core.c:52428: error: ‘struct
pjsip_inv_callback’ has no member named ‘on_rx_reinvite’</font>
<br><font size=2 face="sans-serif">error: command 'gcc' failed with exit
status 1</font>
<br><font size=2 face="sans-serif">ramdyne@titanic:~/work/sipsimpleclient/sipsimpleclient$</font>
<br>
<br><font size=2 face="sans-serif">-- </font>
<br><font size=2 face="sans-serif">Andreas Sikkema</font>