Here is the latest speex and ortp in packages I made for 10.2 (I keep with the "current" branch, so beware).
http://ateam0.freeshell.org/gaim-2.0...686-1ateam.tgz
http://ateam0.freeshell.org/gaim-2.0...686-1ateam.tgz
With these, I get the following error when compiling Gaim 2.0-bet with the "./configure --prefix=/usr/ --sysconfdir=/etc/ --enable-vv --disable-gtkspell":
Code:
In file included from msringplayer.c:30:
waveheader.h: In function `_readuint32':
waveheader.h:56: warning: dereferencing type-punned pointer will break strict-aliasing rules
waveheader.h:58: warning: dereferencing type-punned pointer will break strict-aliasing rules
waveheader.h:59: warning: dereferencing type-punned pointer will break strict-aliasing rules
msringplayer.c: In function `ms_ring_player_process':
msringplayer.c:197: warning: dereferencing type-punned pointer will break strict-aliasing rules
if /bin/sh ../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../mediastreamer -I/usr/include -I/usr/include/speex -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DG_LOG_DOMAIN=\"MediaStreamer\" -I/usr/include -I/usr/include/speex -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_GLIB -Wall -g -g -O2 -MT msrtprecv.lo -MD -MP -MF ".deps/msrtprecv.Tpo" -c -o msrtprecv.lo msrtprecv.c; \
then mv -f ".deps/msrtprecv.Tpo" ".deps/msrtprecv.Plo"; else rm -f ".deps/msrtprecv.Tpo"; exit 1; fi
msrtprecv.c: In function `ms_rtp_recv_process':
msrtprecv.c:123: error: structure has no member named `payload_type'
make[3]: *** [msrtprecv.lo] Error 1
make[3]: Leaving directory `/home/ateam/gaim/gaim-2.0.0beta1/src/mediastreamer'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ateam/gaim/gaim-2.0.0beta1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ateam/gaim/gaim-2.0.0beta1'
make: *** [all] Error 2
I am not really looking for webcam support, but the fact that I'm not able to compile this is upsetting! I guess it's typical of my personality to want to figure these sorts of things out. If anyone else is experiencing this problem or is making any sort of headway in trying to resolve it, reply, please!
~ateam