Hi, This bug probably appears with very recent version of gcc. It is fixed in svn tree. Checkout here: svn co svn://svn.savannah.nongnu.org/linphone/trunk You can also rebuild your tree with adding --disable-strict to configure options. Thank you for reporting. Seems it's time to make a new release.
Simon Le Saturday 10 January 2009 23:34:26 Günter Grodotzki, vous avez écrit : > during configure I get: > configure: WARNING: ortp-0.15.0 breaks compatibility with older > releases, because value returned by rtp_session_recvm_with_ts() has > changed. See the API documentation in doc/ for further readings. > > And doing make: > cc1: warnings being treated as errors > rtpsend.c: In function ‘main’: > rtpsend.c:50: error: format not a string literal and no format arguments > rtpsend.c:57: error: format not a string literal and no format arguments > rtpsend.c:66: error: format not a string literal and no format arguments > make[6]: *** [rtpsend.o] Error 1 > make[6]: Leaving directory `/usr/src/linphone-3.0.0/oRTP/src/tests' > make[5]: *** [all-recursive] Error 1 > make[5]: Leaving directory `/usr/src/linphone-3.0.0/oRTP/src/tests' > make[4]: *** [all-recursive] Error 1 > make[4]: Leaving directory `/usr/src/linphone-3.0.0/oRTP/src' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/usr/src/linphone-3.0.0/oRTP' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/usr/src/linphone-3.0.0/oRTP' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/linphone-3.0.0' > make: *** [all] Error 2 > > > Very similar to this post: http://ubuntuforums.org/showthread.php?p=6454517 > > > _______________________________________________ > 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
