Hi, The vorbis unresolved symbol is a bug of libavcodec-dev in ubuntu and old debians (it is fixed on debian unstable and testing since now they are using shared libraries).
make LIBS="-lvorbisenc" fixes the problem as well. The error you have with theora is because linphone actually requires 1.0-alpha7. I've modified the configure.ac to have this explicit requirement. Next 1.4.1 should compile fine. Thanks a lot for reporting those problems. Simon Le dimanche 17 septembre 2006 22:17, Jérôme PRIOR a écrit : > hi, > > My first compil make a matter, solved using patch posted here (Sujet: > [Linphone-users] ubuntu breezy compil matter Date: Wed, 22 Mar 2006 > 02:27:37 +0100) > > > I had apply the 1st patch (mediastreamer/Makefile.in) and now another > matter, on linphone-1.4.0 > > Is there a tips for that to ? > > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include/ -I.. > -I../../oRTP/include -I/usr//include -I../../gsmlib -DORTP_INET6 > -DINET6 -Wall -O2 -g -Werror -pthread -D_REENTRANT -MT theora.lo -MD > -MP -MF .deps/theora.Tpo -c theora.c -fPIC -DPIC -o .libs/theora.o > theora.c: In function 'enc_init': theora.c:47: error: 'theora_info' has > no member named 'pixelformat' theora.c:47: error: 'OC_PF_420' > undeclared (first use in this function) theora.c:47: error: (Each > undeclared identifier is reported only once theora.c:47: error: for > each function it appears in.) make[5]: *** [theora.lo] Erreur 1 > > > thx \o_ > > > _______________________________________________ > Linphone-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/linphone-users _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
